14016 Commits (afa931cb3c271a394f75f0111bcdd0a3a29f20d2)

Author SHA1 Message Date
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
Morph 237d4bb1c5 gl_shader_cache: Use std::max() for determining num_workers 5 years ago
ReinUsesLisp 9a83f8794b textures/decoders: Fix block linear to pitch copies 6 years ago
ameerj 5d4750541b Remove UI changes 5 years ago
ameerj ac3cdc1741 Add range slider functionality for gc adapter 6 years ago
Ameer 6afee6b0c8 undo unnecessary newlines, slider range 50-150 6 years ago
Ameer 16d15421c5 Address c++20 warning, fix inaccurate range text display when slide == 0 6 years ago
Ameer 1eb1eff48c Add range slider for analog sticks 6 years ago
Lioncash 14874f0b67 General: Tidy up clang-format warnings 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
Jan Beich ff9473d6a0 common/virtual_buffer: drop unused includes 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
Morph 8890184d23 main: Fallback to loader if no control nca is found with patch manager 6 years ago
Morph 714a04ebd8 main: Fix Open Save/Mod Locations for installed titles 6 years ago
Morph 07603e19b9 game_list_worker: Do not clear entries when > 1 gamedir is present 6 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 29ee53cb35 vulkan: Silence more -Wmissing-field-initializer warnings 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 7967b2cb56 CMakeLists: Resolve #4478 5 years ago
Lioncash 2745697bcc tests/core_timing: Remove pragma optimize(off) 5 years ago
Lioncash 607a02edda time_zone_binary: Make use of designated initializers 5 years ago
Lioncash 8190a40d18 logging/backend: 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