mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +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)
|
#elif defined(EMSCRIPTEN)
|
||||||
return emscripten_get_now() * 1000;
|
return emscripten_get_now() * 1000;
|
||||||
#else
|
#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
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user