mirror of
https://github.com/libretro/mgba.git
synced 2025-02-21 08:12:42 +00:00
Util: Fix warning on Windows
This commit is contained in:
parent
68c183e4bf
commit
857fc21d21
@ -159,6 +159,7 @@ static inline int ThreadJoin(Thread thread) {
|
||||
}
|
||||
|
||||
static inline int ThreadSetName(const char* name) {
|
||||
UNUSED(name);
|
||||
return -1;
|
||||
}
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user