mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Remove HERE macro
Some cleanup. Add location to some functions.
This commit is contained in:
parent
d25c401aec
commit
36c8654fb8
130 changed files with 969 additions and 889 deletions
|
|
@ -183,7 +183,7 @@ error_code cellVoiceCreatePort(vm::ptr<u32> portId, vm::cptr<CellVoicePortParam>
|
|||
}
|
||||
}
|
||||
|
||||
fmt::throw_exception("Unreachable" HERE);
|
||||
fmt::throw_exception("Unreachable");
|
||||
}
|
||||
|
||||
error_code cellVoiceDeletePort(u32 portId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue