mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
sh2 drc comments and missing pandora file
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@854 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
44e6452e02
commit
9bb5d91c48
2 changed files with 25 additions and 2 deletions
9
platform/pandora/menu.c
Normal file
9
platform/pandora/menu.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
#define MENU_OPTIONS_GFX \
|
||||
mee_onoff ("Vsync", MA_OPT2_VSYNC, currentConfig.EmuOpt, EOPT_VSYNC),
|
||||
|
||||
#define MENU_OPTIONS_ADV \
|
||||
mee_onoff ("SVP dynarec", MA_OPT2_SVP_DYNAREC, PicoOpt, POPT_EN_SVP_DRC), \
|
||||
mee_onoff ("Status line in main menu", MA_OPT2_STATUS_LINE, currentConfig.EmuOpt, EOPT_SHOW_RTC),
|
||||
|
||||
#define menu_main_plat_draw NULL
|
||||
#define mgn_opt_renderer NULL
|
Loading…
Add table
Add a link
Reference in a new issue