mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-14 23:05:08 +01:00
Wii timebase
This commit is contained in:
parent
ab2c5bf9d5
commit
4d454cb4a3
@ -182,6 +182,8 @@ int machdep_inithrtimer (void)
|
||||
timebase = machdep_linux_gettimebase ();
|
||||
# elif __MORPHOS__
|
||||
timebase = machdep_morphos_gettimebase ();
|
||||
# elif GEKKO
|
||||
timebase = 60750000; // TB_TIMER_CLOCK*1000
|
||||
#endif
|
||||
|
||||
if (!timebase)
|
||||
|
Loading…
Reference in New Issue
Block a user