mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:37:59 -05:00
Mark DestinationToString as static
This commit is contained in:
@ -286,7 +286,7 @@ private:
|
||||
}
|
||||
}
|
||||
|
||||
std::string DestinationToString(LogDestination destination) {
|
||||
static std::string DestinationToString(LogDestination destination) {
|
||||
if (True(destination & LogDestination::All)) {
|
||||
return "TargetManager | Uart | UartSleep";
|
||||
}
|
||||
|
Reference in New Issue
Block a user