7370 Commits (38d14331f57d2a1280c275631e72bd80d7fa3ff9)

Author SHA1 Message Date
Morph 4d6a8f3e8f controllers/npad: Fix LibNX controller connection statuses 5 years ago
Morph 9fc2eb2ee0 controllers/npad: Fix LedPattern for P1-4 5 years ago
Morph 34a209d15c Project Mjölnir: Part 1 6 years ago
ReinUsesLisp 8f050dd1d9 hle/scheduler: Fix data race in is_context_switch_pending 5 years ago
ReinUsesLisp 6bf10ea8cf hle/kernel: Fix data race in GetCurrentHostThreadID 5 years ago
ReinUsesLisp ad0306e520 cpu_interrupt_handler: Misc style changes 5 years ago
ReinUsesLisp 7eb6cc742a cpu_interrupt_handler: Make is_interrupted an atomic 5 years ago
M&M c6f9cad218 logging/settings: Increase maximum log size to 100 MB and add extended logging option 6 years ago
Lioncash 6eeeebeb9d fsp_srv: Resolve -Wunused-but-set-variable warning 5 years ago
Lioncash da15e9f8a7 file_sys: Replace inclusions with forward declarations where applicable 5 years ago
Lioncash c26b29c2c6 fsp_srv: Resolve -Wmaybe_uninitialized warning in OpenSaveDataFileSystem() 5 years ago
Lioncash 942badd1e7 registered_cache: Make use of ends_with for string suffix checking 5 years ago
Lioncash a185b6cf21 registered_cache: Make use of designated initializers 5 years ago
Lioncash ebe30ea145 key_manager: Make data arrays constexpr 5 years ago
Lioncash beca7a0429 cpu_manager: Make use of ranged for where applicable 5 years ago
Lioncash 96214f8600 core_timing: Remove unused header 5 years ago
Lioncash aae74a55da core_timing: Move clock initializer into constructor initializer list 5 years ago
Lioncash 41c74f4f0c core_timing: Resolve sign conversion warning 5 years ago
Lioncash ecb9029c6a common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash d9fc3abc1f vfs_real: Resolve sign conversion warnings 5 years ago
Lioncash 182739ce1b vfs_real: Avoid redundant map lookups 5 years ago
MerryMage 1057908c3a dynarmic: Add unsafe optimizations 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash b86bba9f7e time_zone_content_manager: Collapse auto and default case 5 years ago
Lioncash 910dff8816 software_keyboard: Resolve a pessimizing move warning 5 years ago
Lioncash 0c78ed16df core: Resolve several -Wextra-semi warnings 5 years ago
Lioncash f44ad07f2f emu_window: Mark Scoped constructor and Acquire() as nodiscard 6 years ago
Lioncash 8d7e58562f kernel/scheduler: Mark SchedulerLock constructor as nodiscard 6 years ago
Lioncash 78ddcbe3ba General: Tidy up clang-format warnings part 2 5 years ago
Lioncash 80d04c0daa common/concepts: Rename IsBaseOf to DerivedFrom 5 years ago
Lioncash 21229948aa freezer: Move entry finding to its own function 5 years ago
Lioncash 4a54d99f0d freezer: Take address values by value 5 years ago
Lioncash b67eb6746b freezer: Make use of std::erase_if 5 years ago
Lioncash 304da7bfc8 cheat_engine: Resolve implicit bool->u64 conversion 5 years ago
Lioncash 6c2392941b cheat_engine: Make use of designated initializers 5 years ago
Lioncash accf36193b partition_data_manager: Update master key hashes 6 years ago
Lioncash b0c3f66dc7 partition_data_manager: Make data arrays constexpr 6 years ago
Lioncash c4f9130264 partition_data_manager: Eliminate magic value 5 years ago
Lioncash 8b8cb4da9f aes_util: Make use of non-template variant of Transcode 5 years ago
comex 23523e4c0a Fix thread naming on Linux, which limits names to 15 bytes. 6 years ago
Lioncash 9e72b1df7d system_control: Make functions internally linked where applicable 6 years ago
Lioncash 3ea31a9922 kernel: Remove unused variables 6 years ago
Lioncash 353cd8dc24 scheduler: Resolve sign conversion warning 6 years ago
Lioncash 792c1666f7 address_arbiter: Resolve sign conversion warning 6 years ago
Lioncash 43ef4a7305 ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw() 6 years ago
Lioncash 42c79b8507 vfs_vector: Make creation of array vfs files less verbose 6 years ago
Lioncash c28e7f51f3 aes_util: Allow SetIV to be non-allocating 6 years ago
Lioncash bb711ced9d perf_stats: Make use of designated initializers 6 years ago
Lioncash 2a2bc9c147 perf_stats: Mark GetMeanFrametime() as const 6 years ago
Lioncash 08e30e0240 yuzu: Resolve C++20 deprecation warnings related to lambda captures 6 years ago