summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs: return result on null outputsGravatar Liam2023-08-081-4/+24
* general: fix incorrect conversionsGravatar Liam2023-08-084-5/+5
* ssl: remove ResultVal useGravatar Liam2023-08-087-124/+127
* core: remove ResultVal typeGravatar Liam2023-08-0826-428/+346
* Merge pull request #11217 from german77/olscGravatar liamwhite2023-08-071-6/+152
|\
| * service: olsc: Implement IOlscServiceForSystemService ITransferTaskListContro...Gravatar german772023-08-051-6/+152
* | Merge pull request #11221 from german77/pctlGravatar liamwhite2023-08-071-18/+134
|\ \
| * | service: pctl: Implement functions needed for QLaunchGravatar german772023-08-051-18/+134
| |/
* | service: audctl: Stub functions needed by QlaunchGravatar german772023-08-052-4/+64
* | Merge pull request #11210 from german77/settingsGravatar liamwhite2023-08-055-119/+723
|\ \
| * | service: set: Add more system settings and address commentsGravatar Narr the Reg2023-08-042-7/+100
| * | service: set: Implement system settings for QlaunchGravatar Narr the Reg2023-08-025-114/+625
| |/
* / service: am: Fix wrong interfaceGravatar Narr the Reg2023-08-023-3/+55
|/
* Merge pull request #10839 from lat9nq/pgc-plusGravatar liamwhite2023-08-026-12/+31
|\
| * k_system_control: Always return some memory sizeGravatar lat9nq2023-07-211-0/+2
| * core,common: Give memory layout setting an enumGravatar lat9nq2023-07-211-4/+16
| * settings: Require time zone setting value for stirngGravatar lat9nq2023-07-211-1/+2
| * configure_system: Implement with for loopGravatar lat9nq2023-07-212-5/+7
| * settings,core,config_sys: Remove optional type from custom_rtc, rng_seedGravatar lat9nq2023-07-212-2/+4
* | audren_u: Fix parameter alignmentGravatar Morph2023-07-311-2/+3
* | tz_content_man: Generate the time zone binary onceGravatar lat9nq2023-07-302-8/+11
* | Merge pull request #10990 from comex/ubsanGravatar liamwhite2023-07-264-6/+8
|\ \
| * | Fixes and workarounds to make UBSan happier on macOSGravatar comex2023-07-154-6/+8
* | | Merge pull request #11095 from liamwhite/memory2Gravatar liamwhite2023-07-242-14/+8
|\ \ \
| * | | core: reduce TOCTTOU memory accessGravatar Liam2023-07-222-14/+8
* | | | core: implement GetGaiStringErrorRequest, IContextRegistrarGravatar Liam2023-07-2210-5/+115
|/ / /
* | | Merge pull request #11094 from liamwhite/getGravatar liamwhite2023-07-2220-158/+85
|\ \ \
| * | | kernel: reduce page table region checkingGravatar Liam2023-07-147-85/+21
| * | | k_process: PageTable -> GetPageTableGravatar Liam2023-07-1419-75/+66
| |/ /
* | | Merge pull request #11113 from liamwhite/nsd1Gravatar bunnei2023-07-212-1/+17
|\ \ \
| * | | nsd: add GetApplicationServerEnvironmentTypeGravatar Liam2023-07-172-1/+17
* | | | core: remove remaining uses of dynamic_castGravatar Liam2023-07-211-2/+6
| |_|/ |/| |
* | | Merge pull request #11096 from german77/amiiboooGravatar liamwhite2023-07-217-54/+143
|\ \ \
| * | | service: nfc: Update Implementation to match with latest REGravatar Narr the Reg2023-07-177-54/+143
| | |/ | |/|
* | | Merge pull request #11116 from lat9nq/clang-shadowingGravatar liamwhite2023-07-192-5/+5
|\ \ \
| * | | general: Silence -Wshadow{,-uncaptured-local} warningsGravatar lat9nq2023-07-182-5/+5
* | | | Merge pull request #11114 from Kelebek1/warningsGravatar liamwhite2023-07-191-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Debug SetIdleTimeDetectionExtensionGravatar Kelebek12023-07-181-2/+2
| |/ /
* | | ssl: Link with crypt32 for secure channel backendGravatar Morph2023-07-171-0/+1
* | | ssl: Reorder inclusionsGravatar Morph2023-07-175-24/+27
* | | network: Forward declarationsGravatar Morph2023-07-172-3/+5
| |/ |/|
* | Merge pull request #10912 from comex/sslGravatar liamwhite2023-07-1615-205/+2072
|\ \ | |/ |/|
| * Rename variables to avoid -Wshadow warnings under GCCGravatar comex2023-07-011-5/+5
| * ...actually add the SecureTransport backend to Git.Gravatar comex2023-07-011-0/+219
| * Updates:Gravatar comex2023-07-015-207/+268
| * Merge remote-tracking branch 'origin/master' into sslGravatar comex2023-07-0158-436/+417
| |\
| * | PR feedback + constificationGravatar comex2023-06-258-60/+62
| * | re-formatGravatar comex2023-06-251-4/+5
| * | Fix more Windows build errorsGravatar comex2023-06-252-23/+30
| * | ssl: fix compatibility with OpenSSL 1.1.1Gravatar comex2023-06-251-1/+10