mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
start splitting plat menu code; batt + clock in menu; bugfix
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@719 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
645ec129e3
commit
61753a6724
7 changed files with 165 additions and 53 deletions
|
@ -109,7 +109,7 @@ void pemu_prep_defconfig(void)
|
|||
if (soc == SOCID_MMSP2)
|
||||
defaultConfig.s_PicoOpt |= POPT_EXT_FM;
|
||||
else if (soc == SOCID_POLLUX)
|
||||
defaultConfig.EmuOpt |= EOPT_WIZ_TEAR_FIX;
|
||||
defaultConfig.EmuOpt |= EOPT_WIZ_TEAR_FIX|EOPT_SHOW_RTC;
|
||||
}
|
||||
|
||||
static void (*osd_text)(int x, int y, const char *text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue