mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 10:21:21 +00:00
Logs: Prevent minor race in Emu.Run() regarding logging levels
This commit is contained in:
parent
dfbd63df94
commit
cb0929d933
@ -1352,10 +1352,10 @@ void Emulator::Run(bool start_playtime)
|
||||
|
||||
m_pause_start_time = 0;
|
||||
m_pause_amend_time = 0;
|
||||
m_state = system_state::running;
|
||||
|
||||
rpcs3::utils::configure_logs();
|
||||
|
||||
m_state = system_state::running;
|
||||
|
||||
// Run main thread
|
||||
idm::check<named_thread<ppu_thread>>(ppu_thread::id_base, [](named_thread<ppu_thread>& cpu)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user