Dummy implementations of VI scale functions

This commit is contained in:
Mr-Wiseguy
2023-03-10 16:36:58 -05:00
parent 937c64f544
commit 9e80499197
3 changed files with 16 additions and 2 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
#include "recomp.h"
extern "C" void osViSetYScale_recomp(uint8_t* rdram, recomp_context * ctx) {
assert(false);
osViSetYScale(ctx->f12.fl);
}
extern "C" void osViSetXScale_recomp(uint8_t* rdram, recomp_context * ctx) {
assert(false);
osViSetXScale(ctx->f12.fl);
}
extern "C" void osCreateViManager_recomp(uint8_t* rdram, recomp_context* ctx) {