summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/debugger: fix a number of shutdown deadlocksGravatar Liam2022-06-109-7/+72
* core/debugger: support operation in yuzu-cmdGravatar Liam2022-06-103-0/+15
* Merge pull request #8428 from bunnei/nvflinger-fix-timingGravatar bunnei2022-06-083-31/+3
|\
| * hle: service: nvflinger: buffer_queue_consumer: Always free released buffers.Gravatar bunnei2022-06-053-31/+3
* | core/debugger: fix asio write usageGravatar Liam2022-06-061-2/+2
* | core/debugger: fix crash due to incorrect lambda captureGravatar Liam2022-06-061-8/+9
* | Merge pull request #8367 from Docteh/say_win11Gravatar bunnei2022-06-051-1/+26
|\ \
| * | Logging: Report Post Windows 10 2004 versions, like Windows 11Gravatar Kyle K2022-05-281-1/+26
* | | Merge pull request #8426 from liamwhite/elfGravatar bunnei2022-06-055-263/+371
|\ \ \ | |_|/ |/| |
| * | common: consolidate ELF structure definitionsGravatar Liam2022-06-055-263/+371
* | | Merge pull request #8419 from liamwhite/library-listGravatar Mai M2022-06-051-22/+28
|\ \ \
| * | | gdbstub: add missing library list commandGravatar Liam2022-06-031-22/+28
| |/ /
* | | Merge pull request #8395 from german77/ir_stubGravatar bunnei2022-06-042-21/+460
|\ \ \
| * | | service: hid: Improve stub of IRSGravatar Narr the Reg2022-05-312-21/+460
* | | | 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