summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #8461 from Morph1984/msvc-narrow-convGravatar Morph2022-06-141-1/+1
|\ \ \ \ \ \
| * | | | | | vk_compute_pass: Use VK_ACCESS_NONEGravatar Morph2022-06-141-1/+1
* | | | | | | Merge pull request #8434 from german77/uuidGravatar Morph2022-06-142-33/+38
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | input_common: Replace usage of string guid to common uuidGravatar Narr the Reg2022-06-062-33/+38
* | | | | | | Merge pull request #8439 from liamwhite/monkey-compilerGravatar Mai2022-06-1479-213/+216
|\ \ \ \ \ \ \
| * | | | | | | kernel: fix passthrough of local captures in lambdaGravatar Liam2022-06-131-1/+3
| * | | | | | | common/assert: rework ASSERT handling to avoid std::function usageGravatar Liam2022-06-132-35/+20
| * | | | | | | general: fix compilation on MinGW GCC 12Gravatar Liam2022-06-132-6/+5
| * | | | | | | common/assert: add unlikelyGravatar Liam2022-06-131-1/+1
| * | | | | | | general: fix compilation on GCC 12Gravatar Liam2022-06-132-2/+2
| * | | | | | | kernel: ensure class token lambda exit is unreachableGravatar Liam2022-06-131-0/+1
| * | | | | | | kernel: fix inconsistency in AutoObjectTraits macro definitionsGravatar Liam2022-06-131-4/+7
| * | | | | | | common: Don't test ASSERT conditions inlineGravatar Liam2022-06-132-32/+36
| * | | | | | | common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-1372-173/+182
| | |_|_|/ / / | |/| | | | |
* / | | | | | vk_compute_pass: Silence Wextra warningGravatar Morph2022-06-141-1/+1
|/ / / / / /
* | | | | | Merge pull request #8458 from lat9nq/no-constexpr-flow-blockGravatar liamwhite2022-06-131-6/+0
|\ \ \ \ \ \
| * | | | | | structured_control_flow: Remove constexpr Flow::BlockGravatar lat9nq2022-06-131-6/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #8388 from liamwhite/simpler-pauseGravatar bunnei2022-06-133-95/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CpuManager: simplify pausingGravatar Liam2022-06-083-95/+36
* | | | | | Merge pull request #8446 from liamwhite/cmd-gdbGravatar Morph2022-06-1312-8/+96
|\ \ \ \ \ \
| * | | | | | yuzu-cmd: ignore bogus timeous from SDLGravatar Liam2022-06-101-1/+9
| * | | | | | core/debugger: fix a number of shutdown deadlocksGravatar Liam2022-06-109-7/+72
| * | | | | | core/debugger: support operation in yuzu-cmdGravatar Liam2022-06-103-0/+15
| |/ / / / /
* | | | | | Merge pull request #8454 from liamwhite/inaddr-anyGravatar Morph2022-06-131-1/+1
|\ \ \ \ \ \
| * | | | | | core/debugger: allow remote connectionsGravatar Liam2022-06-121-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #8443 from liamwhite/code-memGravatar bunnei2022-06-133-26/+118
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | kernel: fix KCodeMemory initializationGravatar Liam2022-06-093-26/+118
| |/ / / /
* | | | | gdbstub_arch: Add missing virtual destructorGravatar Lioncash2022-06-111-0/+1
* | | | | Merge pull request #8353 from Docteh/msvc_report_runtimeGravatar Mai M2022-06-112-0/+30
|\ \ \ \ \
| * | | | | log the MSVC runtime version when running on MSVC buildGravatar Kyle Kienapfel2022-06-102-0/+30
* | | | | | Merge pull request #8427 from Docteh/deprecate_qdesktopGravatar Mai M2022-06-111-3/+15
|\ \ \ \ \ \
| * | | | | | deprecate usage of QDesktopWidget for going fullscreenGravatar Kyle Kienapfel2022-06-051-3/+15
* | | | | | | Merge pull request #8449 from Docteh/translate_placeholderGravatar Mai M2022-06-112-1/+16
|\ \ \ \ \ \ \
| * | | | | | | UI: retranslate the game list placeholderGravatar Kyle Kienapfel2022-06-102-1/+16
| |/ / / / / /
* | | | | | | Merge pull request #8413 from behunin/bounded-queueGravatar bunnei2022-06-113-4/+185
|\ \ \ \ \ \ \
| * | | | | | | gpu_thread: Move to bounded queueGravatar Levi Behunin2022-06-023-4/+185
* | | | | | | | Merge pull request #8393 from lat9nq/default-vulkanGravatar bunnei2022-06-1112-48/+184
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | configure_graphics: Remove unused includeGravatar lat9nq2022-06-041-1/+0
| * | | | | | | main: Insert warning text on broken VulkanGravatar lat9nq2022-05-301-1/+6
| * | | | | | | main: Save config on broken Vulkan detectGravatar lat9nq2022-05-301-0/+2
| * | | | | | | yuzu-qt: Make has_broken_vulkan only for crashesGravatar lat9nq2022-05-305-11/+17
| * | | | | | | vulkan_library: Add debug loggingGravatar lat9nq2022-05-301-0/+4
| * | | | | | | yuzu-qt: Attempt to workaround broken Vulkan installationsGravatar lat9nq2022-05-309-46/+166
| * | | | | | | default_ini: Reflect new renderer backend default settingGravatar lat9nq2022-05-291-1/+1
| * | | | | | | settings: Set Vulkan to the default renderer backendGravatar lat9nq2022-05-291-1/+1
* | | | | | | | Merge pull request #8405 from Docteh/dock_undockGravatar Mai M2022-06-102-5/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | ui: Status bars dock button becomes dock/undock buttonGravatar Kyle Kienapfel2022-06-012-5/+11
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #8333 from Docteh/translate_hotkeysGravatar Mai M2022-06-102-26/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | UI: Translate hotkey labels in configurationGravatar Kyle K2022-05-182-26/+40
* | | | | | | | | Merge pull request #8318 from Docteh/cmake-qt56-entryGravatar Mai M2022-06-1010-35/+25
|\ \ \ \ \ \ \ \ \