Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
hatari
Commits
77d588c4
Commit
77d588c4
authored
Oct 14, 2020
by
bbbradsmith
Browse files
Wii U: replace missing features_cpu function with its implementation
parent
56d093d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro/hatari-mapper.c
View file @
77d588c4
...
...
@@ -123,7 +123,7 @@ long GetTicks(void)
}
#ifdef WIIU
#include <
features_cpu
.h>
#include <
wiiu/os/time
.h>
retro_time_t
current_tus
=
0
,
last_tus
=
0
;
#endif
int
slowdown
=
0
;
...
...
@@ -132,7 +132,7 @@ int slowdown=0;
void
gui_poll_events
(
void
)
{
#ifdef WIIU
current_tus
=
cpu_features_get_time_usec
();
current_tus
=
OSGetSystemTime
();
current_tus
/=
1000
;
if
(
current_tus
-
last_tus
>=
1000
/
50
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment