mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-11 03:00:16 +01:00
rsx: fix non android build
This commit is contained in:
parent
639b1fe95c
commit
06dcf32e1b
|
|
@ -47,7 +47,9 @@ namespace vk
|
|||
});
|
||||
}
|
||||
|
||||
#ifdef ANDROID
|
||||
void* instance::g_vk_loader = nullptr;
|
||||
#endif
|
||||
|
||||
// Instance
|
||||
instance::~instance()
|
||||
|
|
|
|||
Loading…
Reference in a new issue