2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
Yuri Kunde Schlesner 8ed9f9d49f VideoCore/Shader: Clean up OutputVertex::FromAttributeBuffer
This also fixes a long-standing but neverthless harmless memory
corruption bug, whech the padding of the OutputVertex struct would get
corrupted by unused attributes.
2017-01-29 21:31:38 -08:00
..
audio_core fixed the override warning 2017-01-27 14:24:14 -06:00
citra citra: add missing control paths for ResultStatus on rom load. Fix warning about unhandled enumeration values on OSX 2017-01-29 22:02:01 +01:00
citra_qt VideoCore: Consistently use shader configuration to load attributes 2017-01-29 21:31:37 -08:00
common Common: Optimize BitSet iterator 2017-01-29 21:31:38 -08:00
core Merge pull request #2494 from Kloen/killing-warnings-2-final-mix 2017-01-29 15:40:50 -08:00
tests tests: add missing libcore dependency after 75ee2f8c67 2016-12-07 18:30:49 +00:00
video_core VideoCore/Shader: Clean up OutputVertex::FromAttributeBuffer 2017-01-29 21:31:38 -08:00
.clang-format
CMakeLists.txt