From 5f5461879c73720359e87fa41cbfe8c452f5155e Mon Sep 17 00:00:00 2001 From: spicyjpeg <88942473+spicyjpeg@users.noreply.github.com> Date: Tue, 17 Aug 2021 11:36:50 +0000 Subject: Added missing header declarations, FlushCache, misc library bugfixes --- libpsn00b/psxapi/sys/flushcache.s | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libpsn00b/psxapi/sys/flushcache.s (limited to 'libpsn00b/psxapi/sys') diff --git a/libpsn00b/psxapi/sys/flushcache.s b/libpsn00b/psxapi/sys/flushcache.s new file mode 100644 index 0000000..7eeb510 --- /dev/null +++ b/libpsn00b/psxapi/sys/flushcache.s @@ -0,0 +1,10 @@ +.set noreorder + +.section .text + +.global FlushCache +.type FlushCache, @function +FlushCache: + addiu $t2, $0, 0xa0 + jr $t2 + addiu $t1, $0, 0x44 -- cgit v1.2.3