Wii timebase

This commit is contained in:
fabio.olimpieri 2015-01-02 14:22:36 +00:00
parent ab2c5bf9d5
commit 4d454cb4a3
1 changed files with 2 additions and 0 deletions

View File

@ -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)