Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-13 | yuzu_cmd: Eliminate variable shadowing | Morph | |
2022-06-13 | audio_core: Remove -Werror=unused-parameter | Morph | |
Removing this as we don't enforce unused parameter warnings elsewhere in the project, and explicitly specify -Wno-unused-parameter in the main CMakeLists. | |||
2022-06-13 | CMakeLists: Make variable shadowing a compile-time error | Morph | |
Now that the entire project is free of variable shadowing, we can enforce this as a compile time error to prevent any further introduction of this logic bug. | |||
2022-06-13 | common: Eliminate variable shadowing | Morph | |
GCC/Clang treats variables within lambdas as potentially shadowing those outside the lambda, despite them not being captured inside the lambda's capture list. | |||
2022-06-13 | yuzu: Eliminate variable shadowing | Morph | |
2022-06-13 | web_service: Eliminate variable shadowing | Morph | |
2022-06-13 | Merge pull request #8446 from liamwhite/cmd-gdb | Morph | |
core/debugger: support operation in yuzu-cmd | |||
2022-06-13 | Merge pull request #8454 from liamwhite/inaddr-any | Morph | |
core/debugger: allow remote connections | |||
2022-06-13 | Merge pull request #8443 from liamwhite/code-mem | bunnei | |
kernel: fix KCodeMemory initialization | |||
2022-06-12 | core/debugger: allow remote connections | Liam | |
2022-06-11 | gdbstub_arch: Add missing virtual destructor | Lioncash | |
The class is used polymorphically, so it's undefined behavior to delete instances of GDBStubA64 and GDBStubA32 from the base class pointer. | |||
2022-06-11 | Merge pull request #8353 from Docteh/msvc_report_runtime | Mai M | |
log the MSVC runtime version when running on MSVC build | |||
2022-06-11 | Merge pull request #8427 from Docteh/deprecate_qdesktop | Mai M | |
deprecate usage of QDesktopWidget for going fullscreen | |||
2022-06-11 | Merge pull request #8449 from Docteh/translate_placeholder | Mai M | |
retranslate the game list placeholder | |||
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 | log the MSVC runtime version when running on MSVC build | Kyle 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-10 | UI: retranslate the game list placeholder | Kyle 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-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 | service: hid: Fix gesture regression | Narr the Reg | |
2022-06-10 | yuzu-cmd: ignore bogus timeous from SDL | Liam | |
2022-06-10 | core/debugger: fix a number of shutdown deadlocks | Liam | |
2022-06-10 | core/debugger: support operation in yuzu-cmd | Liam | |
2022-06-09 | kernel: fix KCodeMemory initialization | Liam | |
2022-06-08 | Merge pull request #8428 from bunnei/nvflinger-fix-timing | bunnei | |
Follow-up fixes for NVFlinger rewrite (Part 3) | |||
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 | deprecate usage of QDesktopWidget for going fullscreen | Kyle 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-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-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 | 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 | |