From 900c1da64f7a8df0a48dba01508365e49d8ddf2d Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Mon, 6 Apr 2026 00:30:29 -0400 Subject: [PATCH] jak3: remove `-debug` from critical load-game logging function --- .vs/launch.vs.json | 14 ++++++++++++++ goal_src/jak3/engine/game/game-save.gc | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.vs/launch.vs.json b/.vs/launch.vs.json index c867ffb7e4..823514d6a6 100644 --- a/.vs/launch.vs.json +++ b/.vs/launch.vs.json @@ -224,6 +224,20 @@ "-debug" ] }, + { + "type": "default", + "project": "CMakeLists.txt", + "projectTarget": "gk.exe (bin\\gk.exe)", + "name": "Game - Jak 3 - Runtime (release)", + "args": [ + "-v", + "--game", + "jak3", + "--", + "-boot", + "-fakeiso" + ] + }, { "type": "default", "project": "CMakeLists.txt", diff --git a/goal_src/jak3/engine/game/game-save.gc b/goal_src/jak3/engine/game/game-save.gc index 3a062bfc98..b318aff2b3 100644 --- a/goal_src/jak3/engine/game/game-save.gc +++ b/goal_src/jak3/engine/game/game-save.gc @@ -114,7 +114,7 @@ ;; DECOMP BEGINS -(defun-debug game-save-elt->string ((arg0 game-save-elt)) +(defun game-save-elt->string ((arg0 game-save-elt)) (case arg0 (((game-save-elt video-mode)) "video-mode"