From 3f43c466ca282ba14473d974659b5423c7067b08 Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Mon, 7 Feb 2022 01:11:35 +0100 Subject: Rewrite psxapi with BIOS API stub generator script --- libpsn00b/psxapi/sys/setrcnt.s | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 libpsn00b/psxapi/sys/setrcnt.s (limited to 'libpsn00b/psxapi/sys/setrcnt.s') diff --git a/libpsn00b/psxapi/sys/setrcnt.s b/libpsn00b/psxapi/sys/setrcnt.s deleted file mode 100644 index ec6180a..0000000 --- a/libpsn00b/psxapi/sys/setrcnt.s +++ /dev/null @@ -1,10 +0,0 @@ -.set noreorder - -.section .text - -.global SetRCnt -.type SetRCnt, @function -SetRCnt: - addiu $t2, $0, 0xb0 - jr $t2 - addiu $t1, $0, 0x02 \ No newline at end of file -- cgit v1.2.3