notaz.gp2x.de
/
libpicofe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1078e54
)
font data implemented
author
notaz
<notasas@gmail.com>
Thu, 22 Feb 2007 22:56:00 +0000
(22:56 +0000)
committer
notaz
<notasas@gmail.com>
Thu, 22 Feb 2007 22:56:00 +0000
(22:56 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@55
be3aeb3a
-fb24-0410-a615-
afba39da0efa
gp2x/emu.c
patch
|
blob
|
blame
|
history
diff --git
a/gp2x/emu.c
b/gp2x/emu.c
index
24496fd
..
1c81c87
100644
(file)
--- a/
gp2x/emu.c
+++ b/
gp2x/emu.c
@@
-1241,6
+1241,7
@@
if (Pico.m.frame_count == 31563) {
// if in 16bit mode, generate 8it image for menu background
\r
if (!(PicoOpt&0x10) && (currentConfig.EmuOpt&0x80)) {
\r
PicoOpt |= 0x10;
\r
+ if (!(Pico.video.reg[12]&1)) clearArea(1);
\r
PicoFrameFull();
\r
vidCpyM2((unsigned char *)gp2x_screen+320*8, framebuff+328*8);
\r
vidConvCpyRGB32(localPal, Pico.cram, 0x40);
\r