1544 Commits (390d49c5f17f12f98c80867915bb30991a40ea31)

Author SHA1 Message Date
lat9nq ffd3afcf2f string_util: Add U16StringFromBuffer 4 years ago
Fernando Sahmkow 5562ae9cc5 VideoCore: Add option to dump the macros. 4 years ago
Liam 709d7fd92c GCC 12 fixes 4 years ago
Andrea Pappacoda 01cf05bc75
chore: add missing SPDX tags 4 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
german77 d2f9412cf1 yuzu: Add custom ringcon configuration 4 years ago
bunnei 8deaac8bd1 hle: kernel: Use std::mutex instead of spin locks for most kernel locking. 4 years ago
Merry c589db6add common: Replace lock_guard with scoped_lock 4 years ago
Liam 0cfcee95c7 service: jit: stub JIT service 4 years ago
Merry 4052bfb4ad native_clock: Internal linkage for FencedRDTSC 4 years ago
merry fdd4d019ef native_clock: Use lfence with rdtsc 4 years ago
merry 979e53b87b native_clock: Use writeback from CAS to avoid double-loading 4 years ago
merry 084bd225dc atomic_ops: Implement AtomicCompareAndSwap with writeback 4 years ago
Merry c562c1d6be native_clock: Use AtomicLoad128 4 years ago
Merry b4746529e1 atomic_ops: Implement AtomicLoad128 4 years ago
merry 3c8547160d configuration: Add Paranoid CPU accuracy level 4 years ago
bunnei 4d9488033f hle: nvflinger: Merge Rect with Common::Rectangle. 4 years ago
bunnei 0704b645df common: logging: Add a logger for NVFlinger. 4 years ago
ameerj 866b7c20a8 general: Fix clang/gcc build errors 4 years ago
ameerj 923decae5a common: Reduce unused includes 4 years ago
ameerj 8a8ea65fae common: Reduce unused includes 4 years ago
bunnei 0fdf1d2a60 common: tree: Various updates. 4 years ago
bunnei 69c2faeb6a common: intrusive_red_black_tree: Various updates. 4 years ago
Wunkolo d248c1203e cpu_detect: Add additional x86 flags and telemetry 4 years ago
Wunkolo 29a7a61806 common/telemetry: Update `AddField` name type to `string_view` 4 years ago
Merry 22f50c6bc1 backend: Ensure backend_thread is destructed before message_queue 4 years ago
Wunkolo d9b1199ffb cpu_detect: Revert `__cpuid{ex}` array-type argument 4 years ago
Wunkolo 873a9fa7e5 cpu_detect: Add missing `lzcnt` detection 4 years ago
Wunkolo ec5f3351b6 cpu_detect: Refactor cpu/manufacturer identification 4 years ago
Wunkolo 86e9e60f07 cpu_detect: Update array-types to `span` and `array` 4 years ago
Wunkolo 3c33ba7f18 cpu_detect: Utilize `Bit<N>` utility function 4 years ago
Wunkolo d233de8194 cpu_detect: Compact capability fields 4 years ago
Wunkolo add2cfcb96 bit_util: Add `bit` utility function 4 years ago
Morph b33f23cc46 host_memory: Fix fastmem crashes in debug builds 4 years ago
Wunkolo 913c2bd2cb logging: Convert `backend_thread` into an `std::jthread` 4 years ago
merry 16784e5bb3 dynarmic: Inline exclusive memory accesses 4 years ago
bunnei 70482e6b26 settings: Add a new "use_extended_memory_layout" setting. 4 years ago
bunnei 92b2e92620 fixup! core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. 4 years ago
bunnei 1a16d055df core: hle: kernel: KPageTable: Improve Un/MapPhysicalMemory. 4 years ago
Wunkolo 768fdb269e common: Add NullVisitor default constructor 4 years ago
Morph 4390370a19 common: fs_util: Add buffer to string view utility functions 4 years ago
Narr the Reg 6705439cf3 service/mnpp: Stub mnpp_app 4 years ago
Morph 3799c820ca common: uuid: Use sizeof(u64) instead of 8 in Hash() 4 years ago
Morph ec4d7f71fe common: uuid: Return an invalid UUID if conversion from string fails 4 years ago
Morph 25db62ce15 general: Rename NewUUID to UUID, and remove the previous UUID impl 4 years ago
Morph d94dcaefa0 common: uuid: Add AsU128() 4 years ago
Morph cb30fe50cd input/hid: Migrate to the new UUID implementation 4 years ago
Morph 3271099fea common: Implement NewUUID 4 years ago
Lioncash ade44ac2ea common_types: Remove NonCopyable struct 4 years ago
Lioncash f785f73e92 general: Replace NonCopyable struct with equivalents 4 years ago