summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* settings: Store list of disabled add-ons per title IDGravatar Zach Hilman2018-12-031-0/+5
* Merge pull request #1835 from lioncash/cache-globalGravatar bunnei2018-12-036-31/+17
|\
| * filesystem: De-globalize registered_cache_unionGravatar Lioncash2018-12-016-31/+17
* | Merge pull request #1803 from DarkLordZach/k-able-eventGravatar bunnei2018-12-0333-236/+397
|\ \
| * | hle_ipc: Refactor SleepClientThread to avoid ReadableEventGravatar Zach Hilman2018-11-299-14/+14
| * | kernel/event: Reference ReadableEvent from WritableEventGravatar Zach Hilman2018-11-2930-311/+169
| * | core: Port all current usages of Event to Readable/WritableEventGravatar Zach Hilman2018-11-2925-153/+274
| * | hle_ipc: Use event pair for SleepClientThreadGravatar Zach Hilman2018-11-292-19/+22
| * | kernel: Add named event tableGravatar Zach Hilman2018-11-292-0/+30
| * | kernel: Divide Event into ReadableEvent and WritableEventGravatar Zach Hilman2018-11-296-61/+210
| * | kernel/object: Add descriptions to ResetTypesGravatar Zach Hilman2018-11-291-3/+3
* | | Merge pull request #1833 from lioncash/cleanGravatar bunnei2018-12-035-5/+97
|\ \ \
| * | | file_sys: Override missing mutating functions to be stubbed out for ReadOnlyV...Gravatar Lioncash2018-11-302-0/+25
| * | | service/fsp_srv: Implement CleanDirectoryRecursivelyGravatar Lioncash2018-11-305-5/+72
* | | | Merge pull request #1839 from lioncash/initGravatar bunnei2018-12-031-2/+2
|\ \ \ \
| * | | | service/audio/audout_u: Amend constructor initialization list orderGravatar Lioncash2018-12-011-2/+2
| | |_|/ | |/| |
* | | | Merge pull request #1841 from ogniK5377/npad-mode-fixGravatar bunnei2018-12-031-2/+3
|\ \ \ \
| * | | | Fixed crash with SetNpadModeGravatar David Marcec2018-12-031-2/+3
* | | | | service/usb: Update function tableGravatar Lioncash2018-12-021-1/+1
* | | | | service/erpt: Update function tableGravatar Lioncash2018-12-021-5/+7
|/ / / /
* | | | Merge pull request #1830 from Subv/vi_ubGravatar bunnei2018-12-011-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Services/VI: Dereferencing an uninitialized std::optional is undefined behavior.Gravatar Subv2018-11-301-0/+2
| | |/ | |/|
* | | Fix debug buildGravatar Lioncash2018-12-011-1/+1
| |/ |/|
* | service/set: Convert GetLanguageCode over to using PushEnum()Gravatar Lioncash2018-11-301-1/+1
* | service/set: Implement MakeLanguageCodeGravatar Lioncash2018-11-302-1/+19
|/
* Merge pull request #1801 from ogniK5377/log-before-executeGravatar bunnei2018-11-2951-390/+860
|\
| * Added comment on Main memory size for more clarityGravatar David Marcec2018-11-271-0/+1
| * Made svcSetHeapSize and svcCreateSharedMemory more readableGravatar David Marcec2018-11-271-4/+4
| * Reworked svcs slightly, improved error messages in AM and fsp_srvGravatar David Marcec2018-11-273-20/+30
| * Fixed hwopus compile errorGravatar David Marcec2018-11-261-1/+1
| * Improved error messages in AM, HwOpus and NvMapGravatar David Marcec2018-11-263-26/+39
| * Improved error messages for SVCsGravatar David Marcec2018-11-261-76/+170
| * Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-2651-374/+726
* | Merge pull request #1817 from DarkLordZach/npad-idx-fixGravatar bunnei2018-11-281-2/+2
|\ \
| * | npad: Use NPadIdToIndex to prevent invalid array accessGravatar Zach Hilman2018-11-281-2/+2
* | | Merge pull request #1792 from bunnei/dma-pusherGravatar bunnei2018-11-281-5/+10
|\ \ \
| * | | dma_pushbuffer: Optimize to avoid loop and copy on Push.Gravatar bunnei2018-11-271-8/+6
| * | | gpu: Rewrite GPU command list processing with DmaPusher class.Gravatar bunnei2018-11-261-3/+10
* | | | Merge pull request #1814 from lioncash/ptrGravatar bunnei2018-11-272-28/+26
|\ \ \ \
| * | | | file_sys/registered_cache: Remove unused <map> includeGravatar Lioncash2018-11-271-1/+0
| * | | | file_sys/registered_cache: Use regular const references instead of std::share...Gravatar Lioncash2018-11-272-27/+26
* | | | | npad: Fix copy/paste error with LED position assignmentsGravatar Zach Hilman2018-11-271-3/+3
* | | | | Merge pull request #1802 from DarkLordZach/user-data-storageGravatar bunnei2018-11-273-17/+19
|\ \ \ \ \
| * | | | | profile_manager: Save and load ProfileData from diskGravatar Zach Hilman2018-11-263-17/+19
* | | | | | control_metadata: Correct typo in language name (Portugese -> Portuguese)Gravatar Lioncash2018-11-271-7/+17
| |/ / / / |/| | | |
* | | | | Merge pull request #1804 from lioncash/castGravatar bunnei2018-11-261-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | gdbstub: Silence value truncation warning within FpuWrite()Gravatar Lioncash2018-11-261-1/+1
| | |/ / | |/| |
* | | | svc: Implement svcSetResourceLimitLimitValue()Gravatar Lioncash2018-11-261-1/+36
* | | | svc: Implement svcGetResourceLimitCurrentValue()Gravatar Lioncash2018-11-261-16/+49
* | | | svc: Implement svcGetResourceLimitLimitValue()Gravatar Lioncash2018-11-262-2/+33