summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | arp: Move to glue servicesGravatar Zach Hilman2019-06-242-91/+0
* | | glue: Add manager to keep track of application registryGravatar Zach Hilman2019-06-242-0/+119
|/ /
* | Merge pull request #2602 from lioncash/castGravatar bunnei2019-06-211-3/+3
|\ \
| * | service/acc: Silence truncation warningsGravatar Lioncash2019-06-211-3/+3
* | | Merge pull request #2575 from DarkLordZach/process-id-typesGravatar bunnei2019-06-214-8/+25
|\ \ \
| * | | kernel: Differentiate kernel and user processes when picking IDGravatar Zach Hilman2019-06-104-8/+25
| | |/ | |/|
* | | Merge pull request #2482 from DarkLordZach/prepoGravatar bunnei2019-06-219-44/+102
|\ \ \ | |_|/ |/| |
| * | loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-263-6/+7
| * | prepo: Save reports from PlayReport serviceGravatar Zach Hilman2019-05-251-2/+23
| * | fatal: Save report on fatal:u callGravatar Zach Hilman2019-05-251-21/+5
| * | service: Save report on unimplemented function callGravatar Zach Hilman2019-05-251-0/+3
| * | applets/error: Save report on error appletGravatar Zach Hilman2019-05-251-5/+14
| * | applets: Save report on stubbed appletGravatar Zach Hilman2019-05-254-15/+49
| * | svc: Save report on call to svcBreakGravatar Zach Hilman2019-05-251-1/+7
* | | Revert PR 2590.Gravatar Fernando Sahmkow2019-06-191-1/+1
* | | Merge pull request #2590 from lioncash/eventGravatar bunnei2019-06-191-1/+1
|\ \ \
| * | | service/audio/audren_u: Correct event reset type for the system eventGravatar Lioncash2019-06-181-1/+1
* | | | Addressed issuesGravatar David Marcec2019-06-173-8/+13
* | | | Signalled accumulated_suspended_tick_changed_event on creation based on REGravatar David Marcec2019-06-161-0/+1
* | | | CleanupGravatar David Marcec2019-06-1611-29/+38
* | | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part...Gravatar David Marcec2019-06-166-7/+72
* | | | Merge pull request #2581 from lioncash/hexGravatar Zach Hilman2019-06-152-7/+7
|\ \ \ \
| * | | | common/hex_util: Combine HexVectorToString() and HexArrayToString()Gravatar Lioncash2019-06-122-7/+7
| | |_|/ | |/| |
* / | | kernel/vm_manager: Remove redundant Reset call in destructorGravatar Lioncash2019-06-121-3/+1
|/ / /
* | | Merge pull request #2571 from lioncash/refGravatar Zach Hilman2019-06-092-2/+2
|\ \ \
| * | | kernel/process: Make Create()'s name parameter be taken by valueGravatar Lioncash2019-06-092-2/+2
| |/ /
* | | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithou...Gravatar Lioncash2019-06-093-2/+42
* | | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()Gravatar Lioncash2019-06-093-6/+6
* | | kernel/svc: Remove duplicate enum entry in svcGetInfo()Gravatar Lioncash2019-06-091-2/+1
|/ /
* | constants: Extract backup JPEG used by account servicesGravatar Zach Hilman2019-06-071-16/+4
* | Merge pull request #2549 from lioncash/headerGravatar Zach Hilman2019-06-061-1/+0
|\ \
| * | kernel/process: Remove unused boost header includeGravatar Lioncash2019-06-051-1/+0
* | | Merge pull request #2551 from lioncash/dtorGravatar bunnei2019-06-061-9/+9
|\ \ \
| * | | service/ns: Add missing override specifiersGravatar Lioncash2019-06-051-9/+9
* | | | Merge pull request #2419 from DarkLordZach/srv-lr-ifaceGravatar bunnei2019-06-051-3/+77
|\ \ \ \ | |/ / / |/| | |
| * | | ncm: Implement LR OpenAddOnContentLocationResolver (2)Gravatar Zach Hilman2019-05-261-24/+21
| * | | ncm: Implement LR OpenRegisteredLocationResolver (1)Gravatar Zach Hilman2019-05-261-0/+27
| * | | ncm: Implement LR OpenLocationResolver (0)Gravatar Zach Hilman2019-05-261-0/+50
* | | | Merge pull request #2526 from lioncash/globalGravatar Zach Hilman2019-06-052-5/+37
|\ \ \ \
| * | | | core/core: Remove unnecessary includesGravatar Lioncash2019-05-292-5/+37
| |/ / /
* | | | Merge pull request #2545 from lioncash/timingGravatar Zach Hilman2019-06-053-7/+9
|\ \ \ \
| * | | | core/core_timing_util: Amend casing of cyclesTo* functionsGravatar Lioncash2019-06-042-3/+3
| * | | | core/core_timing_util: Use std::chrono types for specifying time unitsGravatar Lioncash2019-06-043-7/+9
| | |/ / | |/| |
* | | | Merge pull request #2510 from SciresM/desired_languageGravatar Zach Hilman2019-06-057-402/+1073
|\ \ \ \ | |/ / / |/| | |
| * | | Fix bitmask logic inversionGravatar Michael Scire2019-05-231-2/+1
| * | | fix introduced clang-format errorsGravatar Michael Scire2019-05-231-3/+2
| * | | Address review commentsGravatar Michael Scire2019-05-235-45/+118
| * | | clang-format fixesGravatar Michael Scire2019-05-234-31/+32
| * | | Implement IApplicationFunctions::GetDesiredLanguageGravatar Michael Scire2019-05-236-403/+1002
* | | | Merge pull request #1931 from DarkLordZach/mii-database-1Gravatar bunnei2019-05-308-104/+1051
|\ \ \ \ | |_|/ / |/| | |