[turbine/gba] Fix ticksMs function signature
All checks were successful
Build / build (push) Successful in 2m33s
All checks were successful
Build / build (push) Successful in 2m33s
This commit is contained in:
parent
f34704d845
commit
128ddb2ca6
@ -71,7 +71,7 @@ ox::Result<ContextUPtr> init(
|
|||||||
void shutdown(Context&) noexcept {
|
void shutdown(Context&) noexcept {
|
||||||
}
|
}
|
||||||
|
|
||||||
uint64_t ticksMs(Context&) noexcept {
|
uint64_t ticksMs(Context const&) noexcept {
|
||||||
return g_timerMs;
|
return g_timerMs;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user