summaryrefslogtreecommitdiff
path: root/emulators/fceux/files/patch-src_cheat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/fceux/files/patch-src_cheat.cpp')
-rw-r--r--emulators/fceux/files/patch-src_cheat.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/fceux/files/patch-src_cheat.cpp b/emulators/fceux/files/patch-src_cheat.cpp
deleted file mode 100644
index e9e5393a17ae..000000000000
--- a/emulators/fceux/files/patch-src_cheat.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/cheat.cpp.orig 2017-02-26 13:33:11 UTC
-+++ src/cheat.cpp
-@@ -216,7 +216,7 @@ void FCEU_LoadGameCheats(FILE *override)
- }
-
- FCEU_DispMessage("Cheats file loaded.",0); //Tells user a cheats file was loaded.
-- while(fgets(linebuf,2048,fp)>0)
-+ while(fgets(linebuf,2048,fp))
- {
- char *tbuf=linebuf;
- int doc=0;