mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-06 07:18:03 -04:00
bugfix, sprites adjustment
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@521 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2707a9cbaa
commit
84e21f25e4
6 changed files with 11 additions and 12 deletions
|
@ -463,7 +463,7 @@ static void draw_frame_debug(void)
|
|||
if (PicoDrawMask & PDRAW_SPRITES_HI_ON) memcpy(layer_str + 19, "spr_hi", 6);
|
||||
|
||||
memset(gp2x_screen, 0, 320*240*2);
|
||||
emu_forcedFrame();
|
||||
emu_forcedFrame(0);
|
||||
smalltext_out16(4, 232, layer_str, 0xffff);
|
||||
}
|
||||
|
||||
|
@ -605,7 +605,7 @@ static void draw_savestate_bg(int slot)
|
|||
areaClose(file);
|
||||
}
|
||||
|
||||
emu_forcedFrame();
|
||||
emu_forcedFrame(POPT_EN_SOFTSCALE);
|
||||
menu_prepare_bg(1);
|
||||
|
||||
memcpy(Pico.vram, tmp_vram, sizeof(Pico.vram));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue