mirror of
https://github.com/open-goal/jak-project
synced 2026-08-14 04:33:04 -04:00
7443520e88
* temp * cleanup after merge * transformq too
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
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
|
|
// MATH
|
|
"logf", "log2f", "cube-root", "lerp-scale", "rand-vu-init", "rand-vu", "rand-vu-nostep",
|
|
// MATRIX
|
|
"matrix-axis-sin-cos-vu!", "matrix-axis-sin-cos!", "matrix-3x3-normalize!",
|
|
// DMA
|
|
"disasm-dma-list",
|
|
// PAD (bug)
|
|
"service-cpads",
|
|
// GEOMETRY asm
|
|
"closest-pt-in-triangle", "circle-circle-xz-intersect", "calculate-basis-functions-vector!", "curve-evaluate!",
|
|
// TIMER asm
|
|
"(method 9 clock)",
|
|
// math camera stupid broken gif crap and CLIP
|
|
"update-math-camera", "transform-point-vector!", "transform-point-qword!", "transform-point-vector-scale!",
|
|
// quad thing
|
|
"(method 3 connection-minimap)",
|
|
"(method 3 sky-vertex)",
|
|
// cache asm
|
|
"invalidate-cache-line",
|
|
// asm, weird vector dot
|
|
"(method 17 trsqv)"
|
|
|
|
],
|
|
|
|
"skip_compile_states": {}
|
|
}
|