mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
EXCEPTION() macro usage, sceNpTrophy improved
This commit is contained in:
parent
6f1e76198a
commit
32d3d1fbe5
32 changed files with 477 additions and 609 deletions
|
|
@ -60,7 +60,7 @@ u32 armv7_get_tls(u32 thread)
|
|||
}
|
||||
}
|
||||
|
||||
throw "Out of TLS memory";
|
||||
throw EXCEPTION("Out of TLS memory");
|
||||
}
|
||||
|
||||
void armv7_free_tls(u32 thread)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue