mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-06 06:51:18 +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
|
@ -46,7 +46,7 @@ namespace nn
|
|||
if (idbeData.size() != sizeof(nnIdbeEncryptedIcon_t))
|
||||
{
|
||||
// icon does not exist or has the wrong size
|
||||
cemuLog_force("IDBE: Failed to retrieve icon for title {:016x}", titleId);
|
||||
cemuLog_log(LogType::Force, "IDBE: Failed to retrieve icon for title {:016x}", titleId);
|
||||
memset(iconOut, 0, sizeof(nnIdbeEncryptedIcon_t));
|
||||
coreinit_resumeThread(thread);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue