mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-27 06:35:39 +00:00
Fix -Wmissing-declarations warning
This commit is contained in:
parent
e5ca338958
commit
45aeb86766
@ -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() == '/');
|
||||
|
Loading…
x
Reference in New Issue
Block a user