diff --git a/rpcs3/Emu/RSX/rsx_cache.h b/rpcs3/Emu/RSX/rsx_cache.h index 7355655b10..db9e1f1f84 100644 --- a/rpcs3/Emu/RSX/rsx_cache.h +++ b/rpcs3/Emu/RSX/rsx_cache.h @@ -492,7 +492,7 @@ namespace rsx // Call the worker function directly, stoping it prematurely to be able update the screen u8 inc = 10; - u32 stop_at; + u32 stop_at = 0; do { stop_at = std::min(stop_at + inc, entry_count);