Build fix.

This commit is contained in:
Themaister 2012-06-12 01:06:33 +02:00
parent 98cd4c5d0d
commit 8f40825763

View File

@ -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;