index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
yuzu_cmd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #6321 from lat9nq/per-game-cpu
bunnei
2021-05-20
1
-3
/
+3
|
\
|
*
general: Demote custom_rtc to regular setting
lat9nq
2021-05-17
1
-3
/
+3
*
|
perf_stats: Rework FPS counter to be more accurate
ameerj
2021-05-15
1
-1
/
+1
|
/
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-1
/
+1
*
Merge pull request #6232 from lioncash/alias2
bunnei
2021-04-23
2
-2
/
+2
|
\
|
*
emu_window: unsigned -> u32
Lioncash
2021-04-23
2
-2
/
+2
*
|
yuzu_cmd: Remove unused resource.h
ameerj
2021-04-22
2
-17
/
+0
|
/
*
general: Ignore implicit-fallthrough for SDL.h
lat9nq
2021-04-18
4
-0
/
+37
*
Merge pull request #6199 from lioncash/log-ns
bunnei
2021-04-14
1
-2
/
+4
|
\
|
*
common/log: Move Log namespace into the Common namespace
Lioncash
2021-04-14
1
-2
/
+4
*
|
common: Move settings to common from core.
bunnei
2021-04-14
4
-5
/
+5
*
|
core: settings: Add setting for debug assertions and disable by default.
bunnei
2021-04-14
2
-0
/
+10
|
/
*
Merge pull request #5990 from german77/mousePanningV2
bunnei
2021-03-08
2
-3
/
+28
|
\
|
*
inputCommon: Mouse fixes
german77
2021-02-27
2
-3
/
+28
*
|
Fix default bcat_backend init
Kelebek1
2021-03-02
1
-1
/
+1
|
/
*
Merge pull request #4298 from FearlessTobi/remove-cache-setting
bunnei
2021-02-15
1
-3
/
+0
|
\
|
*
yuzu/configure_filesystem: Remove "Select Cache Directory" option
FearlessTobi
2021-01-04
1
-3
/
+0
*
|
yuzu: Various frontend improvements to avoid crashes and improve experience o...
bunnei
2021-02-14
5
-0
/
+37
*
|
config: Make high GPU accuracy the default
ReinUsesLisp
2021-02-13
1
-1
/
+1
*
|
gpu: Report renderer errors with exceptions
ReinUsesLisp
2021-02-13
1
-1
/
+1
*
|
Merge pull request #5869 from german77/mousePanning
bunnei
2021-02-11
1
-1
/
+2
|
\
\
|
*
|
Add mouse panning
german
2021-02-07
1
-1
/
+2
*
|
|
renderer_opengl: Update OpenGL backend version requirement to 4.6
Morph
2021-02-07
1
-19
/
+7
|
/
/
*
|
Merge pull request #5778 from ReinUsesLisp/shader-dir
bunnei
2021-01-27
1
-0
/
+3
|
\
\
|
*
|
renderer_opengl: Avoid precompiled cache and force NV GL cache directory
ReinUsesLisp
2021-01-21
1
-0
/
+3
*
|
|
Add mutitouch support for touch screens
german
2021-01-15
1
-6
/
+6
*
|
|
Allow all touch inputs at the same time and remove config options that are no...
german
2021-01-15
1
-4
/
+0
|
/
/
*
|
config: Enable docked mode by default
Morph
2021-01-10
2
-2
/
+2
*
|
yuzu_cmd: Silence unreferenced local variable warning
Morph
2021-01-10
1
-2
/
+0
|
/
*
general: Fix various spelling errors
Morph
2021-01-02
1
-1
/
+1
*
cmake: Always enable Vulkan
ReinUsesLisp
2020-12-24
2
-18
/
+4
*
yuzu: Remove gdbstub configuration
FearlessTobi
2020-12-19
3
-25
/
+5
*
yuzu_cmd: Remove 'users_size'
comex
2020-12-05
1
-1
/
+0
*
Merge pull request #4937 from german77/multiUDP
bunnei
2020-12-01
1
-4
/
+2
|
\
|
*
Add multiple udp server support
german
2020-11-25
1
-4
/
+2
*
|
Merge pull request #4939 from german77/MouseInput
bunnei
2020-11-29
2
-5
/
+4
|
\
\
|
*
|
Implement full mouse support
german
2020-11-25
2
-5
/
+4
*
|
|
core: Eliminate remaining usages of the global system instance
Lioncash
2020-11-27
1
-5
/
+4
|
|
/
|
/
|
*
|
Merge pull request #4976 from comex/poll-events
Rodrigo Locatti
2020-11-25
3
-60
/
+62
|
\
\
|
*
|
Overhaul EmuWindow::PollEvents to fix yuzu-cmd calling SDL_PollEvents off mai...
comex
2020-11-23
3
-60
/
+62
|
|
/
*
/
core: Make use of [[nodiscard]] with the System class
Lioncash
2020-11-18
1
-2
/
+2
|
/
*
configure_input: Add per-player vibration
Morph
2020-11-15
2
-0
/
+6
*
settings: Remove global vibration strength modifier
Morph
2020-11-15
2
-5
/
+0
*
configure_input: Hook up the vibration percentage spinbox
Morph
2020-11-15
2
-0
/
+9
*
settings: Preparation for per-game input settings
Morph
2020-11-15
1
-12
/
+13
*
core: Remove usage of unicorn
Lioncash
2020-11-03
1
-2
/
+0
*
yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default.
bunnei
2020-10-26
2
-5
/
+5
*
renderer_opengl: Remove emulated mailbox presentation
ReinUsesLisp
2020-09-20
7
-45
/
+12
*
Merge pull request #4594 from german77/MotionHID
bunnei
2020-09-17
1
-0
/
+2
|
\
|
*
configure_input: Hook up the motion button and checkbox
Morph
2020-09-05
1
-0
/
+2
[next]