Skip to content

Commit

Permalink
lr win32 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
flyinghead committed Apr 10, 2024
1 parent 108c8a4 commit 5541d34
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/libretro/oslib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,8 @@ void dc_loadstate(int index = 0)
{
die("unsupported");
}

#ifdef _WIN32
void os_SetThreadName(const char *name) {
}
#endif

0 comments on commit 5541d34

Please sign in to comment.