index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-06-16
common: param_package: Demote DEBUG to TRACE for getters
Narr the Reg
1
-3
/
+3
2022-06-15
bounded_threadsafe_queue: Use constexpr capacity and mask
Morph
1
-86
/
+73
2022-06-13
common/assert: rework ASSERT handling to avoid std::function usage
Liam
2
-35
/
+20
2022-06-13
common/assert: add unlikely
Liam
1
-1
/
+1
2022-06-13
common: Don't test ASSERT conditions inline
Liam
2
-32
/
+36
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
3
-3
/
+18
2022-06-13
common: Eliminate variable shadowing
Morph
1
-2
/
+2
2022-06-05
common: consolidate ELF structure definitions
Liam
2
-0
/
+334
2022-06-02
gpu_thread: Move to bounded queue
Levi Behunin
1
-0
/
+180
2022-06-01
core/debugger: Implement new GDB stub debugger
Liam
2
-1
/
+2
2022-05-29
settings: Set Vulkan to the default renderer backend
lat9nq
1
-1
/
+1
2022-05-26
path_util: Resolve `-Wpointer-bool-conversion` warning
lat9nq
1
-3
/
+1
2022-05-23
input_common: Make vibration request async
Narr the Reg
1
-0
/
+1
2022-05-15
string_util: Add U16StringFromBuffer
lat9nq
2
-0
/
+6
2022-05-08
VideoCore: Add option to dump the macros.
Fernando Sahmkow
1
-0
/
+1
2022-04-28
GCC 12 fixes
Liam
1
-1
/
+1
2022-04-28
chore: add missing SPDX tags
Andrea Pappacoda
19
-172
/
+59
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
67
-211
/
+136
2022-04-16
yuzu: Add custom ringcon configuration
german77
2
-0
/
+4
2022-04-11
hle: kernel: Use std::mutex instead of spin locks for most kernel locking.
bunnei
1
-2
/
+3
2022-04-07
common: Replace lock_guard with scoped_lock
Merry
3
-5
/
+5
2022-04-06
service: jit: stub JIT service
Liam
2
-0
/
+2
2022-04-03
native_clock: Internal linkage for FencedRDTSC
Merry
1
-2
/
+4
2022-04-03
native_clock: Use lfence with rdtsc
merry
1
-14
/
+33
2022-04-02
native_clock: Use writeback from CAS to avoid double-loading
merry
1
-4
/
+6
2022-04-02
atomic_ops: Implement AtomicCompareAndSwap with writeback
merry
1
-0
/
+73
2022-04-02
native_clock: Use AtomicLoad128
Merry
1
-2
/
+2
2022-04-02
atomic_ops: Implement AtomicLoad128
Merry
1
-0
/
+17
2022-03-26
configuration: Add Paranoid CPU accuracy level
merry
1
-1
/
+2
2022-03-24
hle: nvflinger: Merge Rect with Common::Rectangle.
bunnei
1
-5
/
+45
2022-03-24
common: logging: Add a logger for NVFlinger.
bunnei
2
-0
/
+2
2022-03-20
general: Fix clang/gcc build errors
ameerj
7
-0
/
+9
2022-03-19
common: Reduce unused includes
ameerj
25
-32
/
+1
2022-03-19
common: Reduce unused includes
ameerj
8
-12
/
+0
2022-03-14
common: tree: Various updates.
bunnei
1
-284
/
+341
2022-03-14
common: intrusive_red_black_tree: Various updates.
bunnei
1
-181
/
+210
2022-03-11
cpu_detect: Add additional x86 flags and telemetry
Wunkolo
3
-27
/
+84
2022-03-11
common/telemetry: Update `AddField` name type to `string_view`
Wunkolo
1
-3
/
+4
2022-03-10
backend: Ensure backend_thread is destructed before message_queue
Merry
1
-1
/
+1
2022-03-09
cpu_detect: Revert `__cpuid{ex}` array-type argument
Wunkolo
1
-6
/
+6
2022-03-09
cpu_detect: Add missing `lzcnt` detection
Wunkolo
1
-0
/
+1
2022-03-09
cpu_detect: Refactor cpu/manufacturer identification
Wunkolo
2
-24
/
+38
2022-03-09
cpu_detect: Update array-types to `span` and `array`
Wunkolo
1
-11
/
+13
2022-03-09
cpu_detect: Utilize `Bit<N>` utility function
Wunkolo
1
-32
/
+20
2022-03-09
cpu_detect: Compact capability fields
Wunkolo
1
-20
/
+21
2022-03-09
bit_util: Add `bit` utility function
Wunkolo
1
-0
/
+7
2022-03-02
host_memory: Fix fastmem crashes in debug builds
Morph
1
-2
/
+2
2022-02-27
logging: Convert `backend_thread` into an `std::jthread`
Wunkolo
1
-13
/
+5
2022-02-27
dynarmic: Inline exclusive memory accesses
merry
2
-0
/
+4
2022-02-21
settings: Add a new "use_extended_memory_layout" setting.
bunnei
2
-0
/
+2
[next]