- 09 Jun, 2022 1 commit
-
-
Liam authored
-
- 08 Jun, 2022 1 commit
-
-
bunnei authored
Follow-up fixes for NVFlinger rewrite (Part 3)
-
- 07 Jun, 2022 4 commits
- 06 Jun, 2022 1 commit
-
-
bunnei authored
Logging: Report Post Windows 10 2004 versions, like Windows 11
-
- 05 Jun, 2022 4 commits
- 04 Jun, 2022 2 commits
- 03 Jun, 2022 1 commit
-
-
Fernando S authored
Maxwell3D: Fix 3D semaphore counter type 0 handling
-
- 02 Jun, 2022 6 commits
-
-
Billy Laws authored
Counter type 0 actually releases the semaphore payload rather than a constant zero as was previously thought. This is required by Skyrim.
-
Mai M authored
gdbstub: Support reading guest thread names
-
Liam authored
-
Mai M authored
gdbstub: fix target descriptions
-
Morph authored
core/debugger: Improved stepping mechanism and misc fixes
-
Liam authored
-
- 01 Jun, 2022 11 commits
-
-
bunnei authored
fix UI opening fullscreen after certain crashes
-
liamwhite authored
core/debugger: Define defaulted virtual destructors
-
liamwhite authored
gdbstub: Explicitly cast return type to u8
-
Morph authored
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
-
Liam authored
-
Morph authored
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
-
Kyle Kienapfel authored
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
-
Mai M authored
core/debugger: Implement new GDB stub debugger
-
Liam authored
-
Mai M authored
Update translations (2022-06-01)
-
The yuzu Community authored
-
- 31 May, 2022 1 commit
-
-
Narr the Reg authored
-
- 30 May, 2022 3 commits
-
-
bunnei authored
Service: hid: Several improvements and implementations
-
Mai M authored
CMakeLists: Update boost to 1.79.0
-
Morph authored
This version of boost brings in a number of bug fixes, especially to the asio library. Details can be seen here: https://www.boost.org/users/history/version_1_79_0.html
-
- 29 May, 2022 4 commits
-
-
bunnei authored
Add control to metainfo
-
bunnei authored
general: Use smaller array types where applicable
-
bunnei authored
about dialog: Fix yuzu icon
-
Kyle K authored
Qt5 and Qt6 don't really do a good job of reporting Windows versions past the 2004 version. Current: Windows 10 Version 2009 This Patch: Windows 10 Version 21H1 (Build 19043.1706) Also: Windows 11 Version 21H2 (Build 22000.675) Fixes: #8362
-
- 28 May, 2022 1 commit
-
-
Mai M authored
yuzu-qt: Call -Wl,--subsystem,windows directly
-