mirror of
https://github.com/open-goal/jak-project
synced 2026-09-03 02:14:07 -04:00
Typo fixes & Windows QoL changes (#189)
* Add a Release build configuration.
* Batch file alternatives for decomp/gc/gk
For the shell-less, or people with a different Windows configuration.
* all-types.gc: Fix typo.
* gcommon.gc: Typo.
* debugger: use enum class for InstructionInfo::Kind
* decompilerIR: use enum class for IR_Store::Kind
* Update all-types.gc
* decompiler: tab to spaces
* root batch files: update directories
* Use a gitignore inside "log" folder to fix windows crashes
* Revert "Update all-types.gc"
This reverts commit 5ef179bb4e.
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
((data float :offset-assert 4))
|
||||
(:methods
|
||||
(print (_type_) _type_ 2) ;; we will override print later on. This is optional to include
|
||||
(inspect (_type_) _type_ 3) ;; this is a parent method we won't override. This is also optional to inlcude
|
||||
(inspect (_type_) _type_ 3) ;; this is a parent method we won't override. This is also optional to include
|
||||
)
|
||||
|
||||
:size-assert 8
|
||||
|
||||
Reference in New Issue
Block a user