[nostalgia/player] Remove unused custom startup file

This commit is contained in:
2019-11-03 23:29:47 -06:00
parent 0d0ebc8437
commit 876a0a2a23
2 changed files with 1 additions and 40 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ ox::Error run(ox::FileSystem *fs) {
//oxReturnError(zone.init(&ctx, Bounds{0, 0, 40, 40}, "/TileSheets/Charset.ng", "/Palettes/Charset.npal"));
//zone.draw(&ctx);
oxReturnError(initConsole(&ctx));
puts(nullptr, 9 * 32 + 10, "DOPENESS!!!");
puts(&ctx, 9 * 32 + 10, "DOPENESS!!!");
oxReturnError(run());
oxReturnError(shutdownGfx());
return OxError(0);