mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-11 12:05:09 -05:00
6 lines
91 B
C
6 lines
91 B
C
|
#include "global.h"
|
||
|
|
||
|
void osViExtendVStart(u32 arg0) {
|
||
|
__additional_scanline = arg0;
|
||
|
}
|