mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
sys_process_is_spu_lock_line_reservation_address
Formatting changed a bit
This commit is contained in:
parent
626133c0eb
commit
0044141631
17 changed files with 72 additions and 81 deletions
|
@ -269,7 +269,7 @@ void Emulator::Load()
|
|||
}
|
||||
catch(const std::string& e)
|
||||
{
|
||||
LOG_ERROR(LOADER, e);
|
||||
LOG_ERROR(LOADER, "%s", e.c_str());
|
||||
is_error = true;
|
||||
}
|
||||
catch(...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue