summaryrefslogtreecommitdiff
path: root/src/core/hle (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-10service: hid: Improve CreateAppletResource implementation and free resourcesGravatar german776-13/+149
2023-12-09sm:: fix tipc deserializationGravatar Liam2-7/+25
2023-12-09ro: add separate ro serviceGravatar Liam8-634/+1141
2023-12-09fbshare: set external format correctlyGravatar Liam1-0/+1
2023-12-09fs: don't enumerate hidden savedata size fileGravatar Liam1-1/+7
2023-12-09service: populate pid and handle table from clientGravatar Liam3-13/+19
2023-12-09service: use interface factory in server managerGravatar Liam5-23/+37
2023-12-08kernel: fix single coreGravatar Liam1-1/+1
2023-12-07kernel: implement light IPCGravatar Liam17-20/+807
2023-12-06service: hid: Introduce proper AppletResource emulationGravatar Narr the Reg9-13/+524
2023-12-06kernel: implement remaining IPC syscallsGravatar Liam6-105/+244
2023-12-04core: refactor emulated cpu core activationGravatar Liam19-1786/+1894
2023-12-01service: nfc: Don't tag amiibos as corrupted if they are loaded as read onlyGravatar Narr the Reg1-5/+5
2023-11-27set: don't load version nca with null romfsGravatar Liam1-1/+3
2023-11-27Fixed controller applet crashing when on FW17+Gravatar FrozenAra4-3/+30
2023-11-26general: fix mac compileGravatar Liam1-1/+1
2023-11-25service: nfc: Validate mii dataGravatar german774-34/+39
2023-11-25service: am: Create random mii for cabinet appletGravatar german771-1/+2
2023-11-25time: undef GetCurrentTime for WindowsGravatar Liam1-0/+5
2023-11-25Address more review commentsGravatar GPUCode1-9/+2
2023-11-25core: Define HAS_NCE macroGravatar GPUCode5-5/+14
2023-11-25Address some review commentsGravatar GPUCode2-4/+2
2023-11-25arm: Implement native code execution backendGravatar Liam6-3/+60
2023-11-25kernel: Manually specify aslr region startGravatar Liam5-15/+20
2023-11-25core: Respect memory permissions in MapGravatar GPUCode1-3/+29
2023-11-24yuzu: Display firmware versionGravatar Narr the Reg2-31/+59
2023-11-20service: hid: Create appropriate hid resourcesGravatar Narr the Reg29-1339/+1577
2023-11-21Stub CheckBlockedUserListAvailabilityGravatar daisymlleung1-1/+12
2023-11-20service: hid: Ensure resource manager is initializedGravatar Squall-Leonhart1-1/+1
2023-11-19Implemented qlaunch version of the controller appletGravatar FrozenAra12-73/+539
2023-11-16service: hid: Introduce firmware settings and update activate controller callsGravatar Narr the Reg11-54/+293
2023-11-16service: hid: Implement xpad callsGravatar Narr the Reg2-36/+139
2023-11-15service: hid: Split hid.cpp into individual interfacesGravatar Narr the Reg11-3055/+3252
2023-11-14fix apple clang build againGravatar Liam1-2/+2
2023-11-11core: hid: Split SL and SR buttonsGravatar german771-2/+4
2023-11-11k_capabilities: ignore map region when KTrace is disabledGravatar Liam1-0/+3
2023-11-11service: irs: Implement moment image processorGravatar Narr the Reg6-17/+169
2023-11-10k_page_table: fix shutdownGravatar Liam1-7/+0
2023-11-10k_page_table: use more precise icache invalidatesGravatar Liam1-4/+9
2023-11-10kernel: add KPageTableBaseGravatar Liam26-4811/+7111
2023-11-05service: am: Set the correct album program idGravatar german771-2/+2
2023-11-05yuzu: Only store games in the recently played listGravatar german771-0/+24
2023-11-05service: acc: Ensure proper profile sizeGravatar german771-9/+47
2023-11-03service: hid: Silence EnableUnintendedHomeButtonInputProtectionGravatar german771-7/+5
2023-11-02service: hid: Ensure GetNextEntryIndex can't failGravatar german771-3/+3
2023-11-02core: hid: Fix wrong battery valuesGravatar german771-3/+3
2023-10-31romfs: fix extraction of single-directory rootGravatar Liam1-2/+1
2023-10-31service: am: Add support for LLE Software Keyboard AppletGravatar Dzmitry Dubrova2-2/+80
2023-10-29nvnflinger: implement consumer abandonmentGravatar Liam8-21/+60
2023-10-29nvnflinger: use graphic buffer lifetime for map handleGravatar Liam11-37/+70