mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2026-01-25 17:04:05 +01:00
The static meant that after the first execution, these lambda context would be pointing to a random location on the stack. Fixes a random crash when using the interpreter.