mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
Fix build for non-WIN32 platforms
Link explicitly against vkstatic.1.lib fix linux path for vulkan glsl compiler Restore wxWidgets version
This commit is contained in:
parent
3b6e3fb3b4
commit
22d49ae96a
5 changed files with 12 additions and 5 deletions
|
|
@ -250,9 +250,9 @@ SettingsDialog::SettingsDialog(wxWindow *parent, rpcs3::config_t* cfg)
|
|||
cbox_gs_d3d_adaptater->Enable(false);
|
||||
chbox_gs_overlay->Enable(false);
|
||||
}
|
||||
#endif
|
||||
|
||||
cbox_gs_render->Append("Vulkan");
|
||||
#endif
|
||||
|
||||
for (int i = 1; i < WXSIZEOF(ResolutionTable); ++i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue