summaryrefslogtreecommitdiff
path: root/src (follow)
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-0115-122/+247
|\ \ | |/ |/|
| * core/debugger: Improved stepping mechanism and misc fixesGravatar Liam2022-06-0115-122/+247
* | 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
| | |/ | |/|
* / | gdbstub: Explicitly cast return type to u8Gravatar Morph2022-06-011-2/+2
|/ /
* | core/debugger: Implement new GDB stub debuggerGravatar Liam2022-06-0127-42/+1500
* | 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 #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-292-3/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | about dialog: Fix the logo in a multiplatform wayGravatar Kyle K2022-05-162-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
| |/ /
* | | 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
|\ \ \ \ | |_|/ / |/| | |
| * | | vk_rasterizer: fix stencil test when two faces are disabledGravatar Lody2022-05-061-2/+2
* | | | Merge pull request #8342 from lat9nq/clang-latest-stdc++Gravatar liamwhite2022-05-204-16/+25
|\ \ \ \ | |_|/ / |/| | |
| * | | qt_software_keyboard: Address review feedbackGravatar lat9nq2022-05-161-14/+14
| * | | main: Use Common::U16StringFromBufferGravatar lat9nq2022-05-151-2/+4
| * | | qt_software_keyboard: Use Common::U16StringFromBufferGravatar lat9nq2022-05-151-14/+15
| * | | string_util: Add U16StringFromBufferGravatar lat9nq2022-05-152-0/+6
* | | | video_core: Support new VkResultGravatar Alexandre Bouvier2022-05-171-0/+2
|/ / /
* | / general: Avoid ambiguous format_to compilation errorsGravatar Lioncash2022-05-143-3/+3
| |/ |/|
* | Merge pull request #8308 from german77/disablesixGravatar Morph2022-05-112-52/+47
|\ \