mirror of
https://github.com/open-goal/jak-project
synced 2026-07-01 20:20:35 -04:00
dc652d10c5
* add comments * oops * format' * spelling is hard
23 lines
343 B
JSON
23 lines
343 B
JSON
{
|
|
"dgos": [
|
|
"CGO/KERNEL.CGO",
|
|
"CGO/ENGINE.CGO"
|
|
],
|
|
|
|
"skip_compile_files": [],
|
|
|
|
"skip_compile_functions": [
|
|
// GCOMMON
|
|
// inline assembly
|
|
"valid?",
|
|
/// GKERNEL
|
|
// asm
|
|
"(method 10 process)",
|
|
"(method 14 dead-pool)",
|
|
/// GSTATE
|
|
"enter-state" // stack pointer asm
|
|
],
|
|
|
|
"skip_compile_states": {}
|
|
}
|