summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Maxwell3D: Fix 3D semaphore counter type 0 handlingGravatar Billy Laws2022-06-022-3/+3
* Merge pull request #8410 from liamwhite/thread-namesGravatar Mai M2022-06-024-14/+172
|\
| * core/debugger: Support reading guest thread namesGravatar Liam2022-06-014-14/+172
* | Merge pull request #8409 from liamwhite/tdesc-fixGravatar Mai M2022-06-012-10/+87
|\ \ | |/ |/|
| * gdbstub: fix target descriptionsGravatar Liam2022-06-012-10/+87
* | Merge pull request #8402 from liamwhite/better-stepGravatar Morph2022-06-0116-122/+252
|\ \ | |/ |/|
| * core/debugger: Improved stepping mechanism and misc fixesGravatar Liam2022-06-0116-122/+252
* | Merge pull request #8400 from Docteh/fullscreen_glitchGravatar bunnei2022-06-011-0/+4
|\ \
| * | fix UI opening fullscreen after certain crashesGravatar Kyle Kienapfel2022-05-311-0/+4
* | | Merge pull request #8404 from Morph1984/virtualGravatar liamwhite2022-06-013-2/+6
|\ \ \
| * | | core/debugger: Define defaulted virtual destructorsGravatar Morph2022-06-013-2/+6
* | | | Merge pull request #8403 from Morph1984/castGravatar liamwhite2022-06-011-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | gdbstub: Explicitly cast return type to u8Gravatar Morph2022-06-011-2/+2
|/ / /
* | | Merge pull request #8394 from liamwhite/debuggerGravatar Mai M2022-06-0127-42/+1500
|\ \ \ | | |/ | |/|
| * | core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-0127-42/+1500
* | | Merge pull request #8401 from zhaobot/tx-update-20220601034505Gravatar Mai M2022-05-3123-4841/+4738
|\ \ \ | |/ / |/| |
| * | Update translations (2022-06-01)Gravatar The yuzu Community2022-06-0123-4841/+4738
|/ /
* | Merge pull request #8368 from german77/seventimesGravatar bunnei2022-05-306-368/+643
|\ \
| * | service: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssignedGravatar german772022-05-275-6/+125
| * | service: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisS...Gravatar german772022-05-275-3/+136
| * | service: hid: Implement EnableSixAxisSensorUnalteredPassthrough and IsSixAxis...Gravatar german772022-05-274-2/+88
| * | service: hid: Add error handling to sixaxis functionsGravatar german772022-05-273-31/+55
| * | service: hid: Refractor sixaxis functionsGravatar german772022-05-272-185/+88
| * | service: hid: Implement MergeSingleJoyAsDualJoy according to REGravatar german772022-05-274-65/+57
| * | service: hid: Add error handling to setNpadAssignment and variantsGravatar german772022-05-273-23/+27
| * | service: hid: Quick RE fixes and commentsGravatar german772022-05-274-54/+68
* | | Merge pull request #8392 from Morph1984/boostedGravatar Mai M2022-05-301-2/+2
|\ \ \
| * | | CMakeLists: Update boost to 1.79.0Gravatar Morph2022-05-291-2/+2
|/ / /
* | | Merge pull request #8348 from JakobDev/metainfocontrolGravatar bunnei2022-05-291-0/+5
|\ \ \
| * | | Add control to MetainfoGravatar JakobDev2022-05-171-0/+5
* | | | Merge pull request #8332 from Morph1984/reduce_exec_sizeGravatar bunnei2022-05-294-19/+18
|\ \ \ \
| * | | | time_zone_manager: Use s8 for month length tablesGravatar Morph2022-05-131-4/+3
| * | | | video_core/surface: Use u8 for PixelFormat block tablesGravatar Morph2022-05-131-3/+3
| * | | | codecs/vp9: Use u8 for norm and map lutsGravatar Morph2022-05-131-4/+4
| * | | | command_generator: Use u8 for tap index lutGravatar Morph2022-05-131-8/+8
* | | | | Merge pull request #8339 from Docteh/about_iconGravatar bunnei2022-05-293-3/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | about dialog: Fix the logo in a multiplatform wayGravatar Kyle K2022-05-163-3/+19
| |/ / /
* | | | Merge pull request #8385 from lat9nq/just-subsys-winGravatar Mai M2022-05-281-1/+1
|\ \ \ \
| * | | | yuzu-qt: Call -Wl,--subsystem,windows directlyGravatar lat9nq2022-05-281-1/+1
* | | | | Merge pull request #8374 from german77/asnycvibrationsGravatar bunnei2022-05-284-7/+63
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | input_common: Make vibration request asyncGravatar Narr the Reg2022-05-234-7/+63
| | |_|/ | |/| |
* | | | Merge pull request #8372 from german77/touchGravatar bunnei2022-05-278-92/+140
|\ \ \ \
| * | | | input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772022-05-238-92/+140
| |/ / /
* | | | Merge pull request #8381 from lat9nq/path-util-pointer-boolGravatar Mai M2022-05-261-3/+1
|\ \ \ \
| * | | | path_util: Resolve `-Wpointer-bool-conversion` warningGravatar lat9nq2022-05-261-3/+1
|/ / / /
* | | | Merge pull request #8379 from lat9nq/amd-push-desc-workaroundGravatar bunnei2022-05-251-0/+11
|\ \ \ \
| * | | | vulkan_device: Block AMDVLK's VK_KHR_push_descriptorGravatar lat9nq2022-05-251-0/+11
| |/ / /
* | | | Merge pull request #8369 from lat9nq/amd-wmel-workaroundGravatar bunnei2022-05-251-1/+6
|\ \ \ \
| * | | | vulkan_device: Workaround extension bugGravatar lat9nq2022-05-251-1/+6
* | | | | Merge pull request #8311 from asLody/fix-stencil-facesGravatar bunnei2022-05-241-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |