diff options
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r-- | src/NDS.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NDS.cpp b/src/NDS.cpp index 215750f..b5c00db 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -377,7 +377,7 @@ bool NeedsDirectBoot() } } -void SetupDirectBoot(std::string romname) +void SetupDirectBoot(const std::string& romname) { if (ConsoleType == 1) { |