mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 15:48:05 -04:00
initial import
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@2 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
2cadbd5e56
commit
cc68a136aa
341 changed files with 180839 additions and 0 deletions
70
platform/uiq2/launcher/PicodriveN.hrh
Normal file
70
platform/uiq2/launcher/PicodriveN.hrh
Normal file
|
@ -0,0 +1,70 @@
|
|||
|
||||
enum TAppMenuCommands
|
||||
{
|
||||
// Emu menu
|
||||
EEikCmdPicoLoadState = 10000,
|
||||
EEikCmdPicoSaveState,
|
||||
EEikCmdPicoLoadROM,
|
||||
EEikCmdPicoResume,
|
||||
EEikCmdPicoReset,
|
||||
EEikCmdPicoKeys,
|
||||
EEikCmdPicoSettings,
|
||||
|
||||
// Frameskip menu
|
||||
EEikCmdPicoFrameskipAuto,
|
||||
EEikCmdPicoFrameskip0,
|
||||
EEikCmdPicoFrameskip1,
|
||||
EEikCmdPicoFrameskip2,
|
||||
EEikCmdPicoFrameskip4,
|
||||
EEikCmdPicoFrameskip8,
|
||||
|
||||
// Debug menu
|
||||
EEikCmdPicoDebugKillEmu,
|
||||
EEikCmdPicoDebugInfo,
|
||||
|
||||
// config Dialog
|
||||
// pages
|
||||
ECtlOptPageMain,
|
||||
ECtlOptPageSound,
|
||||
ECtlOptPageMisc,
|
||||
// main page
|
||||
ECtlOptRotationLabel,
|
||||
ECtlOptRotation,
|
||||
ECtlOptRotation0,
|
||||
ECtlOptRotation90,
|
||||
ECtlOptRotation180,
|
||||
ECtlOptRotation270,
|
||||
ECtlOptScreenModeLabel,
|
||||
ECtlOptScreenMode,
|
||||
ECtlOptScreenModeCenter,
|
||||
ECtlOptScreenModeFit,
|
||||
ECtlOptScreenModeFit2,
|
||||
ECtlOptUseAltRend,
|
||||
ECtlOptUseAccTiming,
|
||||
ECtlOptUseAccSprites,
|
||||
ECtlOptShowFPS,
|
||||
// sound page
|
||||
ECtlOptEnableSound,
|
||||
ECtlOptChipSelLabel,
|
||||
ECtlOptEmulateZ80,
|
||||
ECtlOptEmulateYM2612,
|
||||
ECtlOptEmulateSN76496,
|
||||
ECtlOptSndQLabel,
|
||||
ECtlOptSndQuality,
|
||||
// misc page
|
||||
ECtlOpt6ButtonPad,
|
||||
ECtlOptGzipStates,
|
||||
ECtlOptUseSRAM,
|
||||
ECtlOptMotDontUseVol,
|
||||
ECtlOptRegionLabel,
|
||||
ECtlOptRegion,
|
||||
// credits
|
||||
ECtlCredits,
|
||||
// debug
|
||||
ECtlDebugEdit
|
||||
};
|
||||
|
||||
|
||||
#define ECtlAboutVersion 1
|
||||
#define ECtlAboutLinks 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue