mirror of
https://git.tardis.systems/mirrors/yuzu.git
synced 2025-01-03 03:54:45 +00: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.