index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #9696 from german77/please_forgive_me_for_this_sin
bunnei
2023-02-01
1
-0
/
+2
|
\
|
*
input_common: Implement turbo buttons
german77
2023-02-01
1
-0
/
+2
*
|
Merge pull request #9508 from ameerj/hle-ipc-buffer-span
bunnei
2023-01-30
2
-2
/
+3
|
\
\
|
|
/
|
/
|
|
*
fsp_srv: Use ReadBufferSpan
ameerj
2022-12-25
2
-2
/
+3
*
|
Move to Clang Format 15
Levi Behunin
2023-01-29
14
-121
/
+124
*
|
polyfill_thread: satisfy execution ordering requirements of stop_callback
Liam
2023-01-27
1
-37
/
+46
*
|
polyfill_thread: Implement StoppableTimedWait
Morph
2023-01-25
1
-0
/
+36
*
|
Merge pull request #9662 from abouvier/cmake-llvm
bunnei
2023-01-24
2
-5
/
+3
|
\
\
|
*
|
cmake: prefer system llvm library
Alexandre Bouvier
2023-01-23
2
-5
/
+3
*
|
|
Merge pull request #9492 from german77/joycon_release
liamwhite
2023-01-24
2
-27
/
+42
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
input_common: Use DriverResult on all engines
german77
2023-01-19
1
-26
/
+20
|
*
|
input_common: Disable SDL driver with switch controllers
Narr the Reg
2023-01-19
1
-0
/
+1
|
*
|
input_common: Initial skeleton for custom joycon driver
Narr the Reg
2023-01-19
1
-3
/
+23
*
|
|
Merge pull request #9613 from Kelebek1/demangle
liamwhite
2023-01-22
3
-1
/
+52
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Be careful of mangled out of bounds read
Kelebek1
2023-01-14
1
-5
/
+9
|
*
|
Move demangle impl to cpp
Kelebek1
2023-01-14
3
-23
/
+36
|
*
|
Add stacktrace symbol demangling
Kelebek1
2023-01-14
2
-1
/
+35
*
|
|
Update settings.h
Matías Locatti
2023-01-13
1
-0
/
+2
*
|
|
CPP
Matías Locatti
2023-01-13
1
-0
/
+8
*
|
|
1.5X resolution scaler option
Matías Locatti
2023-01-13
2
-5
/
+10
|
/
/
*
|
renderer_vulkan: disable turbo by default
Liam
2023-01-08
1
-1
/
+1
*
|
Merge pull request #9563 from german77/crash_not_allowed
bunnei
2023-01-07
1
-3
/
+0
|
\
\
|
*
|
input_common: Create an update engine
Narr the Reg
2023-01-05
1
-3
/
+0
*
|
|
Merge pull request #9552 from liamwhite/turbo
liamwhite
2023-01-06
2
-0
/
+2
|
\
\
\
|
*
|
|
common: add setting for renderer clock workaround
Liam
2023-01-04
2
-0
/
+2
*
|
|
|
config: Set the Vulkan driver pipeline cache option to be global
Wollnashorn
2023-01-05
1
-0
/
+1
*
|
|
|
config: Better wording for VK pipeline cache option and enable by default
Wollnashorn
2023-01-05
1
-1
/
+1
*
|
|
|
video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines
Wollnashorn
2023-01-05
1
-0
/
+2
|
/
/
/
*
|
|
yuzu-ui: Add setting for disabling macro HLE
Fernando Sahmkow
2023-01-04
1
-0
/
+1
*
|
|
Video_core: Address feedback
Fernando Sahmkow
2023-01-04
1
-3
/
+3
*
|
|
MacroHLE: Final cleanup and fixes.
Fernando Sahmkow
2023-01-01
1
-4
/
+4
*
|
|
MacroHLE: Reduce massive calculations on sizing estimation.
Fernando Sahmkow
2023-01-01
2
-0
/
+140
|
/
/
*
|
host_memory: Use transparent huge pages where available
Merry
2023-01-01
1
-0
/
+15
*
|
host_memory: Allocate virtual_base with MAP_NORESERVE
Merry
2023-01-01
1
-2
/
+2
|
/
*
scratch_buffer: Explicitly defing resize and resize_destructive functions
ameerj
2022-12-19
1
-0
/
+17
*
tests: Add ScratchBuffer tests
ameerj
2022-12-19
1
-5
/
+9
*
common: Add ScratchBuffer class
ameerj
2022-12-19
2
-0
/
+75
*
common: add make_unique_for_overwrite
ameerj
2022-12-19
2
-0
/
+26
*
Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442)
Matías Locatti
2022-12-17
1
-2
/
+2
*
Set: Allow setting device nickname
Chloe Marcec
2022-12-13
2
-0
/
+2
*
Merge pull request #9398 from liamwhite/fail
bunnei
2022-12-12
1
-4
/
+7
|
\
|
*
general: improve handling of system startup failure
Liam
2022-12-06
1
-4
/
+7
*
|
Merge pull request #9415 from liamwhite/dc
Mai
2022-12-11
3
-88
/
+0
|
\
\
|
*
|
memory: correct semantics of data cache management operations
Liam
2022-12-11
3
-88
/
+0
*
|
|
video_core: Integrate SMAA
Liam
2022-12-08
1
-1
/
+2
|
/
/
*
|
Merge pull request #9370 from liamwhite/break-unmapped
merry
2022-12-06
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
core: add option to break on unmapped access
Liam
2022-12-02
1
-0
/
+1
*
|
Merge pull request #6833 from abouvier/unbundle
liamwhite
2022-12-05
1
-12
/
+2
|
\
\
|
*
|
cmake: prefer system libraries
Alexandre Bouvier
2022-12-04
1
-12
/
+2
*
|
|
Merge pull request #9273 from ameerj/per-game-profile
liamwhite
2022-12-04
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
[prev]
[next]