mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
Address feedback
This commit is contained in:
parent
cd933edd68
commit
5c98e09102
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ extern "C" void osViBlack_recomp(uint8_t* rdram, recomp_context* ctx) {
|
|||
}
|
||||
|
||||
extern "C" void osViRepeatLine_recomp(uint8_t* rdram, recomp_context* ctx) {
|
||||
osViRepeatLine((uint32_t)ctx->r4);
|
||||
osViRepeatLine(_arg<0, u8>(rdram, ctx));
|
||||
}
|
||||
|
||||
extern "C" void osViSetSpecialFeatures_recomp(uint8_t* rdram, recomp_context* ctx) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue