diff options
| author | 2021-01-20 18:42:39 +1100 | |
|---|---|---|
| committer | 2021-01-20 18:42:39 +1100 | |
| commit | dc18a1261cb841502cbd8f41e9bc820a9d9a15b6 (patch) | |
| tree | aeb31db1ad3e389bd67533f4690c92da342490f9 /src | |
| parent | Mark LogPacketHeaderEntry hash as noexcept (diff) | |
| download | yuzu-dc18a1261cb841502cbd8f41e9bc820a9d9a15b6.tar.gz yuzu-dc18a1261cb841502cbd8f41e9bc820a9d9a15b6.tar.xz yuzu-dc18a1261cb841502cbd8f41e9bc820a9d9a15b6.zip | |
Mark DestinationToString as static
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/lm/lm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/lm/lm.cpp b/src/core/hle/service/lm/lm.cpp index 93e1fde01..4e0b4ea09 100644 --- a/src/core/hle/service/lm/lm.cpp +++ b/src/core/hle/service/lm/lm.cpp | |||
| @@ -286,7 +286,7 @@ private: | |||
| 286 | } | 286 | } |
| 287 | } | 287 | } |
| 288 | 288 | ||
| 289 | std::string DestinationToString(LogDestination destination) { | 289 | static std::string DestinationToString(LogDestination destination) { |
| 290 | if (True(destination & LogDestination::All)) { | 290 | if (True(destination & LogDestination::All)) { |
| 291 | return "TargetManager | Uart | UartSleep"; | 291 | return "TargetManager | Uart | UartSleep"; |
| 292 | } | 292 | } |