mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-15 07:15:09 +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 ();
|
timebase = machdep_linux_gettimebase ();
|
||||||
# elif __MORPHOS__
|
# elif __MORPHOS__
|
||||||
timebase = machdep_morphos_gettimebase ();
|
timebase = machdep_morphos_gettimebase ();
|
||||||
|
# elif GEKKO
|
||||||
|
timebase = 60750000; // TB_TIMER_CLOCK*1000
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (!timebase)
|
if (!timebase)
|
||||||
|
Loading…
Reference in New Issue
Block a user