fix texture filter

This commit is contained in:
water
2021-08-09 18:59:47 -04:00
parent b4846f0491
commit ee6639b4f7
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -618,7 +618,7 @@ void InitMachine_PCPort() {
void vif_interrupt_callback() {
// added for the PC port for faking VIF interrupts from the graphics system.
if (machine_booted) {
if (machine_booted && MasterExit == 0) {
auto sym = intern_from_c("vif1-handler-debug");
if (sym->value) {
call_goal(Ptr<Function>(sym->value), 0, 0, 0, s7.offset, g_ee_main_mem);