1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-05 15:34:41 +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

@ -24,7 +24,7 @@ UCodeInfo D_8012D248[3] = {
};
// clang-format on
void Graph_FaultClient() {
void Graph_FaultClient(void) {
void* nextFb = osViGetNextFramebuffer();
void* newFb = ((u32)SysCfb_GetFbPtr(0) != (u32)nextFb) ? SysCfb_GetFbPtr(0) : SysCfb_GetFbPtr(1);