drop StepMania.ini sections. Almost everything is in [Options], and it's
hard enough keeping straight which arbitrary options screen an option is in without having a separate categorization for the INI. (This will simplify later changes.)
This commit is contained in:
@@ -23,7 +23,7 @@ static const char* g_szKeys[NUM_KEYBOARD_ROWS][KEYS_PER_ROW] =
|
||||
{"","","Space","","","Backsp","","","Cancel","","","Done",""},
|
||||
};
|
||||
|
||||
static Preference<bool> g_bAllowOldKeyboardInput( Options, "AllowOldKeyboardInput", true );
|
||||
static Preference<bool> g_bAllowOldKeyboardInput( "AllowOldKeyboardInput", true );
|
||||
|
||||
float GetButtonX( int x )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user