Fix various bug*.sav bugs and add some code to track down #1
This commit is contained in:
@@ -35,6 +35,7 @@ static void HandleGamepadInput(int button, bool pressed);
|
||||
static void HandleInput(int keyCode, int keyMod, bool pressed);
|
||||
void OpenGLRenderer_Create(struct RendererFuncs *funcs);
|
||||
|
||||
bool g_debug_flag;
|
||||
bool g_is_turbo;
|
||||
bool g_is_turbo;
|
||||
bool g_want_dump_memmap_flags;
|
||||
@@ -311,6 +312,10 @@ int main(int argc, char** argv) {
|
||||
} else {
|
||||
SwitchDirectory();
|
||||
}
|
||||
if (argc >= 1 && strcmp(argv[0], "--debug") == 0) {
|
||||
g_debug_flag = true;
|
||||
argc -= 1, argv += 1;
|
||||
}
|
||||
ParseConfigFile(config_file);
|
||||
|
||||
g_snes_width = (g_config.extended_aspect_ratio * 2 + 256);
|
||||
|
||||
Reference in New Issue
Block a user