mirror of https://github.com/PCSX2/pcsx2.git
GS-vk: Fix Wunused-variable warning.
This commit is contained in:
parent
e7e6f765b5
commit
c574c3e08c
|
@ -2512,7 +2512,6 @@ bool GSDeviceVK::CreateDeviceAndSwapChain()
|
|||
return false;
|
||||
}
|
||||
|
||||
u32 gpu_index = 0;
|
||||
if (!GSConfig.Adapter.empty())
|
||||
{
|
||||
u32 gpu_index = 0;
|
||||
|
|
Loading…
Reference in New Issue