diff --git a/shell/libretro/oslib.cpp b/shell/libretro/oslib.cpp index cf70ad53e..c577ff0d9 100644 --- a/shell/libretro/oslib.cpp +++ b/shell/libretro/oslib.cpp @@ -130,7 +130,7 @@ std::string getTextureDumpPath() } -#ifdef _WIN32 +#if defined(_WIN32) || defined(__APPLE__) void os_SetThreadName(const char *name) { } #endif