Commit Graph

21459 Commits (5c0a31e29f2a750ffc3a9b9d716f7630d6c2abca)
 

Author SHA1 Message Date
Mai M 5c0a31e29f
Merge pull request #8410 from liamwhite/thread-names
gdbstub: Support reading guest thread names
3 years ago
Liam 07922abffc core/debugger: Support reading guest thread names 3 years ago
Mai M 114a4562ed
Merge pull request #8409 from liamwhite/tdesc-fix
gdbstub: fix target descriptions
3 years ago
Morph 858f8ac6d9
Merge pull request #8402 from liamwhite/better-step
core/debugger: Improved stepping mechanism and misc fixes
3 years ago
Liam b71130e6f1 gdbstub: fix target descriptions 3 years ago
bunnei af418eb666
Merge pull request #8400 from Docteh/fullscreen_glitch
fix UI opening fullscreen after certain crashes
3 years ago
liamwhite a2f6a2480d
Merge pull request #8404 from Morph1984/virtual
core/debugger: Define defaulted virtual destructors
3 years ago
liamwhite 503feba7e4
Merge pull request #8403 from Morph1984/cast
gdbstub: Explicitly cast return type to u8
3 years ago
Morph 69511aed3d core/debugger: Define defaulted virtual destructors
Resolves an MSVC warning where a virtual destructor is not defined in the base class with virtual functions.
3 years ago
Liam 989d4a7a41 core/debugger: Improved stepping mechanism and misc fixes 3 years ago
Morph a32f6e9d8e gdbstub: Explicitly cast return type to u8
Otherwise, the addition promotes the returned value to an int instead of keeping it as a u8.
3 years ago
Kyle Kienapfel 36df3ce97e fix UI opening fullscreen after certain crashes
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
3 years ago
Mai M de2f2e5140
Merge pull request #8394 from liamwhite/debugger
core/debugger: Implement new GDB stub debugger
3 years ago
Liam fb4b3c127f core/debugger: Implement new GDB stub debugger 3 years ago
Mai M 72b34650f9
Merge pull request #8401 from zhaobot/tx-update-20220601034505
Update translations (2022-06-01)
3 years ago
The yuzu Community 105c60b984 Update translations (2022-06-01) 3 years ago
bunnei f6c47df671
Merge pull request #8368 from german77/seventimes
Service: hid: Several improvements and implementations
3 years ago
Mai M be351c2b3d
Merge pull request #8392 from Morph1984/boosted
CMakeLists: Update boost to 1.79.0
3 years ago
Morph f3d3528754 CMakeLists: Update boost to 1.79.0
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
3 years ago
bunnei ce961cb4c6
Merge pull request #8348 from JakobDev/metainfocontrol
Add control to metainfo
3 years ago
bunnei 1c8b509441
Merge pull request #8332 from Morph1984/reduce_exec_size
general: Use smaller array types where applicable
3 years ago
bunnei cc289a8ed0
Merge pull request #8339 from Docteh/about_icon
about dialog: Fix yuzu icon
3 years ago
Mai M 8a858c2623
Merge pull request #8385 from lat9nq/just-subsys-win
yuzu-qt: Call -Wl,--subsystem,windows directly
3 years ago
lat9nq 6e12eb80a0 yuzu-qt: Call -Wl,--subsystem,windows directly
-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
3 years ago
bunnei d879741ec6
Merge pull request #8374 from german77/asnycvibrations
input_common: Make vibration request async
3 years ago
bunnei 439e621674
Merge pull request #8372 from german77/touch
input_common: touch: Rewrite touch driver to support multiple touch points
3 years ago
german77 a1f2610522 service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned
Needed by Nintendo Switch Sports
3 years ago
german77 240f59a4c8 service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisSensorIcInformation
Needed by Nintendo Switch Sports
3 years ago
german77 c889a5805e service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxisSensorUnalteredPassthroughEnabled
Needed by Nintendo Switch Sports
3 years ago
german77 762a30d0db service: hid: Add error handling to sixaxis functions 3 years ago
german77 390d49c5f1 service: hid: Refractor sixaxis functions 3 years ago
german77 3cf15af31e service: hid: Implement MergeSingleJoyAsDualJoy according to RE 3 years ago
german77 7aa1d10655 service: hid: Add error handling to setNpadAssignment and variants 3 years ago
german77 74d1b9a254 service: hid: Quick RE fixes and comments 3 years ago
Mai M b01541f4e4
Merge pull request #8381 from lat9nq/path-util-pointer-bool
path_util: Resolve `-Wpointer-bool-conversion` warning
3 years ago
lat9nq 0e5a6676c3 path_util: Resolve `-Wpointer-bool-conversion` warning
Clang (rightfully) warns that we are checking for the existence of
pointer to something just allocated on the stack, which is always true.

Instead, check whether GetModuleFileNameW failed.

Co-authored-by: Mai M <mathew1800@gmail.com>
3 years ago
bunnei a9beb4746e
Merge pull request #8379 from lat9nq/amd-push-desc-workaround
vulkan_device: Block AMDVLK's VK_KHR_push_descriptor
3 years ago
bunnei 79352ee9d5
Merge pull request #8369 from lat9nq/amd-wmel-workaround
vulkan_device: Workaround extension bug
3 years ago
lat9nq 3a8c2ae328 vulkan_device: Workaround extension bug
A bug occurs in yuzu when VK_KHR_workgroup_memory_explicit_layout is
available but 16-bit integers are not supported in the host driver.

Disable usage of the extension when this case arises.
3 years ago
lat9nq 7f53cd1e96 vulkan_device: Block AMDVLK's VK_KHR_push_descriptor
Recent AMD Vulkan drivers (22.5.2 or 2.0.226 for specifically Vulkan)
have a broken VK_KHR_push_descriptor implementation that causes a crash
in yuzu. Disable it for the time being.
3 years ago
bunnei 4118aad491
Merge pull request #8311 from asLody/fix-stencil-faces
vk_rasterizer: fix stencil test when two faces are disabled
3 years ago
Narr the Reg bf948b5790 input_common: Make vibration request async 3 years ago
german77 c82806f9cb input_common: touch: Rewrite touch driver to support multiple touch points 3 years ago
liamwhite 4eb7f6c044
Merge pull request #8342 from lat9nq/clang-latest-stdc++
general: Use Common::U16StringFromBuffer in place of QString::toStdU16String
3 years ago
Mai M b57df1dcb9
Merge pull request #8351 from abouvier/patch-2
video_core: Support new VkResult
3 years ago
Alexandre Bouvier 020982508d video_core: Support new VkResult 3 years ago
JakobDev 775e29efb6
Add control to Metainfo 3 years ago
lat9nq 5035df27c3 qt_software_keyboard: Address review feedback
Use auto and a more descriptive variable name.

Secondly, fix some C++ misconceptions or constructing too many objects.

Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com>
Co-authored-by: Lioncash <mathew1800@gmail.com>
3 years ago
Kyle K 8f3098fc1e about dialog: Fix the logo in a multiplatform way
The Icon was renamed in #8283 for Linux builds, and the fix proposed in #8312 would in turn break
the icon for Windows users.

I've decided to fix the aboutdialog.ui file via qtcreator.

I'm not sure its important to have the yuzu icon inside the About dialog grabbed from the local Qt theme,
but I've reword how the code works for that, and we can just delete those lines.

I've also thrown the yuzu.png through pngcrush to remove this warning
libpng warning: iCCP: known incorrect sRGB profile

Credit to abouvier for bringing bug up.
3 years ago
lat9nq 3ca3254b9f main: Use Common::U16StringFromBuffer
See ffd3afcf2
3 years ago