summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/Boot/Boot.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Core/Boot/Boot.cpp b/Source/Core/Core/Boot/Boot.cpp
index 6533a2719a..5f1c7639d0 100644
--- a/Source/Core/Core/Boot/Boot.cpp
+++ b/Source/Core/Core/Boot/Boot.cpp
@@ -60,7 +60,8 @@ namespace fs = std::experimental::filesystem;
#include "DiscIO/Enums.h"
#include "DiscIO/Volume.h"
-std::vector<std::string> ReadM3UFile(const std::string& m3u_path, const std::string& folder_path)
+static std::vector<std::string> ReadM3UFile(const std::string& m3u_path,
+ const std::string& folder_path)
{
#ifndef HAS_STD_FILESYSTEM
ASSERT(folder_path.back() == '/');