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:
kd-11 2016-03-07 11:38:00 +03:00
parent 3b6e3fb3b4
commit 22d49ae96a
5 changed files with 12 additions and 5 deletions

View file

@ -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)
{