summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* buffer_cache: avoid overflow in usage tracker (#13166)Gravatar liamwhite2024-02-271-0/+6
|
* texture_cache: use two-pass collection for costly load resources (#13096)Gravatar liamwhite2024-02-271-7/+23
|
* Merge pull request #13172 from liamwhite/gl-streamsGravatar Narr the Reg2024-02-261-0/+1
|\ | | | | renderer_opengl: declare geometry stream support in profile
| * renderer_opengl: declare geometry stream support in profileGravatar Liam2024-02-261-0/+1
| |
* | Merge pull request #13159 from liamwhite/web-errorGravatar liamwhite2024-02-2620-45/+494
|\ \ | | | | | | core: enable error applet, add stubs for web applet
| * | settings: enable error appletGravatar Liam2024-02-242-3/+1
| | |
| * | ldn: return no connection from GetStateForMonitorGravatar Liam2024-02-242-5/+9
| | |
| * | ssl: add cert storeGravatar Liam2024-02-245-3/+330
| | |
| * | acc: add account manager for acc:u1Gravatar Liam2024-02-242-9/+16
| | |
| * | fs: add stubs for online web appletGravatar Liam2024-02-242-9/+79
| | |
| * | erpt: stub report creationGravatar Liam2024-02-241-6/+34
| | |
| * | set: add GetPlatformRegionGravatar Liam2024-02-246-10/+25
| | |
* | | settings: remove global override for smash on amdvlkGravatar Liam2024-02-263-36/+3
| | |
* | | video_core: make gpu context aware of rendering programGravatar Liam2024-02-2610-18/+38
| |/ |/|
* | Merge pull request #13163 from german77/ringGravatar liamwhite2024-02-251-3/+2
|\ \ | | | | | | core: hid: hid_core doesn't have access to LIBUSB
| * | core: hid: hid_core doesn't have access to LIBUSBGravatar german772024-02-251-3/+2
| |/
* | Merge pull request #13154 from german77/vibration-filterGravatar liamwhite2024-02-254-2/+23
|\ \ | | | | | | core: hid: Reintroduce vibration filter
| * | core: hid: Reintroduce vibration filterGravatar german772024-02-244-2/+23
| | |
* | | glue: load initial year setting as s32Gravatar Liam2024-02-241-3/+4
| |/ |/|
* | service: set: Fix GetSettingsItemValueGravatar german772024-02-243-22/+19
| |
* | Merge pull request #13153 from german77/defaultsetGravatar liamwhite2024-02-242-1/+5
|\| | | | | service: set: Enable nfc and others by default and bump version
| * service: set: Enable nfc and others by default and bump versionGravatar german772024-02-242-1/+5
| |
* | Merge pull request #13081 from FearlessTobi/aoc-ipcGravatar liamwhite2024-02-248-388/+376
|\ \ | | | | | | aoc: Migrate to use cmif serialization
| * | aoc: Rename AOC_U to IAddOnContentManagerGravatar FearlessTobi2024-02-235-36/+40
| | |
| * | aoc: Migrate to use cmif serializationGravatar FearlessTobi2024-02-194-157/+109
| | |
| * | core/aoc: Move IPurchaseEventManager to separate fileGravatar FearlessTobi2024-02-194-78/+110
| | |
* | | set: fix region code for system settingsGravatar Liam2024-02-241-0/+3
| |/ |/|
* | Merge pull request #13142 from t895/vibration-queueGravatar liamwhite2024-02-244-17/+44
|\ \ | | | | | | android: Play vibrations asynchronously
| * | android: Play vibrations asynchronouslyGravatar t8952024-02-234-17/+44
| | |
* | | Merge pull request #13146 from wheremyfoodat/patch-1Gravatar liamwhite2024-02-231-0/+1
|\ \ \ | | | | | | | | common/ring_buffer: Include <limits> header
| * | | common/ring_buffer: Include <limits> headerGravatar wheremyfoodat2024-02-241-0/+1
| |/ /
* | | service: audio: Add missing logging properties of SetHeadphoneOutputLevelModeGravatar Narr the Reg2024-02-231-1/+1
| | |
* | | service: btdrv: Add EnableRadio for QlaunchGravatar Narr the Reg2024-02-231-13/+19
| | |
* | | service: friend: Add GetFriendCount, GetNewlyFriendCount, ↵Gravatar Narr the Reg2024-02-231-26/+65
| | | | | | | | | | | | GetReceivedFriendRequestCount, GetPlayHistoryStatistics, GetReceivedFriendInvitationCountCache for QLaunch
* | | service: hid: Add IsAnyCustomButtonConfigEnabled for QLaunchGravatar Narr the Reg2024-02-232-1/+12
| | |
* | | service: lbl: Add SaveCurrentSetting, LoadCurrentSetting and ↵Gravatar Narr the Reg2024-02-231-4/+27
| | | | | | | | | | | | IsAutoBrightnessControlSupported for QLaunch
* | | service: nfc: Implement SetNfcEnabledGravatar Narr the Reg2024-02-235-8/+39
| | |
* | | service: npns: Add ListenTo and GetReceiveEvent for QLaunchGravatar Narr the Reg2024-02-231-8/+34
| | |
* | | service: set: Add default eula settingGravatar Narr the Reg2024-02-232-2/+12
|/ /
* | Merge pull request #13141 from liamwhite/swapGravatar liamwhite2024-02-232-2/+2
|\ \ | | | | | | fs: fix argument order
| * | fs: fix argument orderGravatar Liam2024-02-232-2/+2
| | |
* | | fs: add ISaveDataTransferProhibiter, stub FindSaveDataWithFilterGravatar Liam2024-02-236-2/+68
|/ /
* | Merge pull request #13133 from liamwhite/libstdcxx-issueGravatar liamwhite2024-02-231-1/+2
|\ \ | | | | | | vi: workaround conductor includes
| * | vi: workaround conductor includesGravatar Liam2024-02-231-1/+2
| | |
* | | Merge pull request #13115 from liamwhite/olsc-pctlGravatar liamwhite2024-02-2325-828/+1187
|\ \ \ | | | | | | | | olsc, pctl: move to new ipc
| * | | pctl: rewrite IParentalControlServiceGravatar Liam2024-02-212-199/+204
| | | |
| * | | pctl: rewrite IParentalControlServiceFactoryGravatar Liam2024-02-212-20/+26
| | | |
| * | | pctl: move IParentalControlServiceFactoryGravatar Liam2024-02-218-112/+87
| | | |
| * | | pctl: move IParentalControlServiceGravatar Liam2024-02-214-467/+518
| | | |
| * | | pctl: move types and resultsGravatar Liam2024-02-215-67/+88
| | | |