mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Turn on multithreaded vulkan
This commit is contained in:
parent
9e35144b96
commit
f16d11a43b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#endif
|
||||
|
||||
// TODO: Using a thread here is unfinished and does not work correctly.
|
||||
const bool useThread = false;
|
||||
const bool useThread = true;
|
||||
|
||||
#ifndef UINT64_MAX
|
||||
#define UINT64_MAX 0xFFFFFFFFFFFFFFFFULL
|
||||
|
|
Loading…
Add table
Reference in a new issue