libretro build fix on apple

This commit is contained in:
Eric Warmenhoven 2024-05-23 21:24:52 -04:00 committed by flyinghead
parent 48dfab7397
commit 30e5466d90
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ std::string getTextureDumpPath()
}
#ifdef _WIN32
#if defined(_WIN32) || defined(__APPLE__)
void os_SetThreadName(const char *name) {
}
#endif