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
10df114c
Unverified
Commit
10df114c
authored
Oct 15, 2020
by
Brad Smith
Committed by
GitHub
Oct 15, 2020
Browse files
hatari-mapper.c can os/time.h be found without wiiu prefix?
parent
77d588c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
libretro/hatari-mapper.c
View file @
10df114c
...
...
@@ -123,7 +123,7 @@ long GetTicks(void)
}
#ifdef WIIU
#include <
wiiu/
os/time.h>
#include <os/time.h>
retro_time_t
current_tus
=
0
,
last_tus
=
0
;
#endif
int
slowdown
=
0
;
...
...
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