fixes to project files and build scripts

cleanup
This commit is contained in:
kd-11 2017-06-06 19:58:06 +03:00
parent 860b76452f
commit 2556484c67
17 changed files with 55 additions and 169 deletions

View file

@ -145,6 +145,7 @@ Render_Creator::Render_Creator()
}
#endif
#if defined(WIN32) || defined(__linux__)
// check for vulkan adapters
vk::context device_enum_context;
u32 instance_handle = device_enum_context.createInstance("RPCS3", true);
@ -165,6 +166,7 @@ Render_Creator::Render_Creator()
}
}
}
#endif
}
emu_settings::emu_settings(const std::string& path) : QObject()