mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 16:31:28 +12: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
|
@ -124,7 +124,7 @@ EmuCallbacks main_application::CreateCallbacks()
|
|||
#ifdef HAVE_FAUDIO
|
||||
case audio_renderer::faudio: result = std::make_shared<FAudioBackend>(); break;
|
||||
#endif
|
||||
default: fmt::throw_exception("Invalid audio renderer: %s" HERE, type);
|
||||
default: fmt::throw_exception("Invalid audio renderer: %s", type);
|
||||
}
|
||||
|
||||
if (!result->Initialized())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue