mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Initial macOS port bringup (#52)
This commit is contained in:
parent
a2abffd37b
commit
974edaa649
84 changed files with 157 additions and 122 deletions
|
@ -406,7 +406,7 @@ public:
|
|||
}
|
||||
|
||||
FILE* file = nullptr;
|
||||
#if BOOST_OS_WINDOWS > 0
|
||||
#if BOOST_OS_WINDOWS
|
||||
file = _wfopen(tmp_name.c_str(), L"wb");
|
||||
#else
|
||||
file = fopen(boost::nowide::narrow(tmp_name).c_str(), "wb");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue