mirror of https://github.com/snes9xgit/snes9x.git
Fix file path issue. Rebuild UI file so it works on GTK+ 2.24+.
This commit is contained in:
parent
b4f07bc9be
commit
bbdd19b22e
|
@ -157,6 +157,7 @@ S9xGetDirectory (enum s9x_getdirtype dirtype)
|
||||||
case SCREENSHOT_DIR:
|
case SCREENSHOT_DIR:
|
||||||
case SPC_DIR:
|
case SPC_DIR:
|
||||||
sprintf (path, "%s", gui_config->export_directory);
|
sprintf (path, "%s", gui_config->export_directory);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
path[0] = '\0';
|
path[0] = '\0';
|
||||||
|
|
14804
gtk/src/snes9x.ui
14804
gtk/src/snes9x.ui
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue