mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
font data implemented
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@55 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
1078e5440e
commit
d55c53ab56
1 changed files with 1 additions and 0 deletions
|
@ -1241,6 +1241,7 @@ if (Pico.m.frame_count == 31563) {
|
||||||
// if in 16bit mode, generate 8it image for menu background
|
// if in 16bit mode, generate 8it image for menu background
|
||||||
if (!(PicoOpt&0x10) && (currentConfig.EmuOpt&0x80)) {
|
if (!(PicoOpt&0x10) && (currentConfig.EmuOpt&0x80)) {
|
||||||
PicoOpt |= 0x10;
|
PicoOpt |= 0x10;
|
||||||
|
if (!(Pico.video.reg[12]&1)) clearArea(1);
|
||||||
PicoFrameFull();
|
PicoFrameFull();
|
||||||
vidCpyM2((unsigned char *)gp2x_screen+320*8, framebuff+328*8);
|
vidCpyM2((unsigned char *)gp2x_screen+320*8, framebuff+328*8);
|
||||||
vidConvCpyRGB32(localPal, Pico.cram, 0x40);
|
vidConvCpyRGB32(localPal, Pico.cram, 0x40);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue