[Android] Updating SettingsID.java

This commit is contained in:
zilmar 2019-02-09 06:19:45 +10:30
parent aca70f317c
commit 6175511b55
1 changed files with 5 additions and 0 deletions

View File

@ -248,6 +248,9 @@ public enum SettingsID
Debugger_ReadBPExists,
Debugger_WaitingForStep,
Debugger_AutoRefreshMemoryView,
Debugger_CPULoggingEnabled,
Debugger_CPULogBufferSize,
Debugger_ExceptionBreakpoints,
//Trace
Debugger_TraceMD5,
@ -327,6 +330,8 @@ public enum SettingsID
Enhancement_OnByDefault,
Enhancement_Overclock,
Enhancement_OverclockValue,
Enhancement_Gameshark,
Enhancement_GamesharkCode,
Enhancement_Notes,
FirstUISettings, LastUISettings(FirstUISettings.getValue() + 65535),