libretro build fix on apple
This commit is contained in:
parent
48dfab7397
commit
30e5466d90
|
@ -130,7 +130,7 @@ std::string getTextureDumpPath()
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _WIN32
|
#if defined(_WIN32) || defined(__APPLE__)
|
||||||
void os_SetThreadName(const char *name) {
|
void os_SetThreadName(const char *name) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue