mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 07:30:02 +00:00
Mark DestinationToString as static
This commit is contained in:
parent
dca2e2c8f1
commit
dc18a1261c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue