mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 07:20:36 +00:00
(Librsound) Update comment in rsnd_get_time_usec
This commit is contained in:
parent
a8696e2506
commit
93c1bae991
@ -706,7 +706,7 @@ static int64_t rsnd_get_time_usec(void)
|
||||
#elif defined(EMSCRIPTEN)
|
||||
return emscripten_get_now() * 1000;
|
||||
#else
|
||||
#error "Your platform does not have a timer function implemented in rarch_get_time_usec(). Cannot continue."
|
||||
#error "Your platform does not have a timer function implemented in rsnd_get_time_usec(). Cannot continue."
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user