From e3874b2ebe388b6d196e035b7653110732505faf Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 3 Sep 2026 14:30:39 +0000 Subject: [PATCH] Launch TI-99/4A games fullscreen MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ti99sim-sdl supports --fullscreen directly (confirmed via its own --help output) — add it to the launch command so TI-99/4A games open fullscreen the same way every other standalone emulator here does, instead of a small windowed default. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01VLX1yYKJExGSXmgUhxKQG6 --- services/wolf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/wolf.sh b/services/wolf.sh index 7541b28..c273cb4 100644 --- a/services/wolf.sh +++ b/services/wolf.sh @@ -1007,7 +1007,7 @@ block = ''' Texas Instruments TI-99/4A %ROMPATH%/ti994a .ctg .rpk .bin - %INJECT%=%BASENAME%.esprefix %STARTDIR%=%EMUDIR% %EMULATOR_TI99SIM% --joystick1=1 %ROM% + %INJECT%=%BASENAME%.esprefix %STARTDIR%=%EMUDIR% %EMULATOR_TI99SIM% --joystick1=1 --fullscreen %ROM% ti99 ti99