mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-11-24 12:52:17 -08: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