From 1aa0e17df7c325a41de8cf8a57f52ed853f08bf3 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Fri, 24 Apr 2020 19:01:28 +0800 Subject: Refined toolchain instructions, organized examples, added automatic retry for CdRead(), added FIOCSCAN ioctl in psxsio TTY driver, added tty and console examples. --- examples/render2tex/texture.s | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 examples/render2tex/texture.s (limited to 'examples/render2tex/texture.s') diff --git a/examples/render2tex/texture.s b/examples/render2tex/texture.s deleted file mode 100644 index e786dce..0000000 --- a/examples/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 -- cgit v1.2.3