mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
11 lines
465 B
C++
11 lines
465 B
C++
--- 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")) {
|