index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: centralize profile scope for Dynarmic
Liam
2022-06-14
3
-7
/
+2
*
Merge pull request #8461 from Morph1984/msvc-narrow-conv
Morph
2022-06-14
1
-1
/
+1
|
\
|
*
vk_compute_pass: Use VK_ACCESS_NONE
Morph
2022-06-14
1
-1
/
+1
*
|
Merge pull request #8434 from german77/uuid
Morph
2022-06-14
2
-33
/
+38
|
\
\
|
|
/
|
/
|
|
*
input_common: Replace usage of string guid to common uuid
Narr the Reg
2022-06-06
2
-33
/
+38
*
|
Merge pull request #8439 from liamwhite/monkey-compiler
Mai
2022-06-14
79
-213
/
+216
|
\
\
|
*
|
kernel: fix passthrough of local captures in lambda
Liam
2022-06-13
1
-1
/
+3
|
*
|
common/assert: rework ASSERT handling to avoid std::function usage
Liam
2022-06-13
2
-35
/
+20
|
*
|
general: fix compilation on MinGW GCC 12
Liam
2022-06-13
2
-6
/
+5
|
*
|
common/assert: add unlikely
Liam
2022-06-13
1
-1
/
+1
|
*
|
general: fix compilation on GCC 12
Liam
2022-06-13
2
-2
/
+2
|
*
|
kernel: ensure class token lambda exit is unreachable
Liam
2022-06-13
1
-0
/
+1
|
*
|
kernel: fix inconsistency in AutoObjectTraits macro definitions
Liam
2022-06-13
1
-4
/
+7
|
*
|
common: Don't test ASSERT conditions inline
Liam
2022-06-13
2
-32
/
+36
|
*
|
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-13
72
-173
/
+182
*
|
|
vk_compute_pass: Silence Wextra warning
Morph
2022-06-14
1
-1
/
+1
|
/
/
*
|
Merge pull request #8458 from lat9nq/no-constexpr-flow-block
liamwhite
2022-06-13
1
-6
/
+0
|
\
\
|
*
|
structured_control_flow: Remove constexpr Flow::Block
lat9nq
2022-06-13
1
-6
/
+0
*
|
|
Merge pull request #8388 from liamwhite/simpler-pause
bunnei
2022-06-13
3
-95
/
+36
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CpuManager: simplify pausing
Liam
2022-06-08
3
-95
/
+36
*
|
|
Merge pull request #8446 from liamwhite/cmd-gdb
Morph
2022-06-13
12
-8
/
+96
|
\
\
\
|
*
|
|
yuzu-cmd: ignore bogus timeous from SDL
Liam
2022-06-10
1
-1
/
+9
|
*
|
|
core/debugger: fix a number of shutdown deadlocks
Liam
2022-06-10
9
-7
/
+72
|
*
|
|
core/debugger: support operation in yuzu-cmd
Liam
2022-06-10
3
-0
/
+15
|
|
/
/
*
|
|
Merge pull request #8454 from liamwhite/inaddr-any
Morph
2022-06-13
1
-1
/
+1
|
\
\
\
|
*
|
|
core/debugger: allow remote connections
Liam
2022-06-12
1
-1
/
+1
*
|
|
|
Merge pull request #8443 from liamwhite/code-mem
bunnei
2022-06-13
3
-26
/
+118
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
kernel: fix KCodeMemory initialization
Liam
2022-06-09
3
-26
/
+118
|
|
/
/
*
|
|
gdbstub_arch: Add missing virtual destructor
Lioncash
2022-06-11
1
-0
/
+1
*
|
|
Merge pull request #8353 from Docteh/msvc_report_runtime
Mai M
2022-06-11
2
-0
/
+30
|
\
\
\
|
*
|
|
log the MSVC runtime version when running on MSVC build
Kyle Kienapfel
2022-06-10
2
-0
/
+30
*
|
|
|
Merge pull request #8427 from Docteh/deprecate_qdesktop
Mai M
2022-06-11
1
-3
/
+15
|
\
\
\
\
|
*
|
|
|
deprecate usage of QDesktopWidget for going fullscreen
Kyle Kienapfel
2022-06-05
1
-3
/
+15
*
|
|
|
|
Merge pull request #8449 from Docteh/translate_placeholder
Mai M
2022-06-11
2
-1
/
+16
|
\
\
\
\
\
|
*
|
|
|
|
UI: retranslate the game list placeholder
Kyle Kienapfel
2022-06-10
2
-1
/
+16
|
|
/
/
/
/
*
|
|
|
|
Merge pull request #8413 from behunin/bounded-queue
bunnei
2022-06-11
3
-4
/
+185
|
\
\
\
\
\
|
*
|
|
|
|
gpu_thread: Move to bounded queue
Levi Behunin
2022-06-02
3
-4
/
+185
*
|
|
|
|
|
Merge pull request #8393 from lat9nq/default-vulkan
bunnei
2022-06-11
12
-48
/
+184
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
configure_graphics: Remove unused include
lat9nq
2022-06-04
1
-1
/
+0
|
*
|
|
|
|
main: Insert warning text on broken Vulkan
lat9nq
2022-05-30
1
-1
/
+6
|
*
|
|
|
|
main: Save config on broken Vulkan detect
lat9nq
2022-05-30
1
-0
/
+2
|
*
|
|
|
|
yuzu-qt: Make has_broken_vulkan only for crashes
lat9nq
2022-05-30
5
-11
/
+17
|
*
|
|
|
|
vulkan_library: Add debug logging
lat9nq
2022-05-30
1
-0
/
+4
|
*
|
|
|
|
yuzu-qt: Attempt to workaround broken Vulkan installations
lat9nq
2022-05-30
9
-46
/
+166
|
*
|
|
|
|
default_ini: Reflect new renderer backend default setting
lat9nq
2022-05-29
1
-1
/
+1
|
*
|
|
|
|
settings: Set Vulkan to the default renderer backend
lat9nq
2022-05-29
1
-1
/
+1
*
|
|
|
|
|
Merge pull request #8405 from Docteh/dock_undock
Mai M
2022-06-10
2
-5
/
+11
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ui: Status bars dock button becomes dock/undock button
Kyle Kienapfel
2022-06-01
2
-5
/
+11
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge pull request #8333 from Docteh/translate_hotkeys
Mai M
2022-06-10
2
-26
/
+40
|
\
\
\
\
\
\
|
*
|
|
|
|
|
UI: Translate hotkey labels in configuration
Kyle K
2022-05-18
2
-26
/
+40
[next]