mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-27 17:39:41 -06:00
this didn't actually fix FreeBSD, so let's leave it out
keeping the define anyway in case it's needed on some other platform though
This commit is contained in:
@ -72,7 +72,7 @@ using Platform::LogLevel;
|
||||
|
||||
*/
|
||||
|
||||
#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#if defined(__APPLE__)
|
||||
#define NEEDS_ANON_MAP
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user