disabled file service

This commit is contained in:
h4570
2020-12-26 17:29:07 +01:00
parent 7f9f86d7c3
commit d0c2dfcaa3
6 changed files with 38 additions and 93 deletions
+3 -2
View File
@@ -77,8 +77,9 @@ void Engine::firePS2()
{
SifInitRpc(0);
srand(time(NULL));
fileService.startThread();
audio.startThread(&fileService);
// fileService.startThread();
// audio.startThread(&fileService);
audio.startThread(NULL);
isInitialized = 0;
mainThreadId = GetThreadId();
}