[nostalgia/core] Fix GBA compile errors

This commit is contained in:
2019-10-28 00:41:20 -05:00
parent 4f81c47734
commit ce94af3f00
3 changed files with 13 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
namespace nostalgia::core {
void panic(const char *msg) {
initConsole(nullptr);
oxIgnoreError(initConsole(nullptr));
puts(nullptr, 1 * 32 + 0, "SADNESS...");
puts(nullptr, 4 * 32 + 0, "UNEXPECTED STATE:");
puts(nullptr, 6 * 32 + 2, msg);