yuzu/src/video_core/command_classes
Lioncash badea3b301 vp9: Provide a default initializer for "hidden" member
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.
2020-10-29 22:35:55 -04:00
..
codecs vp9: Provide a default initializer for "hidden" member 2020-10-29 22:35:55 -04:00
host1x.cpp
host1x.h
nvdec_common.h
nvdec.cpp
nvdec.h
sync_manager.cpp sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
sync_manager.h sync_manager: Amend parameter order of calls to SyncptIncr constructor 2020-10-27 03:22:57 -04:00
vic.cpp
vic.h