aboutsummaryrefslogtreecommitdiff
path: root/emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp')
-rw-r--r--emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp b/emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp
deleted file mode 100644
index bc30b6dc349c..000000000000
--- a/emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- higan/target-tomoko/presentation/presentation.cpp.orig 2017-01-13 17:52:31 UTC
-+++ higan/target-tomoko/presentation/presentation.cpp
-@@ -278,7 +278,7 @@ auto Presentation::toggleFullScreen() ->
- }
-
- auto Presentation::loadShaders() -> void {
-- auto pathname = locate("Video Shaders/");
-+ auto pathname = locateShared("Video Shaders/");
-
- if(settings["Video/Driver"].text() == "OpenGL") {
- for(auto shader : directory::folders(pathname, "*.shader")) {