mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-05 06:47:45 -04:00
bugfixes, but silpheed is broken
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@72 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d032c15a90
commit
e1aa0fa7bd
1 changed files with 2 additions and 1 deletions
|
@ -987,7 +987,6 @@ void emu_forced_frame(void)
|
|||
|
||||
PicoOpt |= 0x10;
|
||||
PicoFrameFull();
|
||||
PicoOpt = po_old;
|
||||
|
||||
if (!(Pico.video.reg[12]&1)) {
|
||||
vidCpyM2 = vidCpyM2_32col;
|
||||
|
@ -997,6 +996,8 @@ void emu_forced_frame(void)
|
|||
vidCpyM2((unsigned char *)gp2x_screen+320*8, framebuff+328*8);
|
||||
vidConvCpyRGB32(localPal, Pico.cram, 0x40);
|
||||
gp2x_video_setpalette(localPal, 0x40);
|
||||
|
||||
PicoOpt = po_old;
|
||||
}
|
||||
|
||||
static void simpleWait(int thissec, int lim_time)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue