Implement new thread manager, port stuff to it.

This commit is contained in:
Henrik Rydgård 2020-11-28 00:12:06 +01:00
parent 3d5c387b3b
commit 73871b9b7e
34 changed files with 760 additions and 319 deletions

View file

@ -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[]) {