diff options
Diffstat (limited to 'emulators/gngb/files/patch-src_video__yuv.c')
-rw-r--r-- | emulators/gngb/files/patch-src_video__yuv.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/gngb/files/patch-src_video__yuv.c b/emulators/gngb/files/patch-src_video__yuv.c new file mode 100644 index 000000000000..95c7bea2b069 --- /dev/null +++ b/emulators/gngb/files/patch-src_video__yuv.c @@ -0,0 +1,13 @@ +--- src/video_yuv.c.orig 2003-04-03 13:27:29 UTC ++++ src/video_yuv.c +@@ -25,6 +25,10 @@ + #include "memory.h" + #include "message.h" + ++Uint32 yuv_flag; ++SDL_Overlay *overlay; ++yuv_t rgb2yuv[65536]; ++ + void init_message_yuv(void) { + + } |