aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service
AgeCommit message (Collapse)Author
2021-02-07hid: Implement GC controllergerman
2021-02-07Merge pull request #5887 from ogniK5377/lm-fixbunnei
lm: Fix ReadLeb128
2021-02-07Merge pull request #5878 from aleasto/masterMorph
pl_u: Fix read out of bounds
2021-02-07lm: Fix ReadLeb128Chloe Marcec
Fixes assertion on Bloodstained Ritual of the Night. We would over read sometimes, this is fixed by checking if the top bit is set in the first iteration. We also lock the loop off to be only the max size of the type we can fit. Finally we changed an incorrect print of "DEBUG" to "TRACE" to reflect the proper log severity
2021-02-06pl_u: Fix read out of boundsAlessandro Astone
2021-02-06Merge pull request #5326 from german77/hidUpdate1bunnei
HID: Update the HID service to match more closely to switchbrew part 1
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2021-02-05Merge pull request #5867 from ↵bunnei
Morph1984/am-GetHealthWarningDisappearedSystemEvent IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEvent
2021-02-03Add footer types and address commentsgerman
2021-02-03Fix npad struct to match switchbrewgerman
2021-02-03Adds missing controller types and propertiesgerman
2021-02-02Merge pull request #5842 from german77/userfixbunnei
acc: Fix error when second user is selected
2021-02-02IApplicationFunctions: Implement GetHealthWarningDisappearedSystemEventMorph
2021-02-01Merge pull request #5861 from german77/HandheldFixbunnei
hid: Only update motion for npad and prevent over scheduling events
2021-01-31Merge pull request #5859 from Morph1984/nifmbunnei
nifm: Stub GetCurrentNetworkProfile and GetCurrentIpConfigInfo
2021-01-31Merge pull request #5856 from Morph1984/nifm-fix-getappletinfo-stubAmeer J
nifm: Fix GetAppletInfo stub
2021-01-31Merge pull request #5858 from Morph1984/IsGamePlayRecordingSupported-stubbunnei
am/IApplicationFunctions: Stub IsGamePlayRecordingSupported
2021-01-31Only update motion for npad and prevent over scheduling eventsgerman
2021-01-31nifm: Stub GetCurrentIpConfigInfoMorph
- Used by Lets Sing 12
2021-01-31prepo: Stub GetTransmissionStatusMorph
2021-01-31prepo: Stub RequestImmediateTransmissionMorph
- Used by Animal Crossing: New Horizons
2021-01-31nifm: Stub GetCurrentNetworkProfileMorph
- Used by Minecraft Bedrock Edition - Used by Bloons TD 5
2021-01-31nifm: Add several structsMorph
2021-01-31am/IApplicationFunctions: Stub IsGamePlayRecordingSupportedMorph
Used by RetroArch
2021-01-31bsd: Fix EventFd stubMorph
2021-01-30Merge pull request #5855 from Morph1984/bsd-fix-getsockopt-stubbunnei
bsd: Fix GetSockOpt stub
2021-01-31nifm: Fix GetAppletInfo stubMorph
2021-01-31Merge pull request #5851 from ameerj/pop-inv-stubMorph
am: Stub TryPopFromFriendInvitationStorageChannel
2021-01-31bsd: Fix GetSockOpt stubMorph
2021-01-30bsd: Stub EventFdameerj
Used by Family Feud
2021-01-30am: Stub TryPopFromFriendInvitationStorageChannelameerj
Used by Family Feud
2021-01-29Merge pull request #5779 from bunnei/kthread-rewritebunnei
Rewrite KThread to be more accurate
2021-01-30Merge pull request #5838 from german77/prepostubMorph
prepo: Stub GetSystemSessionId
2021-01-29Stub GetSystemSessionIdgerman
2021-01-28Merge pull request #5809 from ogniK5377/FlushAudioOutBuffersbunnei
audout: FlushAudioOutBuffers
2021-01-28core: hle: kernel: Rename Thread to KThread.bunnei
2021-01-28Fix user changing to 0 if validgerman
2021-01-28Merge pull request #5837 from german77/socketstubbunnei
sockets: Stub GetSockOpt
2021-01-28Merge pull request #5840 from Morph1984/prepo-fixLC
prepo: Fix BufferDescriptorX invalid buffer index errors and add New variants of SaveReport
2021-01-28hid: Add static_assert for Parameter sizeMorph
2021-01-28prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of ↵Morph
SaveReport The second input buffer could be optional when prepo/srepo is called, test for the availability of the second buffer prior to reading from it.
2021-01-27Stub GetSockOptgerman
2021-01-27npad: Remove unused device handle parameterMorph
2021-01-26Merge pull request #5812 from german77/StubSixaxisFusionbunnei
HID: Stub Set/Get/Reset SixaxisSensorFusionParameters
2021-01-26Merge pull request #5810 from ogniK5377/stereo-visionbunnei
hle: Implement remaining services for Stereo Vision
2021-01-26Merge pull request #5824 from ogniK5377/IPsmSessionbunnei
psm: IPsmSession
2021-01-25Merge pull request #5774 from ogniK5377/mii-raw-randombunnei
mii: Fix BuildRandomStoreData & Cleanup raw_data
2021-01-25Merge pull request #5771 from ogniK5377/lm-reworkbunnei
lm: Recode LM service