mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
fixes to project files and build scripts
cleanup
This commit is contained in:
parent
860b76452f
commit
2556484c67
17 changed files with 55 additions and 169 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue