summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * service: aoc: Stub NotifyUnmountAddOnContentGravatar Morph2021-11-042-1/+9
| * service: aoc: Stub NotifyMountAddOnContent and NotifyMountAddOnContentGravatar Morph2021-11-042-0/+21
* | Merge pull request #7282 from ameerj/core-includesGravatar bunnei2021-11-0489-163/+6
|\ \ | |/ |/|
| * core: Fix transitive include build errorsGravatar ameerj2021-11-033-0/+6
| * core: Remove unused includesGravatar ameerj2021-11-0388-164/+1
* | service/acc: Rename Unknown160 to InitializeApplicationInfoV2Gravatar german772021-11-043-3/+3
* | service: acc: Stub acc:u0 '160'Gravatar Morph2021-11-043-0/+9
|/
* svc: Correct WaitSynchronization num_handles param typeGravatar Morph2021-11-022-4/+4
* general: Remove MakeResult helpersGravatar Morph2021-11-0210-60/+41
* hle/result: Amend ResultVal documentationGravatar Morph2021-11-021-12/+10
* hle/result: Reimplement ResultVal using Common::ExpectedGravatar Morph2021-11-021-117/+63
* Merge pull request #7227 from vonchenplus/fix_memory_leak_v2Gravatar bunnei2021-11-015-11/+51
|\
| * Fix dangling kernel objects when exitingGravatar Feng Chen2021-10-272-11/+13
| * Revert PR7009Gravatar Feng Chen2021-10-271-2/+2
| * Fix memory leakGravatar Feng Chen2021-10-274-0/+38
* | Merge pull request #7244 from Morph1984/application-lang-pt-brGravatar bunnei2021-10-292-1/+26
|\ \
| * | ns: language: Add BrazilianPortuguese to ApplicationLanguageGravatar Morph2021-10-282-1/+26
* | | Merge pull request #7240 from Morph1984/resultval-remove-cvGravatar bunnei2021-10-291-2/+2
|\ \ \
| * | | hle/result: Remove cv-qualifiers from Arg in MakeResultGravatar Morph2021-10-281-2/+2
| | |/ | |/|
* | | hle/result: Declare copy/move constructor/assignment as noexceptGravatar Morph2021-10-281-3/+3
* | | hle/result: Add move assignment operator in ResultValGravatar Morph2021-10-281-0/+20
| |/ |/|
* | Merge pull request #7193 from FernandoS27/idleGravatar Morph2021-10-252-0/+22
|\ \ | |/ |/|
| * SVC: Implement svcInfo:IdleTickCountGravatar Fernando Sahmkow2021-10-162-0/+22
* | Fixup channel submit IOCTL syncpoint parametersGravatar Billy Laws2021-10-242-21/+9
* | Merge pull request #7198 from ameerj/settings-chronoGravatar bunnei2021-10-191-6/+7
|\ \
| * | settings: Remove std::chrono usageGravatar ameerj2021-10-171-6/+7
| |/
* | Merge pull request #7173 from Morph1984/invalidate-unmapGravatar bunnei2021-10-171-0/+2
|\ \ | |/ |/|
| * KPageTable: Perform ranged invalidation when unmapping code memoryGravatar Morph2021-10-131-0/+2
* | Merge pull request #7187 from FernandoS27/boy-i-say-boyGravatar bunnei2021-10-152-0/+16
|\ \
| * | NvHost/Core: Address Feedback.Gravatar Fernando Sahmkow2021-10-161-3/+5
| * | Suspend temporallyGravatar FernandoS272021-10-161-1/+2
| * | NVHost_Ctrl: Force wait if the gpu falls behind too long.Gravatar FernandoS272021-10-162-0/+13
| |/
* / service/vi: Stub IHOSBinderDriver::TransactParcel GetBufferHistory (#7184)Gravatar Feng Chen2021-10-151-1/+11
|/
* Merge pull request #7110 from vonchenplus/fix_extract_offline_romefs_errorGravatar Morph2021-10-111-0/+10
|\
| * applets/web: Fallback to loader to get the manual romfs if none is foundGravatar Feng Chen2021-10-111-0/+10
* | kernel: hle_ipc: Foward declare KAutoObjectGravatar Morph2021-10-072-1/+2
* | service: Reduce header include overheadGravatar Morph2021-10-0730-38/+10
* | Merge pull request #7118 from ameerj/vc-gpu-implGravatar Fernando S2021-10-065-52/+36
|\ \
| * | nvflinger: Use jthread and stop_token for VSync threadGravatar ameerj2021-10-032-32/+8
| * | nvhost_ctrl: Refactor usage of gpu.LockSync()Gravatar ameerj2021-10-031-15/+15
| * | gpu: Migrate implementation to the cpp fileGravatar ameerj2021-10-032-5/+13
* | | Merge pull request #7115 from ameerj/log-compileGravatar bunnei2021-10-054-0/+6
|\ \ \
| * | | common/logging: Reduce scope of fmt includeGravatar ameerj2021-10-012-0/+3
| * | | common/logging: Move Log::Entry declaration to a separate headerGravatar ameerj2021-10-012-0/+3
| |/ /
* | | Merge pull request #7103 from Morph1984/service-ctx-eventGravatar bunnei2021-10-0426-271/+367
|\ \ \
| * | | service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-0126-271/+367
* | | | Merge pull request #7091 from vonchenplus/fix_memroy_leakGravatar Ameer J2021-10-045-9/+113
|\ \ \ \
| * | | | Fix KShareMemory object leakGravatar Feng Chen2021-09-294-3/+105
| * | | | Fix KScopedAutoObject object leak when SendSyncRequestGravatar Feng Chen2021-09-251-6/+8
| | |_|/ | |/| |
* | | | service: am: Make use of Exit to exit the currently running applicationGravatar Morph2021-10-011-2/+2
| |/ / |/| |