aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/demos/n00bdemo/plasmagen.S (renamed from examples/demos/n00bdemo/plasmagen.s)0
-rw-r--r--examples/graphics/tilesasm/drawtiles.S (renamed from examples/graphics/tilesasm/drawtiles.s)0
-rw-r--r--examples/lowlevel/cartrom/CMakeLists.txt2
-rw-r--r--examples/lowlevel/cartrom/rom.S (renamed from examples/lowlevel/cartrom/rom.s)0
4 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/n00bdemo/plasmagen.s b/examples/demos/n00bdemo/plasmagen.S
index 07b3f48..07b3f48 100644
--- a/examples/demos/n00bdemo/plasmagen.s
+++ b/examples/demos/n00bdemo/plasmagen.S
diff --git a/examples/graphics/tilesasm/drawtiles.s b/examples/graphics/tilesasm/drawtiles.S
index 15a0707..15a0707 100644
--- a/examples/graphics/tilesasm/drawtiles.s
+++ b/examples/graphics/tilesasm/drawtiles.S
diff --git a/examples/lowlevel/cartrom/CMakeLists.txt b/examples/lowlevel/cartrom/CMakeLists.txt
index 6a94d9f..b674002 100644
--- a/examples/lowlevel/cartrom/CMakeLists.txt
+++ b/examples/lowlevel/cartrom/CMakeLists.txt
@@ -11,7 +11,7 @@ project(
HOMEPAGE_URL "http://lameguy64.net/?page=psn00bsdk"
)
-file(GLOB _sources *.c *.s)
+file(GLOB _sources *.c *.S)
# This example only uses the toolchain (without the rest of the SDK), so the
# executable has to be created manually and converted into raw binary format
diff --git a/examples/lowlevel/cartrom/rom.s b/examples/lowlevel/cartrom/rom.S
index 587ba6f..587ba6f 100644
--- a/examples/lowlevel/cartrom/rom.s
+++ b/examples/lowlevel/cartrom/rom.S