[nostalgia] Switch to strong int Error
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
namespace nostalgia::core {
|
||||
|
||||
ox::Error init(Context *ctx) {
|
||||
ox::Error err = 0;
|
||||
auto err = OxError(0);
|
||||
err = initGfx(ctx);
|
||||
initHeap(); // this does nothing in userland builds
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user