File defaults.patch of Package uae
--- src/cfgfile.c
+++ src/cfgfile.c
@@ -2465,4 +2465,6 @@
#endif
inputdevice_default_prefs (p);
+
+ strcpy(savestate_fname, "quickstate.uss");
}
--- src/gfx-sdl/sdlgfx.c
+++ src/gfx-sdl/sdlgfx.c
@@ -1971,11 +1971,15 @@
{
int type = get_sdlgfx_type ();
+#if 0
if (type == SDLGFX_DRIVER_AMIGAOS4 || type == SDLGFX_DRIVER_CYBERGFX ||
type == SDLGFX_DRIVER_BWINDOW || type == SDLGFX_DRIVER_QUARTZ)
+#endif
p->map_raw_keys = 1;
+#if 0
else
p->map_raw_keys = 0;
+#endif
#ifdef USE_GL
p->use_gl = 0;
#endif /* USE_GL */