mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-06-16 17:53:28 +00:00
Add missing debug configuration for GX
Former-commit-id: 4b17ab1f4d6639d2624244a864c86be0325de72d
This commit is contained in:
parent
30f8fe011f
commit
d95a2b6b7a
@ -764,10 +764,11 @@ LIBS = [
|
||||
{
|
||||
"lib": "gx",
|
||||
"mw_version": "1.2.5",
|
||||
#"cflags": "-proc gecko -fp hard -nodefaults -nosyspath -i include -i libc -g -sym on -D_DEBUG=1 -enum int",
|
||||
"cflags": "$cflags_base -fp_contract off",
|
||||
"host": False,
|
||||
"objects": [
|
||||
"Dolphin/gx/GXInit",
|
||||
["Dolphin/gx/GXInit", False],
|
||||
"Dolphin/gx/GXFifo",
|
||||
"Dolphin/gx/GXAttr",
|
||||
"Dolphin/gx/GXMisc",
|
||||
@ -1365,7 +1366,7 @@ if __name__ == "__main__":
|
||||
"custom_make": "ninja",
|
||||
"target_dir": str(build_asm_path),
|
||||
"base_dir": str(build_src_path),
|
||||
"build_target": True,
|
||||
"build_target": False,
|
||||
"watch_patterns": [
|
||||
"*.c",
|
||||
"*.cp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user