mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Logging system rewritten
GUI doesn't freeze anymore Some things simplified
This commit is contained in:
parent
b3e3c68f15
commit
38531459df
130 changed files with 2026 additions and 2479 deletions
|
@ -435,7 +435,7 @@ void Emulator::Stop()
|
|||
|
||||
for (auto& v : decltype(g_armv7_dump)(std::move(g_armv7_dump)))
|
||||
{
|
||||
LOG_NOTICE(ARMv7, v.second);
|
||||
LOG_NOTICE(ARMv7, "%s", v.second);
|
||||
}
|
||||
|
||||
m_rsx_callback = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue