summaryrefslogtreecommitdiff
path: root/src/boot/O2
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-01-14 15:03:13 -0800
committerGitHub <noreply@github.com>2024-01-15 10:03:13 +1100
commit6412ddad50c687b007127f67e92382ec54611270 (patch)
treeb60cf30bf5c15b0c1a8a7259279901bc8de65ea8 /src/boot/O2
parent663834cbc087ab7bbc9b20b48d6f06eaae4d4341 (diff)
General Cleanup (#1529)
* Cleanup * vi define cleanup * kdebugserver * osmotor * Remove sqrtf.c * Move osFlash out of libultra * PadUtils_Destroy * BOOT_ADDRESS_ULTRA * Fault * Format * viconfig.h * More small cleanups * gfx cleanup * Format * Forgot to save * variables.h * dListTable -> dListSides * Fix header includes
Diffstat (limited to 'src/boot/O2')
-rw-r--r--src/boot/O2/padutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/O2/padutils.c b/src/boot/O2/padutils.c
index 1c6bbe868..76bf91c0c 100644
--- a/src/boot/O2/padutils.c
+++ b/src/boot/O2/padutils.c
@@ -4,7 +4,7 @@ void PadUtils_Init(Input* input) {
bzero(input, sizeof(Input));
}
-void func_80085150(void) {
+void PadUtils_Destroy(void) {
}
void PadUtils_ResetPressRel(Input* input) {