[nostalgia] Make core::shutdown return void and add GBA implementation
This commit is contained in:
@@ -26,6 +26,6 @@ ox::Error run(Context *ctx) noexcept;
|
||||
[[nodiscard]]
|
||||
uint64_t ticksMs(Context *ctx) noexcept;
|
||||
|
||||
ox::Error shutdown(Context *ctx) noexcept;
|
||||
void shutdown(Context *ctx) noexcept;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user