aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/render2tex/texture.s
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-12 19:39:12 +0200
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-09-12 19:39:12 +0200
commit7cf54f48113b77a4d7b21d5858ec98862195b2a6 (patch)
treeb0ad6b8612476ff3f7af6412678c8e057592d746 /examples/graphics/render2tex/texture.s
parentd4c6605a12d31e84d1cba2f5ef7329bcb99c8aaf (diff)
downloadpsn00bsdk-7cf54f48113b77a4d7b21d5858ec98862195b2a6.tar.gz
Migrated examples to CMake
Diffstat (limited to 'examples/graphics/render2tex/texture.s')
-rw-r--r--examples/graphics/render2tex/texture.s9
1 files changed, 0 insertions, 9 deletions
diff --git a/examples/graphics/render2tex/texture.s b/examples/graphics/render2tex/texture.s
deleted file mode 100644
index e786dce..0000000
--- a/examples/graphics/render2tex/texture.s
+++ /dev/null
@@ -1,9 +0,0 @@
-# Assembler file for including the texture file in a more elegant manner
-
-.section .data
-
-.global tim_blendpattern
-.type tim_blendpattern, @object
-tim_blendpattern:
- .incbin "blendpattern-16c.tim"
- \ No newline at end of file