mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Rework vertex upload code and fix indexed renders
Rebase on current master; Refactor vertex upload code Fix build; Minor fixes Start preparations for merge Fix generic indexed drawing bugs Define WIN32_KHR only for windows Remove linking against vulkan-1.lib
This commit is contained in:
parent
d287ba44ce
commit
3b6e3fb3b4
25 changed files with 6545 additions and 193 deletions
|
|
@ -252,6 +252,8 @@ SettingsDialog::SettingsDialog(wxWindow *parent, rpcs3::config_t* cfg)
|
|||
}
|
||||
#endif
|
||||
|
||||
cbox_gs_render->Append("Vulkan");
|
||||
|
||||
for (int i = 1; i < WXSIZEOF(ResolutionTable); ++i)
|
||||
{
|
||||
cbox_gs_resolution->Append(wxString::Format("%dx%d", ResolutionTable[i].width.value(), ResolutionTable[i].height.value()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue