mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 11:07:58 -05:00
Rename logging macro back to LOG_*
This commit is contained in:
@ -159,7 +159,7 @@ void Recorder::Finish(const std::string& filename) {
|
||||
throw "Failed to write stream element";
|
||||
}
|
||||
} catch (const char* str) {
|
||||
NGLOG_ERROR(HW_GPU, "Writing CiTrace file failed: {}", str);
|
||||
LOG_ERROR(HW_GPU, "Writing CiTrace file failed: {}", str);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user