Add final new lines to 2 files and beautify 2 files in the settings directory
This commit is contained in:
parent
93b35cdf28
commit
0a7f421c0c
|
@ -10,10 +10,10 @@
|
||||||
|
|
||||||
void RegisterUISettings (void)
|
void RegisterUISettings (void)
|
||||||
{
|
{
|
||||||
//information - temp keys
|
// Information - temporary keys
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + Info_ShortCutsChanged), new CSettingTypeTempBool(false));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + Info_ShortCutsChanged), new CSettingTypeTempBool(false));
|
||||||
|
|
||||||
//Support Files
|
// Support files
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + SupportFile_ShortCuts), new CSettingTypeApplicationPath("", "ShortCuts", (SettingID)(FirstUISettings + SupportFile_ShortCutsDefault)));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + SupportFile_ShortCuts), new CSettingTypeApplicationPath("", "ShortCuts", (SettingID)(FirstUISettings + SupportFile_ShortCutsDefault)));
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + SupportFile_ShortCutsDefault), new CSettingTypeRelativePath("Config", "Project64.sc3"));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + SupportFile_ShortCutsDefault), new CSettingTypeRelativePath("Config", "Project64.sc3"));
|
||||||
|
|
||||||
|
@ -24,12 +24,12 @@ void RegisterUISettings (void)
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + Setting_AutoSleep), new CSettingTypeApplication("Settings", "Auto Sleep", (uint32_t)true));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + Setting_AutoSleep), new CSettingTypeApplication("Settings", "Auto Sleep", (uint32_t)true));
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + Setting_AutoFullscreen), new CSettingTypeApplication("Settings", "Auto Full Screen", (uint32_t)false));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + Setting_AutoFullscreen), new CSettingTypeApplication("Settings", "Auto Full Screen", (uint32_t)false));
|
||||||
|
|
||||||
//RDB Settings
|
// RDB settings
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + Rdb_Status), new CSettingTypeRomDatabase("Status", "Unknown"));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + Rdb_Status), new CSettingTypeRomDatabase("Status", "Unknown"));
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + Rdb_NotesCore), new CSettingTypeRomDatabase("Core Note", ""));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + Rdb_NotesCore), new CSettingTypeRomDatabase("Core Note", ""));
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + Rdb_NotesPlugin), new CSettingTypeRomDatabase("Plugin Note", ""));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + Rdb_NotesPlugin), new CSettingTypeRomDatabase("Plugin Note", ""));
|
||||||
|
|
||||||
//User Interface
|
// User interface
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + UserInterface_InFullScreen), new CSettingTypeTempBool(false));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + UserInterface_InFullScreen), new CSettingTypeTempBool(false));
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + UserInterface_MainWindowTop), new CSettingTypeApplication("Main Window", "Top", Default_None));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + UserInterface_MainWindowTop), new CSettingTypeApplication("Main Window", "Top", Default_None));
|
||||||
g_Settings->AddHandler((SettingID)(FirstUISettings + UserInterface_MainWindowLeft), new CSettingTypeApplication("Main Window", "Left", Default_None));
|
g_Settings->AddHandler((SettingID)(FirstUISettings + UserInterface_MainWindowLeft), new CSettingTypeApplication("Main Window", "Left", Default_None));
|
||||||
|
|
|
@ -4,10 +4,10 @@
|
||||||
|
|
||||||
enum UISettingID
|
enum UISettingID
|
||||||
{
|
{
|
||||||
//information - temp keys
|
// Information - temporary keys
|
||||||
Info_ShortCutsChanged,
|
Info_ShortCutsChanged,
|
||||||
|
|
||||||
//Support Files
|
// Support files
|
||||||
SupportFile_ShortCuts,
|
SupportFile_ShortCuts,
|
||||||
SupportFile_ShortCutsDefault,
|
SupportFile_ShortCutsDefault,
|
||||||
|
|
||||||
|
@ -18,12 +18,12 @@ enum UISettingID
|
||||||
Setting_AutoSleep,
|
Setting_AutoSleep,
|
||||||
Setting_AutoFullscreen,
|
Setting_AutoFullscreen,
|
||||||
|
|
||||||
//RDB TLB Settings
|
// RDB TLB settings
|
||||||
Rdb_Status,
|
Rdb_Status,
|
||||||
Rdb_NotesCore,
|
Rdb_NotesCore,
|
||||||
Rdb_NotesPlugin,
|
Rdb_NotesPlugin,
|
||||||
|
|
||||||
//User Interface
|
// User interface
|
||||||
UserInterface_InFullScreen,
|
UserInterface_InFullScreen,
|
||||||
UserInterface_MainWindowTop,
|
UserInterface_MainWindowTop,
|
||||||
UserInterface_MainWindowLeft,
|
UserInterface_MainWindowLeft,
|
||||||
|
@ -41,16 +41,16 @@ enum UISettingID
|
||||||
RomBrowser_SortAscendingIndex,
|
RomBrowser_SortAscendingIndex,
|
||||||
RomBrowser_Maximized,
|
RomBrowser_Maximized,
|
||||||
|
|
||||||
//Directory Info
|
// Directory info
|
||||||
Directory_LastSave,
|
Directory_LastSave,
|
||||||
Directory_RecentGameDirCount,
|
Directory_RecentGameDirCount,
|
||||||
Directory_RecentGameDirIndex,
|
Directory_RecentGameDirIndex,
|
||||||
|
|
||||||
//Recent Game
|
// Recent game
|
||||||
File_RecentGameFileCount,
|
File_RecentGameFileCount,
|
||||||
File_RecentGameFileIndex,
|
File_RecentGameFileIndex,
|
||||||
|
|
||||||
//Support Window
|
// Support window
|
||||||
SupportWindows_RunCount,
|
SupportWindows_RunCount,
|
||||||
|
|
||||||
// Debugger UI window positions and sizes
|
// Debugger UI window positions and sizes
|
||||||
|
|
Loading…
Reference in New Issue