suyu/src/core
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
..
arm common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
crypto common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
file_sys common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
frontend input_interpreter: Fix button hold being interpreted incorrectly on init 2021-04-15 01:53:17 -04:00
hle arp: Prevent uninitialized read of launch member variable 2021-04-19 12:30:34 -04:00
loader common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
memory hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 2021-02-18 16:16:25 -08:00
network [network] Error handling reform 2021-02-28 17:25:31 -05:00
tools
CMakeLists.txt applets/swkbd: Implement the Normal and Inline Software Keyboard Applet 2021-04-15 01:53:17 -04:00
constants.cpp
constants.h
core.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
core.h common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
core_timing.cpp core: hle: Add missing calls to MicroProfileOnThreadExit. 2021-01-11 14:23:16 -08:00
core_timing.h audio_core: Make shadowing and unused parameters errors 2020-12-03 00:54:31 -05:00
core_timing_util.h core: core_timing_util: Optimize core timing math. 2021-02-15 14:54:06 -08:00
cpu_manager.cpp common: Fiber: use a reference for YieldTo. 2021-03-07 13:46:53 -08:00
cpu_manager.h Revert "core: Switch to unique_ptr for usage of Common::Fiber." 2021-03-05 17:08:17 -08:00
device_memory.cpp
device_memory.h
hardware_interrupt_manager.cpp
hardware_interrupt_manager.h
hardware_properties.h kernel: k_light_lock: Simplify EmuThreadHandle implementation. 2021-01-28 21:42:26 -08:00
memory.cpp hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 2021-02-18 16:16:25 -08:00
memory.h core: memory: Add templated GetPointer methods. 2021-02-18 16:16:24 -08:00
perf_stats.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
perf_stats.h
reporter.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
reporter.h lm: Recode LM service 2021-01-20 18:25:15 +11:00
telemetry_session.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
telemetry_session.h patch_manager: Remove usages of the global system instance 2020-11-18 09:36:48 -05:00