summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert Coretiming PRs 8531 and 7454 (#8591)Gravatar Maide2022-07-272-109/+67
* Merge pull request #8636 from german77/irs_cluster_releaseGravatar liamwhite2022-07-275-6/+321
|\
| * Address commentsGravatar Narr the Reg2022-07-251-16/+16
| * fix compiler errorsGravatar german772022-07-242-12/+14
| * service: irs: Implement clustering processorGravatar german772022-07-245-6/+319
* | Merge pull request #8633 from Morph1984/optional-keysGravatar liamwhite2022-07-272-0/+8
|\ \
| * | applet/swkbd: Implement optional symbol keysGravatar Morph2022-07-242-0/+8
* | | chore: make yuzu REUSE compliantGravatar Andrea Pappacoda2022-07-2724-69/+49
* | | network, yuzu: Make copyright headers SPDX-compliantGravatar FearlessTobi2022-07-252-6/+4
* | | network: Move global state into a seperate classGravatar FearlessTobi2022-07-254-10/+34
* | | common: multiplayer: Use GameInfo typeGravatar german772022-07-251-4/+4
* | | Address second part of review commentsGravatar FearlessTobi2022-07-251-3/+2
* | | Address first part of review commentsGravatar FearlessTobi2022-07-251-5/+5
* | | core: Fix -Wunused-variableGravatar FearlessTobi2022-07-251-1/+3
* | | common, core: fix -Wmissing-field-initializersGravatar FearlessTobi2022-07-251-3/+3
* | | yuzu: Add ui files for multiplayer roomsGravatar FearlessTobi2022-07-2514-19/+298
* | | Merge pull request #8549 from liamwhite/kscheduler-scGravatar Morph2022-07-2513-602/+605
|\ \ \ | |_|/ |/| |
| * | kernel: Ensure all uses of disable_count are balancedGravatar Liam2022-07-143-10/+21
| * | kernel: be more careful about initialization path for HLE threadsGravatar Liam2022-07-142-1/+8
| * | kernel: fix single-core preemption pointsGravatar Liam2022-07-146-40/+28
| * | kernel: fix issues with single core modeGravatar Liam2022-07-149-189/+225
| * | kernel: use KScheduler from mesosphereGravatar Liam2022-07-1412-602/+563
* | | yuzu: Add webcam support and rebase to latest masterGravatar Narr the Reg2022-07-233-4/+4
* | | service: irs: Move to IRS namespace and minor fixesGravatar german772022-07-2319-76/+70
* | | service: irs: Split processors and implement ImageTransferProcessorGravatar german772022-07-2318-291/+1091
* | | core: hid: Add cammera supportGravatar german772022-07-236-3/+423
| |/ |/|
* | Project AndioGravatar Kelebek12022-07-2218-764/+923
* | Merge pull request #8598 from Link4565/recv-dontwaitGravatar bunnei2022-07-211-1/+19
|\ \
| * | Enable the use of MSG_DONTWAIT flag on RecvImplGravatar Link45652022-07-161-1/+19
* | | implement resume messageGravatar Gus Caplan2022-07-172-0/+5
* | | Merge pull request #8569 from merryhime/watchpointsGravatar merry2022-07-174-8/+3
|\ \ \
| * | | dynarmic: Abort watchpoints ASAPGravatar Merry2022-07-154-8/+3
| | |/ | |/|
* | | Merge pull request #8508 from yuzu-emu/mc-speed-limitGravatar bunnei2022-07-171-3/+15
|\ \ \
| * | | hle: service: nvflinger: Fix implicit conversion.Gravatar bunnei2022-07-161-1/+4
| * | | yuzu: settings: Remove framerate cap and merge unlocked framerate setting.Gravatar bunnei2022-07-161-8/+10
| * | | hle: service: nvflinger: Factor speed limit into frame time calculation.Gravatar bunnei2022-07-161-1/+8
* | | | Merge pull request #8544 from german77/14dot0Gravatar bunnei2022-07-178-29/+45
|\ \ \ \ | |/ / / |/| | |
| * | | service: fatal: Add function tableGravatar german772022-07-141-1/+7
| * | | service: btdrv,bcat,btm: Update service tables to 14.0.0Gravatar german772022-07-143-4/+13
| * | | service am: Update service tables to 14.0.0Gravatar german772022-07-141-0/+3
| * | | service: ac: Replace intances of ProfileData with UserDataGravatar german772022-07-143-24/+22
* | | | Merge pull request #8594 from liamwhite/skip-wpGravatar bunnei2022-07-162-6/+6
|\ \ \ \
| * | | | core/arm: skip watchpoint checks when reading instructionsGravatar Liam2022-07-152-6/+6
| | |_|/ | |/| |
* | | | Merge pull request #8511 from german77/hbmenuGravatar bunnei2022-07-169-83/+222
|\ \ \ \ | |/ / / |/| | |
| * | | service: nifm: Stub GetInternetConnectionStatusGravatar german772022-06-281-1/+41
| * | | service: ptm: Rewrite PSM and add TSGravatar german772022-06-288-82/+181
* | | | Merge pull request #8588 from merryhime/IBinder-vdestructGravatar Morph2022-07-151-0/+1
|\ \ \ \
| * | | | nvflinger: Polymorphic destructor requried for abstract class IBinderGravatar Merry2022-07-151-0/+1
| | |_|/ | |/| |
* / | | KCodeMemory: Mark virtual methods as overrideGravatar Merry2022-07-151-3/+3
|/ / /
* | | Merge pull request #8510 from german77/vibrationGravatar liamwhite2022-07-141-2/+2
|\ \ \ | |_|/ |/| |