mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Hotfix: useless error
This commit is contained in:
parent
3dbecada4e
commit
6b3f722ff0
3 changed files with 11 additions and 5 deletions
|
|
@ -369,7 +369,7 @@ int main(int argc, char** argv)
|
|||
#endif
|
||||
|
||||
// Initialize thread pool finalizer (on first use)
|
||||
named_thread("", []{});
|
||||
named_thread("", []{})();
|
||||
|
||||
std::unique_ptr<logs::listener> log_file;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue