mirror of
https://github.com/open-goal/jak-project
synced 2026-07-02 20:47:07 -04:00
jak3: remove -debug from critical load-game logging function
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user