mirror of
https://github.com/zeldaret/oot
synced 2026-07-07 05:55:16 -04:00
6 lines
91 B
C
6 lines
91 B
C
#include <global.h>
|
|
|
|
void osViExtendVStart(u32 arg0) {
|
|
__additional_scanline = arg0;
|
|
}
|