summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #8402 from liamwhite/better-stepGravatar Morph2022-06-0113-122/+239
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | core/debugger: Improved stepping mechanism and misc fixesGravatar Liam2022-06-0113-122/+239
* | | | | 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-0119-26/+1422
|/ / /
* | | 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-291-4/+3
|\ \ \ \
| * | | | time_zone_manager: Use s8 for month length tablesGravatar Morph2022-05-131-4/+3
* | | | | Merge pull request #8374 from german77/asnycvibrationsGravatar bunnei2022-05-281-5/+29
|\ \ \ \ \
| * | | | | input_common: Make vibration request asyncGravatar Narr the Reg2022-05-231-5/+29
| | |/ / / | |/| | |
* / | | | input_common: touch: Rewrite touch driver to support multiple touch pointsGravatar german772022-05-233-5/+20
|/ / / /
* / / / general: Avoid ambiguous format_to compilation errorsGravatar Lioncash2022-05-141-1/+1
|/ / /
* | | service: hid: Fix motion refresh rateGravatar Narr the Reg2022-05-062-2/+6
* | | service: hid: Disable correctly motion inputGravatar german772022-05-061-50/+41
|/ /
* | hle/result: Update std::expected replacement messageGravatar Morph2022-05-031-1/+1
* | hle/result: Add ResultRange overload in ResultValGravatar Morph2022-05-031-1/+3
* | Merge pull request #8272 from german77/stick_rangeGravatar bunnei2022-05-031-2/+2
|\ \
| * | yuzu: Config allow to delete single axis directions when buttons are mapped t...Gravatar Narr the Reg2022-04-261-2/+2
* | | hle/result: Implement ResultRangeGravatar Morph2022-05-021-0/+42
* | | Merge pull request #8274 from german77/firmwareGravatar Morph2022-04-292-1/+21
|\ \ \
| * | | service: hid: Stub IsFirmwareUpdateNeededForNotificationGravatar german772022-04-272-1/+21
| |/ /
* | | chore: add missing SPDX tagsGravatar Andrea Pappacoda2022-04-283-25/+8
* | | Merge pull request #8229 from german77/reinterpret2Gravatar bunnei2022-04-2722-386/+429
|\ \ \ | |/ / |/| |
| * | service: hid: Ensure all structs are initializedGravatar Narr the Reg2022-04-2316-104/+105
| * | service: hid: Access shared memory directlyGravatar Narr the Reg2022-04-2321-305/+347
* | | Merge pull request #8261 from liamwhite/jit-cleanupGravatar Mai M2022-04-243-132/+225
|\ \ \
| * | | service: jit: document and clean upGravatar Liam2022-04-243-132/+225
| |/ /
* | | Merge pull request #8260 from Morph1984/c4146Gravatar Mai M2022-04-241-1/+1
|\ \ \
| * | | kernel: svc: Replace -1ULL with 0xFFFFFFFFFFFFFFFFGravatar Morph2022-04-241-1/+1
| |/ /
* / / Remove unused PrepareReschedule functionGravatar Merry2022-04-247-20/+0
|/ /
* | general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-23708-2224/+1427
* | Merge pull request #7976 from BytesGalore/masterGravatar bunnei2022-04-221-1/+2
|\ \
| * | loader: log the type of mismatching file-extensionGravatar BytesGalore2022-03-031-1/+2
* | | Merge pull request #8222 from german77/sixaxis_testGravatar bunnei2022-04-216-99/+363
|\ \ \
| * | | service: hid: Improve accuracy of sixaxis functionsGravatar Narr the Reg2022-04-186-99/+363
* | | | core/arm: separate backtrace collectionGravatar Liam2022-04-206-90/+98
|/ / /
* | | Merge pull request #6558 from german77/ringcon2Gravatar Fernando S2022-04-1616-26/+1748
|\ \ \
| * | | yuzu: Add custom ringcon configurationGravatar german772022-04-167-64/+133
| * | | hidbus: Implement hidbus and ringconGravatar german772022-04-1614-26/+1679
* | | | Merge pull request #8188 from merryhime/jit-race-page-table-changedGravatar bunnei2022-04-164-57/+84
|\ \ \ \ | |/ / / |/| | |
| * | | dynarmic: Fix race when switching page tablesGravatar merry2022-04-104-57/+84