mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
UIQ3 update, some makefile unification, rm old configs, stuff
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@569 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
a6e5aa4181
commit
ca482e5de8
66 changed files with 1748 additions and 1377 deletions
|
@ -1,78 +0,0 @@
|
|||
|
||||
enum TAppMenuCommands
|
||||
{
|
||||
// Emu menu
|
||||
EEikCmdPicoMain = 10000,
|
||||
EEikCmdPicoResume,
|
||||
EEikCmdPicoLoadState,
|
||||
EEikCmdPicoSaveState,
|
||||
EEikCmdPicoLoadROM,
|
||||
EEikCmdPicoReset,
|
||||
EEikCmdPicoConfig,
|
||||
EEikCmdPicoKeys,
|
||||
EEikCmdPicoSettings,
|
||||
|
||||
// Frameskip submenu
|
||||
EEikCmdPicoFrameskip,
|
||||
EEikCmdPicoFrameskipAuto,
|
||||
EEikCmdPicoFrameskip0,
|
||||
EEikCmdPicoFrameskip1,
|
||||
EEikCmdPicoFrameskip2,
|
||||
EEikCmdPicoFrameskip4,
|
||||
EEikCmdPicoFrameskip8,
|
||||
|
||||
// Debug menu
|
||||
EEikCmdPicoDebug,
|
||||
// EEikCmdPicoDebugKillEmu,
|
||||
EEikCmdPicoDebugInfo,
|
||||
|
||||
// config Dialog
|
||||
ECtlOptDone,
|
||||
// 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,
|
||||
ECtlOptRegion,
|
||||
// about dialog
|
||||
EEikCmdPicoAboutDoneCmd,
|
||||
EEikCmdPicoAboutCreditsCmd,
|
||||
ECtlPicoAboutText,
|
||||
// credits
|
||||
ECtlPicoCreditsText,
|
||||
// debug
|
||||
ECtlDebugEdit
|
||||
};
|
||||
|
||||
|
||||
#define ECtlAboutVersion 1
|
||||
#define ECtlAboutLinks 2
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue