mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-26 17:40:40 +00:00
Build fix.
This commit is contained in:
parent
98cd4c5d0d
commit
8f40825763
@ -49,7 +49,7 @@ void retro_init()
|
||||
#ifndef _WIN32
|
||||
mkdir(home.c_str(), 0755);
|
||||
#else
|
||||
_mkdir(home.c_str(), 0755);
|
||||
_mkdir(home.c_str());
|
||||
#endif
|
||||
|
||||
std::vector<MDFNSetting> settings;
|
||||
|
Loading…
Reference in New Issue
Block a user