Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-11 | Merge pull request #8413 from behunin/bounded-queue | bunnei | |
gpu_thread: Move to bounded queue | |||
2022-06-11 | Merge pull request #8393 from lat9nq/default-vulkan | bunnei | |
general: Set renderer_backend's default to Vulkan | |||
2022-06-10 | Merge pull request #8405 from Docteh/dock_undock | Mai M | |
ui: Status bars dock button becomes DOCKED/HANDHELD button | |||
2022-06-10 | Merge pull request #8333 from Docteh/translate_hotkeys | Mai M | |
UI: Translate hotkey labels in configuration | |||
2022-06-10 | Merge pull request #8318 from Docteh/cmake-qt56-entry | Mai M | |
Update some files with Qt 5.15.2 best practices in mind | |||
2022-06-10 | Merge pull request #8448 from german77/gesturetypo | Mai M | |
service: hid: Fix gesture regression | |||
2022-06-10 | service: hid: Fix gesture regression | Narr the Reg | |
2022-06-08 | Merge pull request #8428 from bunnei/nvflinger-fix-timing | bunnei | |
Follow-up fixes for NVFlinger rewrite (Part 3) | |||
2022-06-07 | Merge pull request #8436 from liamwhite/asio-usage | bunnei | |
core/debugger: fix asio write usage | |||
2022-06-06 | Merge pull request #8435 from liamwhite/lambda-capture | Mai M | |
core/debugger: fix crash due to incorrect lambda capture | |||
2022-06-06 | core/debugger: fix asio write usage | Liam | |
2022-06-06 | core/debugger: fix crash due to incorrect lambda capture | Liam | |
2022-06-05 | Merge pull request #8367 from Docteh/say_win11 | bunnei | |
Logging: Report Post Windows 10 2004 versions, like Windows 11 | |||
2022-06-05 | Merge pull request #8426 from liamwhite/elf | bunnei | |
common: consolidate ELF structure definitions | |||
2022-06-05 | hle: service: nvflinger: buffer_queue_consumer: Always free released buffers. | bunnei | |
2022-06-05 | Merge pull request #8419 from liamwhite/library-list | Mai M | |
gdbstub: add missing library list query | |||
2022-06-05 | common: consolidate ELF structure definitions | Liam | |
2022-06-04 | Merge pull request #8395 from german77/ir_stub | bunnei | |
service: hid: Improve stub of IRS | |||
2022-06-04 | configure_graphics: Remove unused include | lat9nq | |
2022-06-03 | gdbstub: add missing library list command | Liam | |
2022-06-03 | Merge pull request #8414 from bylaws/master | Fernando S | |
Maxwell3D: Fix 3D semaphore counter type 0 handling | |||
2022-06-02 | gpu_thread: Move to bounded queue | Levi Behunin | |
2022-06-02 | Maxwell3D: Fix 3D semaphore counter type 0 handling | Billy Laws | |
Counter type 0 actually releases the semaphore payload rather than a constant zero as was previously thought. This is required by Skyrim. | |||
2022-06-02 | Merge pull request #8410 from liamwhite/thread-names | Mai M | |
gdbstub: Support reading guest thread names | |||
2022-06-01 | core/debugger: Support reading guest thread names | Liam | |
2022-06-01 | Merge pull request #8409 from liamwhite/tdesc-fix | Mai M | |
gdbstub: fix target descriptions | |||
2022-06-01 | Merge pull request #8402 from liamwhite/better-step | Morph | |
core/debugger: Improved stepping mechanism and misc fixes | |||
2022-06-01 | gdbstub: fix target descriptions | Liam | |
2022-06-01 | ui: Status bars dock button becomes dock/undock button | Kyle Kienapfel | |
For people not used to the Yuzu UI it's not always clear if the emulated console is docked or not. The other items update their text when clicked, this PR brings the DOCK button in line with this. DOCK -> DOCKED or HANDHELD | |||
2022-06-01 | Merge pull request #8400 from Docteh/fullscreen_glitch | bunnei | |
fix UI opening fullscreen after certain crashes | |||
2022-06-01 | Merge pull request #8404 from Morph1984/virtual | liamwhite | |
core/debugger: Define defaulted virtual destructors | |||
2022-06-01 | Merge pull request #8403 from Morph1984/cast | liamwhite | |
gdbstub: Explicitly cast return type to u8 | |||
2022-06-01 | core/debugger: Define defaulted virtual destructors | Morph | |
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions. | |||
2022-06-01 | core/debugger: Improved stepping mechanism and misc fixes | Liam | |
2022-06-01 | gdbstub: Explicitly cast return type to u8 | Morph | |
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8. | |||
2022-05-31 | fix UI opening fullscreen after certain crashes | Kyle Kienapfel | |
Sometimes when yuzu crashes, it restarts with the games list in fullscreen, which would be fine, except there isn't an easy way to exit this. It also doesn't occur often enough for qt-config.ini files to be in good supply. UILayout\geometry value in qt-config.ini is the culprit, at least for the one provided. Proposed fix is to simply check isFullScreen when yuzu is starting up, and take it out of full screen immediately | |||
2022-06-01 | Merge pull request #8394 from liamwhite/debugger | Mai M | |
core/debugger: Implement new GDB stub debugger | |||
2022-06-01 | core/debugger: Implement new GDB stub debugger | Liam | |
2022-05-31 | Merge pull request #8401 from zhaobot/tx-update-20220601034505 | Mai M | |
Update translations (2022-06-01) | |||
2022-06-01 | Update translations (2022-06-01) | The yuzu Community | |
2022-05-31 | service: hid: Improve stub of IRS | Narr the Reg | |
2022-05-30 | Merge pull request #8368 from german77/seventimes | bunnei | |
Service: hid: Several improvements and implementations | |||
2022-05-30 | main: Insert warning text on broken Vulkan | lat9nq | |
Co-authored-by: Schplee <24275329+Schplee@users.noreply.github.com> | |||
2022-05-30 | main: Save config on broken Vulkan detect | lat9nq | |
Prevents possible issues if someone were to open yuzu repeatedly over and over again. | |||
2022-05-30 | yuzu-qt: Make has_broken_vulkan only for crashes | lat9nq | |
Being able to catch and handle a Vulkan exception is not what this is for. | |||
2022-05-30 | vulkan_library: Add debug logging | lat9nq | |
2022-05-30 | yuzu-qt: Attempt to workaround broken Vulkan installations | lat9nq | |
This does a few things in order to make the default setting Vulkan workable. - When yuzu boots, it just opens the Vulkan library. - If it works, all good and we continue with Vulkan as the default. - If something breaks, a new file in the config directory will be left behind (this is deleted normally). - If Vulkan is not working, has_broken_vulkan is set to true. - The first time this happens, a warning is displayed to notify the user. - This forces use of OpenGL, and Vulkan cannot be selected. - The Shader Backend selector is made accessible for use in custom configurations. - To disable has_broken_vulkan, the user needs to press a button in Graphics Configuration to manually run the Vulkan device enumeration. | |||
2022-05-30 | Merge pull request #8392 from Morph1984/boosted | Mai M | |
CMakeLists: Update boost to 1.79.0 | |||
2022-05-29 | default_ini: Reflect new renderer backend default setting | lat9nq | |
2022-05-29 | settings: Set Vulkan to the default renderer backend | lat9nq | |