mirror of
https://github.com/stenzek/duckstation.git
synced 2025-06-08 04:25:37 +00:00
Misc: Android build fix
This commit is contained in:
parent
b7fff840c8
commit
0f51472d64
@ -376,7 +376,7 @@ void Log::DebugOutputLogCallback(void* pUserParam, MessageCategory cat, const ch
|
||||
if (message.empty())
|
||||
return;
|
||||
|
||||
static constexpr int logPriority[static_cast<size_t>(Level::Count)] = {
|
||||
static constexpr int logPriority[static_cast<size_t>(Level::MaxCount)] = {
|
||||
ANDROID_LOG_INFO, // None
|
||||
ANDROID_LOG_ERROR, // Error
|
||||
ANDROID_LOG_WARN, // Warning
|
||||
|
Loading…
x
Reference in New Issue
Block a user