1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-16 12:54:40 +00:00

first pass (#1185)

This commit is contained in:
louist103 2022-03-21 15:49:11 -04:00 committed by GitHub
parent 4729ac131a
commit 791d9018c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 26 additions and 33 deletions

View file

@ -49,6 +49,6 @@ u32 SysCfb_GetFbPtr(s32 idx) {
return 0;
}
u32 SysCfb_GetFbEnd() {
u32 SysCfb_GetFbEnd(void) {
return sSysCfbEnd;
}