6978 Commits (5c55f3b585eb92cd2fa6da0c714de2b3cf1003bc)

Author SHA1 Message Date
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 5 years ago
Lioncash 8d7e58562f kernel/scheduler: Mark SchedulerLock constructor as nodiscard 5 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 5 years ago
Lioncash b0c3f66dc7 partition_data_manager: Make data arrays constexpr 5 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. 5 years ago
Lioncash 9e72b1df7d system_control: Make functions internally linked where applicable 5 years ago
Lioncash 3ea31a9922 kernel: Remove unused variables 5 years ago
Lioncash 353cd8dc24 scheduler: Resolve sign conversion warning 5 years ago
Lioncash 792c1666f7 address_arbiter: Resolve sign conversion warning 5 years ago
Lioncash 43ef4a7305 ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw() 5 years ago
Lioncash 42c79b8507 vfs_vector: Make creation of array vfs files less verbose 5 years ago
Lioncash c28e7f51f3 aes_util: Allow SetIV to be non-allocating 5 years ago
Lioncash bb711ced9d perf_stats: Make use of designated initializers 5 years ago
Lioncash 2a2bc9c147 perf_stats: Mark GetMeanFrametime() as const 5 years ago
Lioncash 08e30e0240 yuzu: Resolve C++20 deprecation warnings related to lambda captures 5 years ago
Lioncash 78ff298d6d service/ldr: Resolve sign mismatch warnings 5 years ago
Lioncash 607a02edda time_zone_binary: Make use of designated initializers 5 years ago
Lioncash a1aab876e6 buffer_queue: Make use of std::nullopt 5 years ago
Lioncash 9b1ab372a7 buffer_queue: Make use of designated initializers 5 years ago
Lioncash 5430961f0d profile_manager: Make use of std::nullopt 5 years ago
Lioncash 1f909d614c profile_manager: Make use of designated initializers 5 years ago
Lioncash 743ed2b727 dmnt_cheat_vm: Make use of designated initializers 5 years ago
Lioncash 2fa750dd6b file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode 5 years ago