- 15 Jun, 2022 1 commit
-
-
Liam authored
-
- 14 Jun, 2022 16 commits
-
-
Morph authored
vk_compute_pass: Use VK_ACCESS_NONE
-
Morph authored
input_common: Replace usage of string guid to common uuid
-
Morph authored
This enumeration was introduced in Vulkan 1.3, prefer using this instead of defaulting the enum. Also resolves a narrowing conversion warning on MSVC.
-
Mai authored
general: fix compilation on GCC 12
-
Mai authored
vk_compute_pass: Silence Wextra warning
-
Morph authored
Silences a warning about using enumerated and non-enumerated types in a conditional expression.
-
Liam authored
-
Liam authored
-
Liam authored
-
Liam authored
-
Liam authored
-
Liam authored
-
Liam authored
-
Liam authored
-
Liam authored
-
liamwhite authored
structured_control_flow: Remove constexpr Flow::Block
-
- 13 Jun, 2022 5 commits
-
-
lat9nq authored
This seems to be unsupported in newer libstdc++ versions due to Flow::Block's base class being a non-literal type. It's not clear to me why this was permitted in earlier versions.
-
bunnei authored
CpuManager: simplify pausing
-
Morph authored
core/debugger: support operation in yuzu-cmd
-
Morph authored
core/debugger: allow remote connections
-
bunnei authored
kernel: fix KCodeMemory initialization
-
- 12 Jun, 2022 1 commit
-
-
Liam authored
-
- 11 Jun, 2022 12 commits
-
-
liamwhite authored
gdbstub_arch: Add missing virtual destructor
-
Lioncash authored
The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer.
-
Mai M authored
log the MSVC runtime version when running on MSVC build
-
Mai M authored
deprecate usage of QDesktopWidget for going fullscreen
-
Mai M authored
retranslate the game list placeholder
-
bunnei authored
gpu_thread: Move to bounded queue
-
bunnei authored
general: Set renderer_backend's default to Vulkan
-
Kyle Kienapfel authored
This might be useful information, not 100% sure. [ 0.958068] Frontend <Info> yuzu\main.cpp:GMainWindow:275: yuzu Version: yuzu Development Build | master-0b9ef3c0-dirty [ 0.958095] Frontend <Info> yuzu\main.cpp:LogRuntimes:220: MSVC Compiler: 1931 Runtime: 14.32.31326.0
-
Kyle Kienapfel authored
This is the "Double-click to add a new folder to the game list" message that shows up when users first launch yuzu and is most likely never seen again. Previously this message was not re-translated.
-
Mai M authored
ui: Status bars dock button becomes DOCKED/HANDHELD button
-
Mai M authored
UI: Translate hotkey labels in configuration
-
Mai M authored
Update some files with Qt 5.15.2 best practices in mind
-
- 10 Jun, 2022 5 commits
-
-
Mai M authored
service: hid: Fix gesture regression
-
Narr the Reg authored
-
Liam authored
-
Liam authored
-
Liam authored
-