mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Update stdlib path to reflect changes to ultralib
This commit is contained in:
@@ -42,3 +42,4 @@ temp/
|
||||
# Ignore the N64 SDK headers since we download them
|
||||
include/PR/
|
||||
include/gcc/
|
||||
include/compiler/gcc/stdlib.h
|
||||
|
||||
+1
-1
@@ -2680,7 +2680,7 @@ N64_SDK_urls = [
|
||||
"https://raw.githubusercontent.com/decompals/ultralib/main/include/PR/gs2dex.h",
|
||||
"https://raw.githubusercontent.com/decompals/ultralib/main/include/PR/mbi.h",
|
||||
"https://raw.githubusercontent.com/decompals/ultralib/main/include/PR/ultratypes.h",
|
||||
"https://raw.githubusercontent.com/decompals/ultralib/main/include/gcc/stdlib.h",
|
||||
"https://raw.githubusercontent.com/decompals/ultralib/main/include/compiler/gcc/stdlib.h",
|
||||
]
|
||||
|
||||
# If we don't have these downloaded, we need to grab em
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "gcc/stdlib.h" /* ldiv & ldiv_t */
|
||||
#include "compiler/gcc/stdlib.h" /* ldiv & ldiv_t */
|
||||
#include "_mem.h" /* memcpy */
|
||||
|
||||
#include "libultra/xprintf.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "gcc/stdlib.h" /* lldiv & lldiv_t */
|
||||
#include "compiler/gcc/stdlib.h" /* lldiv & lldiv_t */
|
||||
#include "_mem.h" /* memcpy */
|
||||
#include "libultra/xprintf.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user