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
2023-05-01
vk_present_manager: Add toggle for async presentation
GPUCode
2
-0
/
+2
2023-04-30
settings: rename extended memory layout to unsafe, move from general to system
Liam
2
-2
/
+4
2023-04-29
common: add intrusive list type
Liam
1
-0
/
+631
2023-04-02
general: fixes for gcc 13
Liam
2
-13
/
+0
2023-03-29
Fixes 'Continous' typo
Max Dunbar
1
-3
/
+3
2023-03-27
telemetry: Add waitpkg instruction
Morph
1
-0
/
+1
2023-03-27
x64: Simplify RDTSC on non-MSVC compilers
Morph
2
-16
/
+10
2023-03-27
x64: Add MicroSleep
Morph
3
-0
/
+84
2023-03-27
x64: cpu_detect: Add detection of waitpkg instructions
Morph
2
-0
/
+2
2023-03-26
container_hash: use climits
Liam
1
-0
/
+1
2023-03-25
common: Port boost's hash_value implementation
Morph
2
-0
/
+92
2023-03-23
zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSize
Morph
1
-1
/
+1
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2
-0
/
+321
2023-03-21
bounded_threadsafe_queue: Refactor Pop
Morph
1
-140
/
+62
2023-03-21
bounded_threadsafe_queue: Add producer cv to avoid busy waiting
Morph
1
-17
/
+29
2023-03-21
bounded_threadsafe_queue: Deduplicate and add PushModes
Morph
2
-87
/
+85
2023-03-21
bounded_threadsafe_queue: Add TryPush
Morph
1
-0
/
+71
2023-03-21
logging: Make use of bounded queue
Morph
1
-8
/
+8
2023-03-21
bounded_threadsafe_queue: Use simplified impl of bounded queue
Morph
1
-112
/
+199
2023-03-18
common: string_util: Use std::string_view for UTF16ToUTF8/UTF8ToUTF16W.
bunnei
2
-11
/
+11
2023-03-17
common: bounded_threadsafe_queue: Use polyfill_thread.
bunnei
1
-2
/
+3
2023-03-12
general: fix spelling mistakes
Liam
6
-15
/
+15
2023-03-07
native_clock: Wait for 10 seconds instead of 30
Morph
1
-3
/
+3
2023-03-07
native_clock: Use RealTimeClock instead of SteadyClock
Morph
1
-4
/
+4
2023-03-07
steady_clock: Introduce a real time clock
Morph
2
-0
/
+36
2023-03-07
native_clock: Re-adjust the RDTSC frequency
Morph
2
-5
/
+34
2023-03-08
input_common: Minor typo issues (#9922)
Narr the Reg
1
-1
/
+1
2023-03-07
input_common: Increase mouse sensitivity range
german77
1
-1
/
+1
2023-03-07
common: make BitCast constexpr
Liam
1
-9
/
+11
2023-03-07
kernel: avoid signed overflow UB on MSVC
Liam
2
-0
/
+23
2023-03-06
fix typo in settings.h
Ikko Eltociear Ashimine
1
-4
/
+4
2023-03-05
native_clock: Round RDTSC frequency to the nearest 1000
Morph
1
-5
/
+12
2023-03-05
timer_resolution: Set current process to High QoS
Morph
1
-0
/
+22
2023-03-05
core_timing: Use higher precision sleeps on Windows
Morph
2
-0
/
+8
2023-03-05
wall_clock: Make use of SteadyClock
Morph
1
-23
/
+11
2023-03-05
common: Implement a method to change the Windows timer resolution
Morph
3
-0
/
+133
2023-03-05
common: Implement a high resolution steady clock
Morph
3
-0
/
+81
2023-03-01
nvnflinger: fix name
Liam
2
-102
/
+102
2023-02-28
cmake: use correct boost imported targets
Alexandre Bouvier
1
-1
/
+1
2023-02-26
Revert "yuzu: config: Remove player 8 and 9 from config file"
Narr the Reg
1
-1
/
+1
2023-02-25
yuzu: config: Remove player 8 and 9 from config file
Narr the Reg
1
-1
/
+1
2023-02-22
configuration: Add async ASTC decode setting
ameerj
2
-0
/
+3
2023-02-22
texture_cache: Add async texture decoding
ameerj
1
-0
/
+1
2023-02-21
settings: Add more input settings to the log
Narr the Reg
1
-0
/
+7
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2
-5
/
+5
2023-02-14
don't use static inside constexpr function
arades79
1
-6
/
+6
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
3
-11
/
+11
2023-02-12
Update settings.cpp
m-HD
1
-0
/
+4
2023-02-09
input_common: Reintroduce custom pro controller support
Narr the Reg
1
-0
/
+1
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2
-2
/
+3
[next]