[nostalgia/player] Remove old shutdown function use
This commit is contained in:
parent
32ac497a0e
commit
1dac98fbc7
@ -40,8 +40,6 @@ ox::Error run(ox::FileSystem *fs) noexcept {
|
|||||||
oxReturnError(core::initConsole(ctx.get()));
|
oxReturnError(core::initConsole(ctx.get()));
|
||||||
core::puts(ctx.get(), 10, 9, "DOPENESS!!!");
|
core::puts(ctx.get(), 10, 9, "DOPENESS!!!");
|
||||||
core::setEventHandler(ctx.get(), eventHandler);
|
core::setEventHandler(ctx.get(), eventHandler);
|
||||||
oxReturnError(core::run(ctx.get()));
|
return core::run(ctx.get());
|
||||||
oxReturnError(core::shutdownGfx(ctx.get()));
|
|
||||||
return OxError(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user