diff options
Diffstat (limited to 'games-emulation/zsnes/files/zsnes-1.51-gcc-10.patch')
-rw-r--r-- | games-emulation/zsnes/files/zsnes-1.51-gcc-10.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games-emulation/zsnes/files/zsnes-1.51-gcc-10.patch b/games-emulation/zsnes/files/zsnes-1.51-gcc-10.patch deleted file mode 100644 index 71a1392e6a4e..000000000000 --- a/games-emulation/zsnes/files/zsnes-1.51-gcc-10.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/initc.c -+++ b/initc.c -@@ -1495,7 +1495,7 @@ Would be nice to trash this section in the future - extern unsigned char ENVDisable, cycpb268, cycpb358, cycpbl2, cycpblt2, cycpbl; - extern unsigned char cycpblt, opexec268, opexec358, opexec268b, opexec358b; - extern unsigned char opexec268cph, opexec358cph, opexec268cphb, opexec358cphb; --bool HacksDisable; -+extern bool HacksDisable; - - void headerhack() - { |