From 4cc0cb2edce3b3a02522914080306c2c8483b3e1 Mon Sep 17 00:00:00 2001 From: Raimon Zamora Date: Sat, 16 May 2026 12:55:23 +0200 Subject: [PATCH] - [NEW] Afegit argument al executable "--skipbios", per a no tornar-se loco mentres developes amb el "TURIRURIruriruri..." --- ascii.cpp | 10 ++++++++-- lua.cpp | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ascii.cpp b/ascii.cpp index 9cc112f..fcbdadf 100644 --- a/ascii.cpp +++ b/ascii.cpp @@ -218,8 +218,14 @@ void romcpy() { void debug_set_prompt(); int main(int argc,char*argv[]) { + bool skip_bios = false; SDL_strlcpy(lua_filename, "game.lua", 9); - if (argc > 1) SDL_strlcpy(lua_filename, argv[1], 1023); + if (argc > 1) { + for (int i=0; i