mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
Turn uwp_mkdir_impl function static
This commit is contained in:
parent
9586d679a8
commit
4251eb5f61
@ -391,7 +391,7 @@ error:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int uwp_mkdir_impl(std::experimental::filesystem::path dir)
|
||||
static int uwp_mkdir_impl(std::experimental::filesystem::path dir)
|
||||
{
|
||||
/*I feel like this should create the directory recursively but the existing implementation does not so this update won't
|
||||
*I put in the work but I just commented out the stuff you would need */
|
||||
|
Loading…
Reference in New Issue
Block a user