From 782a4a058b5c708add64ef76c1b5a9e83ff5aaa7 Mon Sep 17 00:00:00 2001 From: starfrost013 Date: Sat, 1 Feb 2025 23:44:21 +0000 Subject: [PATCH] actually call the context switch function even if it doesn't exist yet --- src/video/nv/nv3/subsystems/nv3_pfifo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video/nv/nv3/subsystems/nv3_pfifo.c b/src/video/nv/nv3/subsystems/nv3_pfifo.c index 138f5f4bd..1508bc092 100644 --- a/src/video/nv/nv3/subsystems/nv3_pfifo.c +++ b/src/video/nv/nv3/subsystems/nv3_pfifo.c @@ -576,6 +576,8 @@ void nv3_pfifo_cache1_push(uint32_t addr, uint32_t val) oh_shit_reason = nv3_runout_reason_no_cache_available; new_address |= (nv3_runout_reason_no_cache_available << NV3_PFIFO_RUNOUT_RAMIN_ERR); } + + nv3_pfifo_context_switch(channel); } // Did we fuck up?