yuzu-mainline/src
Lioncash b7d04d848d arp: Prevent uninitialized read of launch member variable
If anything happened to call arp functions in the wrong order and called
IRegistrar's Issue function before SetApplicationLaunchProperty, we'd
read from an uninitialized ApplicationLaunchProperty instance.

Instead, we can always initialize it so if this does happen, then the
outcome of doing such a thing is at least consistently reproducible.
2021-04-19 12:30:34 -04:00
..
audio_core common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
common Merge pull request #6199 from lioncash/log-ns 2021-04-14 21:29:44 -07:00
core arp: Prevent uninitialized read of launch member variable 2021-04-19 12:30:34 -04:00
input_common Merge pull request #6119 from german77/SDLMapping 2021-04-15 21:40:35 -07:00
tests common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
video_core Merge pull request #6125 from ogniK5377/nvdec-close-dev 2021-04-16 23:14:44 -07:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu applets/swkbd: Implement the Qt Software Keyboard frontend 2021-04-15 01:53:17 -04:00
yuzu_cmd Merge pull request #6199 from lioncash/log-ns 2021-04-14 21:29:44 -07:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt CMakeLists: Add /utf-8 compile option for MSVC 2021-03-05 01:46:56 -05:00