Change dll name

This commit is contained in:
baldurk
2015-09-03 15:28:53 +02:00
parent 80838eb216
commit 96de708f1a
+1 -1
View File
@@ -849,7 +849,7 @@ ReplayCreateStatus Vulkan_CreateReplayDevice(const char *logfile, IReplayDriver
RDCDEBUG("Creating a VulkanReplay replay device");
#if defined(WIN32)
bool loaded = Process::LoadModule("vulkan.dll");
bool loaded = Process::LoadModule("vulkan.0.dll");
#elif defined(__linux__)
bool loaded = Process::LoadModule("libvulkan.so");
#else