vm: fix initial process memory name

This commit is contained in:
DH 2024-09-01 18:52:32 +03:00
parent b17bf677e5
commit df3a2d36d2
4 changed files with 18 additions and 13 deletions

View file

@ -1747,7 +1747,7 @@ int main(int argc, const char *argv[]) {
auto initProcess = orbis::g_context.createProcess(asRoot ? 1 : 10);
// pthread_setname_np(pthread_self(), "10.MAINTHREAD");
rx::vm::initialize();
rx::vm::initialize(initProcess->pid);
runRpsxGpu();
if (enableAudio) {