aboutsummaryrefslogtreecommitdiff
path: root/emulators/higan/files/patch-higan_target-tomoko_tools_cheat-database.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/higan/files/patch-higan_target-tomoko_tools_cheat-database.cpp')
-rw-r--r--emulators/higan/files/patch-higan_target-tomoko_tools_cheat-database.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/higan/files/patch-higan_target-tomoko_tools_cheat-database.cpp b/emulators/higan/files/patch-higan_target-tomoko_tools_cheat-database.cpp
deleted file mode 100644
index 30fa5b7f3eee..000000000000
--- a/emulators/higan/files/patch-higan_target-tomoko_tools_cheat-database.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- higan/target-tomoko/tools/cheat-database.cpp.orig 2016-05-03 22:40:39 UTC
-+++ higan/target-tomoko/tools/cheat-database.cpp
-@@ -18,7 +18,7 @@ auto CheatDatabase::findCodes() -> void
- if(!emulator) return;
- auto sha256 = emulator->sha256();
-
-- auto contents = string::read(locate("cheats.bml"));
-+ auto contents = string::read(locateShared("cheats.bml"));
- auto document = BML::unserialize(contents);
-
- for(auto cartridge : document.find("cartridge")) {