mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Remove deprecated logging system and expose developer logging window (#825)
This commit is contained in:
parent
b8dec03cb5
commit
d903b2cf12
47 changed files with 148 additions and 283 deletions
|
@ -367,7 +367,7 @@ namespace iosu
|
|||
bool parse_xml_content(Task& task)
|
||||
{
|
||||
tinyxml2::XMLDocument doc;
|
||||
//cafeLog_writeLineToLog((char*)task.result_buffer.data());
|
||||
//cemuLog_log(LogType::Force, (char*)task.result_buffer.data());
|
||||
if (doc.Parse((const char*)task.result_buffer.data(), task.processed_length) != tinyxml2::XML_SUCCESS)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue