From 6412ddad50c687b007127f67e92382ec54611270 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Sun, 14 Jan 2024 15:03:13 -0800 Subject: 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 --- src/boot/O2/padutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/O2') 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) { -- cgit v1.2.3