mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 07:25:26 +00:00
Minor logging improvements
This commit is contained in:
parent
f11efcd324
commit
aa00adc9ec
5 changed files with 27 additions and 21 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue