[turbine] Cleanup type safety code for application data
All checks were successful
Build / build (push) Successful in 2m35s

This commit is contained in:
2024-03-17 13:24:16 -05:00
parent aa43cb3d8d
commit 82f02896c9
5 changed files with 54 additions and 32 deletions

View File

@ -17,7 +17,7 @@ class Context {
UpdateHandler updateHandler = [](Context&) -> int {return 0;};
keel::Context keelCtx;
KeyEventHandler keyEventHandler = nullptr;
ox::Optional<std::array<char, sizeof(WrapBase) + sizeof(uintptr_t)>> applicationData;
WrapPtr applicationData;
// GBA impl data /////////////////////////////////////////////////////////
bool running = true;