diff options
Diffstat (limited to 'emulators/gbe/files/patch-vram.c')
-rw-r--r-- | emulators/gbe/files/patch-vram.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/gbe/files/patch-vram.c b/emulators/gbe/files/patch-vram.c new file mode 100644 index 000000000000..e8e469ed273a --- /dev/null +++ b/emulators/gbe/files/patch-vram.c @@ -0,0 +1,10 @@ +--- vram.c.orig Mon Apr 16 22:12:03 2001 ++++ vram.c Mon Apr 16 22:12:08 2001 +@@ -31,7 +31,6 @@ + #include "cpu.h" + #include "data.h" + #include "x11.h" +-#include "svga.h" + #include "win32.h" + #include "joypad.h" + |