1
0
Fork 0
yuzu-mirror/src
Yuri Kunde Schlesner a3afeb4687 VideoCore: Fix dangling lambda context in shader interpreter
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.
2016-09-15 22:15:11 -07:00
..
audio_core audio_core: Tweak audio latency 2016-09-07 15:27:32 +01:00
citra core: Add configuration option for CPU JIT. 2016-09-15 17:49:27 -04:00
citra_qt qt: Add UI configuration option to enable CPU JIT. 2016-09-15 17:49:28 -04:00
common microprofile: Double buffer size to 16MB. 2016-09-15 17:49:31 -04:00
core arm_dynarmic: Implement GetVFPSystemReg/SetVFPSystemReg. 2016-09-15 17:58:06 -04:00
tests Tests: Run tests on CI 2016-05-19 19:28:08 +01:00
video_core VideoCore: Fix dangling lambda context in shader interpreter 2016-09-15 22:15:11 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00