- 05 Jun, 2022 2 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 3 commits
- 28 May, 2022 3 commits
-
-
Mai M authored
yuzu-qt: Call -Wl,--subsystem,windows directly
-
lat9nq authored
-mwindows doesn't work with Clang. tpoechtrager/wclang resolves this by just using MinGW-GCC to link the executable, however this prevents us from using LLVM-exclusive tools when building yuzu. Solution is to send the linker argument we need from -mwindows directly to the linker. From https://gcc-help.gcc.gnu.narkive.com/FogklN5J/gcc-wl-subsystem-windows-mwindows-options
-
bunnei authored
input_common: Make vibration request async
-
- 27 May, 2022 8 commits
-
-
bunnei authored
input_common: touch: Rewrite touch driver to support multiple touch points
-
german77 authored
Needed by Nintendo Switch Sports
-
german77 authored
Needed by Nintendo Switch Sports
-
german77 authored
service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxisSensorUnalteredPassthroughEnabled Needed by Nintendo Switch Sports
-
german77 authored
-
german77 authored
-
german77 authored
-
german77 authored
-