Lime-3DS-Emulator/src/video_core/shader
Yuri Kunde Schlesner e2fa1ca5e1 video_core: Fix benign out-of-bounds indexing of array (#2553)
The resulting pointer wasn't written to unless the index was verified as
valid, but that's still UB and triggered debug checks in MSVC.

Reported by garrettboast on IRC
2017-02-10 20:51:09 -08:00
..
debug_data.h VideoCore/Shader: Extract DebugData out from UnitState 2016-12-16 00:16:25 -08:00
shader_interpreter.cpp VideoCore: Split shader regs from Regs struct 2017-02-04 13:59:11 -08:00
shader_interpreter.h VideoCore: Split shader regs from Regs struct 2017-02-04 13:59:11 -08:00
shader_jit_x64_compiler.cpp ShaderJIT: add 16 dummy bytes at the bottom of the stack 2017-02-03 14:53:38 +02:00
shader_jit_x64_compiler.h Common/x64: remove legacy emitter and abi (#2504) 2017-01-31 01:06:42 -08:00
shader_jit_x64.cpp VideoCore/Shader: Move entry_point to SetupBatch 2017-01-25 18:53:25 -08:00
shader_jit_x64.h VideoCore/Shader: Move entry_point to SetupBatch 2017-01-25 18:53:25 -08:00
shader.cpp video_core: Fix benign out-of-bounds indexing of array (#2553) 2017-02-10 20:51:09 -08:00
shader.h VideoCore: Move Regs to its own file 2017-02-04 13:59:12 -08:00