aboutsummaryrefslogtreecommitdiff
path: root/loader/loader_platform.h
diff options
context:
space:
mode:
authorscygan <slawomir.cygan@intel.com>2015-06-01 19:47:08 +0200
committerIan Elliott <ian@lunarg.com>2015-06-10 16:55:55 -0600
commitb5708302c781ff2857b1519fa726ff914c5f5e46 (patch)
tree3b7d2117bc449c1a5654b44caf14eb2dcff7557d /loader/loader_platform.h
parentb8640b4752ddc6b751a6447501d6f8f248503e39 (diff)
downloadusermoji-b5708302c781ff2857b1519fa726ff914c5f5e46.tar.xz
Loader: search also through SysWow64 folder on windows
Diffstat (limited to 'loader/loader_platform.h')
-rw-r--r--loader/loader_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/loader_platform.h b/loader/loader_platform.h
index 6dfbdc5b..4bbd8b30 100644
--- a/loader/loader_platform.h
+++ b/loader/loader_platform.h
@@ -169,7 +169,7 @@ using namespace std;
#ifndef DEFAULT_VK_DRIVERS_PATH
// TODO: Is this a good default location?
// Need to search for both 32bit and 64bit ICDs
-#define DEFAULT_VK_DRIVERS_PATH "C:\\Windows\\System32"
+#define DEFAULT_VK_DRIVERS_PATH "C:\\Windows\\System32;C:\\Windows\\SysWow64"
// TODO/TBD: Is this an appropriate prefix for Windows?
#define VK_DRIVER_LIBRARY_PREFIX "VK_"
#define VK_DRIVER_LIBRARY_PREFIX_LEN 3