1851 Commits (4696a032a82a8ca8b15fc6413d3184cdebfe666e)

Author SHA1 Message Date
german77 25c46f82c5 yuzu: Add custom ringcon configuration 4 years ago
bunnei e1b3368c18 hle: kernel: Use std::mutex instead of spin locks for most kernel locking. 4 years ago
Merry ae642bbff2 common: Replace lock_guard with scoped_lock 4 years ago
Liam d414904aef service: jit: stub JIT service 4 years ago
Merry 42d6a01039 native_clock: Internal linkage for FencedRDTSC 4 years ago
merry b8d8677ed1 native_clock: Use lfence with rdtsc 4 years ago
merry 7470fdd77c native_clock: Use writeback from CAS to avoid double-loading 4 years ago
merry eeca2f2df9 atomic_ops: Implement AtomicCompareAndSwap with writeback 4 years ago
Merry 18ecb3053b native_clock: Use AtomicLoad128 4 years ago
Merry 14df27ff04 atomic_ops: Implement AtomicLoad128 4 years ago
merry e752529c4c configuration: Add Paranoid CPU accuracy level 4 years ago
bunnei 0b6b398bd4 hle: nvflinger: Merge Rect with Common::Rectangle. 4 years ago
bunnei e3ee327a30 common: logging: Add a logger for NVFlinger. 4 years ago
ameerj f9709bb9e9 general: Fix clang/gcc build errors 4 years ago
ameerj e70b4f3fc5 common: Reduce unused includes 4 years ago
ameerj 582332d13f common: Reduce unused includes 4 years ago
bunnei 492b983af4 common: tree: Various updates. 4 years ago
bunnei 3a7ac3cb72 common: intrusive_red_black_tree: Various updates. 4 years ago
Wunkolo c802f8fbd2 cpu_detect: Add additional x86 flags and telemetry 4 years ago
Wunkolo 21ccb35705 common/telemetry: Update `AddField` name type to `string_view` 4 years ago
Merry a993e93abd backend: Ensure backend_thread is destructed before message_queue 4 years ago
Wunkolo 7cb99ccf23 cpu_detect: Revert `__cpuid{ex}` array-type argument 4 years ago
Wunkolo b603adb6ac cpu_detect: Add missing `lzcnt` detection 4 years ago
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