From 15485120841f9b5fb3941c155f59bea313151f6b Mon Sep 17 00:00:00 2001 From: MegaMech Date: Fri, 3 May 2024 12:17:36 -0600 Subject: First Compile (#7) * Update torch * A lot of fixes * First compile --- src/update_objects.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update_objects.c') diff --git a/src/update_objects.c b/src/update_objects.c index 1a3089b9f..46533bd42 100644 --- a/src/update_objects.c +++ b/src/update_objects.c @@ -1207,7 +1207,7 @@ void func_80074510(uintptr_t devAddr, void * vaddr, size_t nbytes) { } void func_80074574(u8 *arg0, void *arg1, u16 arg2, u16 arg3) { - func_80074510((uintptr_t) &_other_texturesSegmentRomStart[SEGMENT_OFFSET(arg0)], arg1, arg2 * arg3); + //func_80074510((uintptr_t) &_other_texturesSegmentRomStart[SEGMENT_OFFSET(arg0)], arg1, arg2 * arg3); } //! @todo arg1 should likely be a u8 * -- cgit v1.2.3