mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +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
|
|
@ -79,7 +79,7 @@ void execute_psv_func_by_index(ARMv7Context& context, u32 index)
|
|||
}
|
||||
else
|
||||
{
|
||||
throw "Unimplemented function";
|
||||
throw EXCEPTION("Unimplemented function");
|
||||
}
|
||||
|
||||
// rough error code processing
|
||||
|
|
@ -92,7 +92,7 @@ void execute_psv_func_by_index(ARMv7Context& context, u32 index)
|
|||
}
|
||||
else
|
||||
{
|
||||
throw "Invalid function index";
|
||||
throw EXCEPTION("Invalid function index");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue