7083 Commits (c1f4f013fe06ffcddd9c909b54c2a1e87faf933e)

Author SHA1 Message Date
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
David Marcec 4d0ba04c73 sm: Make use of IsBaseOf for GetService 5 years ago
Lioncash 39ac833461 patch_manager: Resolve -Wignored-qualifier warnings 5 years ago
Lioncash 872200c7a9 registered_cache: Resolve -Wmaybe_uninitialized warnings 5 years ago
David Marcec b20f4de430 Place in anonymous namespace 5 years ago
David Marcec 46d3c84839 loader: Make IdentifyFile typesafe 5 years ago
David ecaac59acd ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 5 years ago
Morph f6fa311cf9 minor nits 6 years ago
David Marcec 542ea8c6e8 am: Unstub SetScreenShotPermission 6 years ago
Morph 488cacca52 fsp-srv: Stub Read/WriteSaveDataFileSystemExtraDataWithMaskBySaveDataAttribute 6 years ago
Morph 06adef078c fs: Rename SaveDataDescriptor to SaveDataAttribute 6 years ago
Morph 4a6d4ab839 xts_archive: Check if the file is nullptr prior to parsing 6 years ago
Morph 0724e89467 registered_cache: Add support for removing folder ncas 6 years ago
Morph 9fa696c0d5 configure_graphics: Remove Force 30 FPS mode 6 years ago
Lioncash 32ce1467e5 common/atomic_ops: Don't cast away volatile from pointers 6 years ago
ReinUsesLisp 87e6485855 service/bsd: Handle Poll with no entries accurately 6 years ago
ReinUsesLisp 853ee47a15 services/bsd: Implement most of bsd:s 6 years ago
ReinUsesLisp 20ac4ae8b7 service/sockets: Add worker pool abstraction 6 years ago
ReinUsesLisp 3cd68cade4 service/sockets: Add worker abstraction to execute blocking calls asynchronously 6 years ago
ReinUsesLisp 8a8f687fd2 service/sockets: Add translate functions 6 years ago
ReinUsesLisp c2a607014a service/sockets: Add enumerations and structures 6 years ago
ReinUsesLisp bd466d12be services/nifm: Implement GetCurrentIpAddress 6 years ago