mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Logging fixed
Now it displays messagebox if logging system isn't initialized. Otherwise it could cause stack overflow.
This commit is contained in:
parent
5d6d058965
commit
c5737d01c6
4 changed files with 26 additions and 14 deletions
|
|
@ -148,8 +148,6 @@ bool Rpcs3App::OnInit()
|
|||
const wxString executablePath = wxPathOnly(wxStandardPaths::Get().GetExecutablePath());
|
||||
wxSetWorkingDirectory(executablePath);
|
||||
|
||||
main_thread = std::this_thread::get_id();
|
||||
|
||||
Ini.Load();
|
||||
Emu.Init();
|
||||
Emu.SetEmulatorPath(executablePath.ToStdString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue