diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-05-03 12:17:36 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 12:17:36 -0600 |
| commit | 15485120841f9b5fb3941c155f59bea313151f6b (patch) | |
| tree | bd4474be0a9e5ccd3ba37cca4ced31026d26730b /src/update_objects.c | |
| parent | 6a6a78f719e12b9d7f8108de9d17d4fcc3d46788 (diff) | |
First Compile (#7)
* Update torch
* A lot of fixes
* First compile
Diffstat (limited to 'src/update_objects.c')
| -rw-r--r-- | src/update_objects.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |
