diff options
Diffstat (limited to 'app-emulation/vice/files/vice-2.0-gnome-palemu.patch')
-rw-r--r-- | app-emulation/vice/files/vice-2.0-gnome-palemu.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/vice/files/vice-2.0-gnome-palemu.patch b/app-emulation/vice/files/vice-2.0-gnome-palemu.patch deleted file mode 100644 index 1f8a4a9ceb28..000000000000 --- a/app-emulation/vice/files/vice-2.0-gnome-palemu.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: src/video/video-resources-pal.c -=================================================================== ---- src/video/video-resources-pal.c (revision 19048) -+++ src/video/video-resources-pal.c (working copy) -@@ -180,7 +180,7 @@ - &video_resources.pal_scanlineshade, set_pal_scanlineshade, NULL }, - { "PALBlur", 500, RES_EVENT_NO, NULL, - &video_resources.pal_blur, set_pal_blur, NULL }, -- { "PALMode", VIDEO_RESOURCE_PAL_MODE_TRUE, RES_EVENT_NO, NULL, -+ { "PALMode", VIDEO_RESOURCE_PAL_MODE_FAST, RES_EVENT_NO, NULL, - &video_resources.pal_mode, set_pal_mode, NULL }, - { "PALOddLinePhase", 1250, RES_EVENT_NO, NULL, - &video_resources.pal_oddlines_phase, set_pal_oddlinesphase, NULL }, |