Implement new thread manager, port stuff to it.
This commit is contained in:
parent
3d5c387b3b
commit
73871b9b7e
34 changed files with 760 additions and 319 deletions
|
@ -656,6 +656,7 @@ bool TestArmEmitter();
|
|||
bool TestArm64Emitter();
|
||||
bool TestX64Emitter();
|
||||
bool TestShaderGenerators();
|
||||
bool TestThreadManager();
|
||||
|
||||
TestItem availableTests[] = {
|
||||
#if PPSSPP_ARCH(ARM64) || PPSSPP_ARCH(AMD64) || PPSSPP_ARCH(X86)
|
||||
|
@ -682,6 +683,7 @@ TestItem availableTests[] = {
|
|||
TEST_ITEM(ShaderGenerators),
|
||||
TEST_ITEM(Path),
|
||||
TEST_ITEM(AndroidContentURI),
|
||||
TEST_ITEM(ThreadManager),
|
||||
};
|
||||
|
||||
int main(int argc, const char *argv[]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue