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 ReadM3UFile(const std::string& m3u_path, const std::string& folder_path) +static std::vector ReadM3UFile(const std::string& m3u_path, + const std::string& folder_path) { #ifndef HAS_STD_FILESYSTEM ASSERT(folder_path.back() == '/');