mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +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
|
|
@ -72,7 +72,7 @@ void headless_application::InitializeCallbacks()
|
|||
}
|
||||
default:
|
||||
{
|
||||
fmt::throw_exception("Invalid video renderer: %s" HERE, type);
|
||||
fmt::throw_exception("Invalid video renderer: %s", type);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue