summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-16common: param_package: Demote DEBUG to TRACE for gettersNarr the Reg
2022-06-14Merge pull request #8461 from Morph1984/msvc-narrow-convMorph
vk_compute_pass: Use VK_ACCESS_NONE
2022-06-14Merge pull request #8434 from german77/uuidMorph
input_common: Replace usage of string guid to common uuid
2022-06-14vk_compute_pass: Use VK_ACCESS_NONEMorph
This enumeration was introduced in Vulkan 1.3, prefer using this instead of defaulting the enum. Also resolves a narrowing conversion warning on MSVC.
2022-06-14Merge pull request #8439 from liamwhite/monkey-compilerMai
general: fix compilation on GCC 12
2022-06-14Merge pull request #8459 from Morph1984/wextra-gccMai
vk_compute_pass: Silence Wextra warning
2022-06-14vk_compute_pass: Silence Wextra warningMorph
Silences a warning about using enumerated and non-enumerated types in a conditional expression.
2022-06-13kernel: fix passthrough of local captures in lambdaLiam
2022-06-13common/assert: rework ASSERT handling to avoid std::function usageLiam
2022-06-13general: fix compilation on MinGW GCC 12Liam
2022-06-13common/assert: add unlikelyLiam
2022-06-13general: fix compilation on GCC 12Liam
2022-06-13kernel: ensure class token lambda exit is unreachableLiam
2022-06-13kernel: fix inconsistency in AutoObjectTraits macro definitionsLiam
2022-06-13common: Don't test ASSERT conditions inlineLiam
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
2022-06-13Merge pull request #8458 from lat9nq/no-constexpr-flow-blockliamwhite
structured_control_flow: Remove constexpr Flow::Block
2022-06-13structured_control_flow: Remove constexpr Flow::Blocklat9nq
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.
2022-06-13Merge pull request #8388 from liamwhite/simpler-pausebunnei
CpuManager: simplify pausing
2022-06-13Merge pull request #8446 from liamwhite/cmd-gdbMorph
core/debugger: support operation in yuzu-cmd
2022-06-13Merge pull request #8454 from liamwhite/inaddr-anyMorph
core/debugger: allow remote connections
2022-06-13Merge pull request #8443 from liamwhite/code-membunnei
kernel: fix KCodeMemory initialization
2022-06-12core/debugger: allow remote connectionsLiam
2022-06-11Merge pull request #8450 from lioncash/undefliamwhite
gdbstub_arch: Add missing virtual destructor
2022-06-11gdbstub_arch: Add missing virtual destructorLioncash
The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer.
2022-06-11Merge pull request #8353 from Docteh/msvc_report_runtimeMai M
log the MSVC runtime version when running on MSVC build
2022-06-11Merge pull request #8427 from Docteh/deprecate_qdesktopMai M
deprecate usage of QDesktopWidget for going fullscreen
2022-06-11Merge pull request #8449 from Docteh/translate_placeholderMai M
retranslate the game list placeholder
2022-06-11Merge pull request #8413 from behunin/bounded-queuebunnei
gpu_thread: Move to bounded queue
2022-06-11Merge pull request #8393 from lat9nq/default-vulkanbunnei
general: Set renderer_backend's default to Vulkan
2022-06-10log the MSVC runtime version when running on MSVC buildKyle Kienapfel
This might be useful information, not 100% sure. [ 0.958068] Frontend <Info> yuzu\main.cpp:GMainWindow:275: yuzu Version: yuzu Development Build | master-0b9ef3c0b-dirty [ 0.958095] Frontend <Info> yuzu\main.cpp:LogRuntimes:220: MSVC Compiler: 1931 Runtime: 14.32.31326.0
2022-06-10UI: retranslate the game list placeholderKyle Kienapfel
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.
2022-06-10Merge pull request #8405 from Docteh/dock_undockMai M
ui: Status bars dock button becomes DOCKED/HANDHELD button
2022-06-10Merge pull request #8333 from Docteh/translate_hotkeysMai M
UI: Translate hotkey labels in configuration
2022-06-10Merge pull request #8318 from Docteh/cmake-qt56-entryMai M
Update some files with Qt 5.15.2 best practices in mind
2022-06-10Merge pull request #8448 from german77/gesturetypoMai M
service: hid: Fix gesture regression
2022-06-10service: hid: Fix gesture regressionNarr the Reg
2022-06-10yuzu-cmd: ignore bogus timeous from SDLLiam
2022-06-10core/debugger: fix a number of shutdown deadlocksLiam
2022-06-10core/debugger: support operation in yuzu-cmdLiam
2022-06-09kernel: fix KCodeMemory initializationLiam
2022-06-08CpuManager: simplify pausingLiam
2022-06-08Merge pull request #8428 from bunnei/nvflinger-fix-timingbunnei
Follow-up fixes for NVFlinger rewrite (Part 3)
2022-06-07Merge pull request #8436 from liamwhite/asio-usagebunnei
core/debugger: fix asio write usage
2022-06-06Merge pull request #8435 from liamwhite/lambda-captureMai M
core/debugger: fix crash due to incorrect lambda capture
2022-06-06core/debugger: fix asio write usageLiam
2022-06-06core/debugger: fix crash due to incorrect lambda captureLiam
2022-06-06input_common: Replace usage of string guid to common uuidNarr the Reg
2022-06-05deprecate usage of QDesktopWidget for going fullscreenKyle Kienapfel
Idea works as follows, while going fullscreen we compare the current window geometry with available screens and ask for an intersection rectangle, we go fullscreen where most of the window is located GuessCurrentScreen could also potentially be used to see which screen the window is on for dynamic DPI handling
2022-06-05Merge pull request #8367 from Docteh/say_win11bunnei
Logging: Report Post Windows 10 2004 versions, like Windows 11