diff options
Diffstat (limited to 'games/xptools/files/patch-src_GUI_GUI_Resources.cpp')
-rw-r--r-- | games/xptools/files/patch-src_GUI_GUI_Resources.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/games/xptools/files/patch-src_GUI_GUI_Resources.cpp b/games/xptools/files/patch-src_GUI_GUI_Resources.cpp deleted file mode 100644 index 01b816d60c56..000000000000 --- a/games/xptools/files/patch-src_GUI_GUI_Resources.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/GUI/GUI_Resources.cpp.orig 2017-04-14 14:21:02 UTC -+++ src/GUI/GUI_Resources.cpp -@@ -242,7 +242,7 @@ - - GUI_Resource GUI_LoadResource(const char* in_resource) - { -- if (sResMap.empty()) gModuleHandle = dlopen(0, RTLD_NOW | RTLD_LOCAL | RTLD_DEEPBIND); -+ if (sResMap.empty()) gModuleHandle = dlopen(0, RTLD_NOW | RTLD_LOCAL); - if (!gModuleHandle) - { - printf("error opening module\n"); |