diff options
Diffstat (limited to 'emulators/gngb/files/patch-src_emu.c')
-rw-r--r-- | emulators/gngb/files/patch-src_emu.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/gngb/files/patch-src_emu.c b/emulators/gngb/files/patch-src_emu.c new file mode 100644 index 000000000000..3d30eeb06f0c --- /dev/null +++ b/emulators/gngb/files/patch-src_emu.c @@ -0,0 +1,11 @@ +--- src/emu.c.orig 2003-07-11 13:43:26 UTC ++++ src/emu.c +@@ -54,6 +54,8 @@ Uint8 jmap[8]={1,1,0,0,3,2,0,1}; + Sint16 *joy_axis; + Uint8 *joy_but; + ++GNGB_CONF conf; ++ + /* Configuration File */ + + #define UINTEGER8 1 |