6878 Commits (382bf1faf42c1b8c6cf39398e5ba08177b9dd345)

Author SHA1 Message Date
Lioncash f6bb905182 common/telemetry: Migrate namespace into the Common namespace 5 years ago
Lioncash 551882e512 vfs_real: Resolve sign conversion warnings 5 years ago
Lioncash ed9ae5a977 vfs_real: Avoid redundant map lookups 5 years ago
MerryMage 836ec9176a dynarmic: Add unsafe optimizations 5 years ago
Lioncash c4ed791164 common/fileutil: Convert namespace to Common::FS 5 years ago
Lioncash b14277ef97 time_zone_content_manager: Collapse auto and default case 5 years ago
Lioncash 03d5a5d9de software_keyboard: Resolve a pessimizing move warning 5 years ago
Lioncash 2296e921d2 core: Resolve several -Wextra-semi warnings 5 years ago
Lioncash a93f6e51d3 emu_window: Mark Scoped constructor and Acquire() as nodiscard 6 years ago
Lioncash f808258ed9 kernel/scheduler: Mark SchedulerLock constructor as nodiscard 6 years ago
Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 5 years ago
Lioncash 8e86fa7e60 common/concepts: Rename IsBaseOf to DerivedFrom 5 years ago
Lioncash 61cd7eb47d freezer: Move entry finding to its own function 5 years ago
Lioncash 06ab28263b freezer: Take address values by value 5 years ago
Lioncash 253a17451b freezer: Make use of std::erase_if 5 years ago
Lioncash 5b89291308 cheat_engine: Resolve implicit bool->u64 conversion 5 years ago
Lioncash df96a214ae cheat_engine: Make use of designated initializers 5 years ago
Lioncash 4f2acc54f5 partition_data_manager: Update master key hashes 5 years ago
Lioncash 7f0f37fca7 partition_data_manager: Make data arrays constexpr 5 years ago
Lioncash 04bb47f57f partition_data_manager: Eliminate magic value 5 years ago
Lioncash 09f884b7bd aes_util: Make use of non-template variant of Transcode 5 years ago
comex d37f0b29e2 Fix thread naming on Linux, which limits names to 15 bytes. 6 years ago
Lioncash 87c64c41d2 system_control: Make functions internally linked where applicable 5 years ago
Lioncash a10d64ea79 kernel: Remove unused variables 5 years ago
Lioncash 9893da8e2c scheduler: Resolve sign conversion warning 5 years ago
Lioncash 1a45b15a8c address_arbiter: Resolve sign conversion warning 5 years ago
Lioncash a77ee63f65 ipc_helpers: Only allow trivially copyable objects with PushRaw() and PopRaw() 5 years ago
Lioncash 0a5456feb9 vfs_vector: Make creation of array vfs files less verbose 5 years ago
Lioncash 15660bd857 aes_util: Allow SetIV to be non-allocating 5 years ago
Lioncash 570150bc86 perf_stats: Make use of designated initializers 6 years ago
Lioncash d767be65be perf_stats: Mark GetMeanFrametime() as const 6 years ago
Lioncash b249e4e0ce yuzu: Resolve C++20 deprecation warnings related to lambda captures 5 years ago
Lioncash f525da56e5 service/ldr: Resolve sign mismatch warnings 5 years ago
Lioncash 04ca1ed2bd time_zone_binary: Make use of designated initializers 6 years ago
Lioncash 9b837c6069 buffer_queue: Make use of std::nullopt 6 years ago
Lioncash 24bd068a08 buffer_queue: Make use of designated initializers 6 years ago
Lioncash b9831fd80a profile_manager: Make use of std::nullopt 6 years ago
Lioncash 3fcaf937d2 profile_manager: Make use of designated initializers 6 years ago
Lioncash c883666045 dmnt_cheat_vm: Make use of designated initializers 6 years ago
Lioncash 2b8ae009a0 file_sys/mode: Make use of DECLARE_ENUM_FLAG_OPERATORS with Mode 6 years ago
David Marcec 6a0b77996b sm: Make use of IsBaseOf for GetService 6 years ago
Lioncash 1c6d3ba397 patch_manager: Resolve -Wignored-qualifier warnings 6 years ago
Lioncash 4ca0014479 registered_cache: Resolve -Wmaybe_uninitialized warnings 6 years ago
David Marcec a5af1161c9 Place in anonymous namespace 6 years ago
David Marcec 6cfff2c3f6 loader: Make IdentifyFile typesafe 6 years ago
David 9b75481755
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 6 years ago
Morph fc86cb4ca2 minor nits 6 years ago
David Marcec e586921c28 am: Unstub SetScreenShotPermission 6 years ago
Morph 1241020093 fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute 6 years ago
Morph 45fd67c109 fs: Rename SaveDataDescriptor to SaveDataAttribute 6 years ago