aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/psxgte
diff options
context:
space:
mode:
Diffstat (limited to 'libpsn00b/psxgte')
-rw-r--r--libpsn00b/psxgte/applymatrixlv.s4
-rw-r--r--libpsn00b/psxgte/compmatrixlv.s4
-rw-r--r--libpsn00b/psxgte/initgeom.s2
-rw-r--r--libpsn00b/psxgte/mulmatrix.s4
-rw-r--r--libpsn00b/psxgte/mulmatrix0.s4
-rw-r--r--libpsn00b/psxgte/pushpopmatrix.s4
-rw-r--r--libpsn00b/psxgte/readme.txt4
-rw-r--r--libpsn00b/psxgte/scalematrix.s4
-rw-r--r--libpsn00b/psxgte/scalematrixl.s4
-rw-r--r--libpsn00b/psxgte/square0.s4
-rw-r--r--libpsn00b/psxgte/squareroot.s4
-rw-r--r--libpsn00b/psxgte/vectornormals.s4
12 files changed, 23 insertions, 23 deletions
diff --git a/libpsn00b/psxgte/applymatrixlv.s b/libpsn00b/psxgte/applymatrixlv.s
index 332a2f8..3180d0f 100644
--- a/libpsn00b/psxgte/applymatrixlv.s
+++ b/libpsn00b/psxgte/applymatrixlv.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/compmatrixlv.s b/libpsn00b/psxgte/compmatrixlv.s
index 95da5e9..2908eb9 100644
--- a/libpsn00b/psxgte/compmatrixlv.s
+++ b/libpsn00b/psxgte/compmatrixlv.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.set MATRIX_r11r12, 0
.set MATRIX_r13r21, 4
diff --git a/libpsn00b/psxgte/initgeom.s b/libpsn00b/psxgte/initgeom.s
index 14ca293..d004ecc 100644
--- a/libpsn00b/psxgte/initgeom.s
+++ b/libpsn00b/psxgte/initgeom.s
@@ -1,6 +1,6 @@
.set noreorder
-.include "gtereg.h"
+.include "gtereg.inc"
.section .text
diff --git a/libpsn00b/psxgte/mulmatrix.s b/libpsn00b/psxgte/mulmatrix.s
index 19dabe8..08c79c2 100644
--- a/libpsn00b/psxgte/mulmatrix.s
+++ b/libpsn00b/psxgte/mulmatrix.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/mulmatrix0.s b/libpsn00b/psxgte/mulmatrix0.s
index 874226b..c2fd859 100644
--- a/libpsn00b/psxgte/mulmatrix0.s
+++ b/libpsn00b/psxgte/mulmatrix0.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/pushpopmatrix.s b/libpsn00b/psxgte/pushpopmatrix.s
index d10687a..ca6b992 100644
--- a/libpsn00b/psxgte/pushpopmatrix.s
+++ b/libpsn00b/psxgte/pushpopmatrix.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/readme.txt b/libpsn00b/psxgte/readme.txt
index 13067ee..3242474 100644
--- a/libpsn00b/psxgte/readme.txt
+++ b/libpsn00b/psxgte/readme.txt
@@ -21,9 +21,9 @@ Library developer(s):
Library header(s):
- gtereg.h
+ gtereg.inc
inline_c.h
- inline_s.h
+ inline_s.inc
psxgte.h
diff --git a/libpsn00b/psxgte/scalematrix.s b/libpsn00b/psxgte/scalematrix.s
index 3e83800..1b2b6dd 100644
--- a/libpsn00b/psxgte/scalematrix.s
+++ b/libpsn00b/psxgte/scalematrix.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/scalematrixl.s b/libpsn00b/psxgte/scalematrixl.s
index 014b85a..53c2d14 100644
--- a/libpsn00b/psxgte/scalematrixl.s
+++ b/libpsn00b/psxgte/scalematrixl.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/square0.s b/libpsn00b/psxgte/square0.s
index d037b7e..a8ca107 100644
--- a/libpsn00b/psxgte/square0.s
+++ b/libpsn00b/psxgte/square0.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/squareroot.s b/libpsn00b/psxgte/squareroot.s
index a038e18..72198b4 100644
--- a/libpsn00b/psxgte/squareroot.s
+++ b/libpsn00b/psxgte/squareroot.s
@@ -1,7 +1,7 @@
.set noreorder
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text
diff --git a/libpsn00b/psxgte/vectornormals.s b/libpsn00b/psxgte/vectornormals.s
index 939c4d1..85e94e6 100644
--- a/libpsn00b/psxgte/vectornormals.s
+++ b/libpsn00b/psxgte/vectornormals.s
@@ -1,8 +1,8 @@
.set noreorder
.set noat
-.include "gtereg.h"
-.include "inline_s.h"
+.include "gtereg.inc"
+.include "inline_s.inc"
.section .text