mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-12-04 19:23:43 +01:00
badea3b301
The API of VP9 exposes a WasFrameHidden() function which accesses this member. Given the constructor previously didn't initialize this member, it's a potential vector for an uninitialized read. Instead, we can initialize this to a deterministic value to prevent that from occurring. |
||
---|---|---|
.. | ||
codecs | ||
host1x.cpp | ||
host1x.h | ||
nvdec_common.h | ||
nvdec.cpp | ||
nvdec.h | ||
sync_manager.cpp | ||
sync_manager.h | ||
vic.cpp | ||
vic.h |