diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-09-22 21:36:29 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2022-09-22 21:36:29 +0200 |
| commit | 86f0064afb8200e60dd80827535cac30d0eab028 (patch) | |
| tree | c7ef61653b157b69fb0956709366996ddbc4ecfa /examples/demos/n00bdemo/smd.s | |
| parent | 5746b6ef9df16447d78e77d00ad21a4dba0fe169 (diff) | |
| download | psn00bsdk-86f0064afb8200e60dd80827535cac30d0eab028.tar.gz | |
Update version number, clean up old headers
Diffstat (limited to 'examples/demos/n00bdemo/smd.s')
| -rw-r--r-- | examples/demos/n00bdemo/smd.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/demos/n00bdemo/smd.s b/examples/demos/n00bdemo/smd.s index f9cf2fe..d25f760 100644 --- a/examples/demos/n00bdemo/smd.s +++ b/examples/demos/n00bdemo/smd.s @@ -1,7 +1,7 @@ .set noreorder -.include "gtereg.h" -.include "inline_s.h" +.include "gtereg.inc" +.include "inline_s.inc" .include "smd_s.h" |
