Minor logging improvements

This commit is contained in:
Ivan Chikish 2023-07-13 17:53:13 +03:00
parent f11efcd324
commit aa00adc9ec
5 changed files with 27 additions and 21 deletions

View file

@ -486,6 +486,7 @@ int main(int argc, const char *argv[]) {
// rx::vm::printHostStats();
auto initProcess = orbis::g_context.createProcess(10);
pthread_setname_np(pthread_self(), "10.MAINTHREAD");
initProcess->sysent = &orbis::ps4_sysvec;
initProcess->onSysEnter = onSysEnter;
initProcess->onSysExit = onSysExit;