mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 21:37:57 -05:00
Rename logging macro back to LOG_*
This commit is contained in:
@ -48,7 +48,7 @@ NVFlinger::~NVFlinger() {
|
||||
}
|
||||
|
||||
u64 NVFlinger::OpenDisplay(const std::string& name) {
|
||||
NGLOG_WARNING(Service, "Opening display {}", name);
|
||||
LOG_WARNING(Service, "Opening display {}", name);
|
||||
|
||||
// TODO(Subv): Currently we only support the Default display.
|
||||
ASSERT(name == "Default");
|
||||
|
Reference in New Issue
Block a user