2319 Commits (3a70dddf8027768bf6bbb4b7ccf7060c72656241)

Author SHA1 Message Date
Wunkolo 4aa5b5779b cpu_detect: Refactor cpu/manufacturer identification 4 years ago
Wunkolo 14618c0e98 cpu_detect: Update array-types to `span` and `array` 4 years ago
Wunkolo 609c64196b cpu_detect: Utilize `Bit<N>` utility function 4 years ago
Wunkolo 31f8d6f0cf cpu_detect: Compact capability fields 4 years ago
Wunkolo fbf00e7fbc bit_util: Add `bit` utility function 4 years ago
Morph 5ea520a149 host_memory: Fix fastmem crashes in debug builds 4 years ago
Wunkolo 8da42d8235 logging: Convert `backend_thread` into an `std::jthread` 4 years ago
merry 3fe2c2d40d dynarmic: Inline exclusive memory accesses 4 years ago
bunnei 5dc4c92dc2 settings: Add a new "use_extended_memory_layout" setting. 4 years ago
bunnei e1af26d5b3 fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. 4 years ago
bunnei 6075031e99 core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. 4 years ago
Wunkolo fe8b240a39 common: Add NullVisitor default constructor 4 years ago
Morph 0d71098873 common: fs_util: Add buffer to string view utility functions 4 years ago
Narr the Reg 4eef3a0cde service/mnpp: Stub mnpp_app 4 years ago
Morph 9429bb6222 common: uuid: Use sizeof(u64) instead of 8 in Hash() 4 years ago
Morph 2d8d60bf9b common: uuid: Return an invalid UUID if conversion from string fails 4 years ago
Morph e47b5e6a26 general: Rename NewUUID to UUID, and remove the previous UUID impl 4 years ago
Morph ad33e58c2d common: uuid: Add AsU128() 4 years ago
Morph 51c445f7e8 input/hid: Migrate to the new UUID implementation 4 years ago
Morph 77bc383079 common: Implement NewUUID 4 years ago
Lioncash 45fd47ef0a common_types: Remove NonCopyable struct 4 years ago
Lioncash 8a509e5a2c general: Replace NonCopyable struct with equivalents 4 years ago
Lioncash 765762c3a7 common/file: Remove [[nodiscard]] from Open() 4 years ago
Morph 3605b6f579 common: wall_clock: Check precision against the emulated CPU and CNTFRQ 4 years ago
Morph fe2ff6b8a1 common: wall_clock: Utilize constants for ms, us, and ns ratios 4 years ago
german77 a2fe5dffa9 input_common: Add home and hard touch press buttons to UDP controllers 4 years ago
german77 c092488c53 wall_clock: use standard wall clock if rtsc frequency is too low 4 years ago
Lioncash 1d5b635601 common/xbyak_api: Make BuildRegSet() constexpr 4 years ago
german77 47ca44ad1d yuzu: Add setting to disable controller navigation 4 years ago
german77 991460cd98 input_common: Reintroduce motion from mouse and use button names 4 years ago
bunnei b533a775d2 common: fiber: YieldTo: Avoid hard crash on nullptr previous_fiber. 4 years ago
Morph 9ec57a502c common: bit_util: Add IsPow2 helper function 4 years ago
liushuyu 479d57987c logging/log.h: move enum class formatter to a separate file ... 4 years ago
liushuyu 52e9cd7743 logging/log: use `underlying_type` instead of hardcoding types 4 years ago
liushuyu 682ea0f431 logging: adapt to changes in fmt 8.1 4 years ago
Fernando Sahmkow 65387dd0a0 ShaderDecompiler: Add a debug option to dump the game's shaders. 4 years ago
Andrew Udvare 31c8b5013c Allow overriding SCM version info 4 years ago
Lioncash 726de453bb common/input: Avoid numerous large copies of CallbackStatus 4 years ago
Morph 2e4b0fa68c common/cpu_detect: Remove CPU family and model 4 years ago
Lioncash 319b0ed324 common/input: Remove unnecessary returns 4 years ago
Lioncash cd45635f56 input_engine: Pass LedStatus by const reference 4 years ago
Lioncash f41c22d30f input_engine: Pass VibrationStatus by const reference in SetRumble() 4 years ago
german77 57ceda21b7 service/notif: Add notif:a and stub ListAlarmSettings,Initialize 4 years ago
ameerj 8969273d2d general: Add missing copyright notices 4 years ago
Morph 875db1012b native_clock: Wait for less time in EstimateRDTSCFrequency 4 years ago
Morph 2b9afa4d56 general: Replace high_resolution_clock with steady_clock 4 years ago
german77 b7357d95a7 settings: Add debug setting to enable all controllers 4 years ago
german77 8df8dd6c5c config: Remove vibration configuration 4 years ago
Narr the Reg 7b56b2cab6 input_common: Fully implement UDP controllers 4 years ago
german77 b8b849dc2e input_common: Move button names to the frontend 4 years ago