summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2690 from SciresM/physmem_fixesGravatar Fernando Sahmkow2019-07-148-41/+477
|\
| * Remove unicorn mappings/unmappingsGravatar Michael Scire2019-07-111-19/+0
| * Prevent merging of device mapped memory blocks.Gravatar Michael Scire2019-07-081-0/+5
| * Remove unused member function declarationGravatar Michael Scire2019-07-071-9/+0
| * physmem: add helpers, cleanup logic.Gravatar Michael Scire2019-07-072-171/+170
| * clang-format fixesGravatar Michael Scire2019-07-072-3/+3
| * address review commentaryGravatar Michael Scire2019-07-075-36/+42
| * Implement MapPhysicalMemory/UnmapPhysicalMemoryGravatar Michael Scire2019-07-078-21/+475
* | Clang formatGravatar David Marcec2019-07-131-2/+4
* | "AudioRenderer" thread should have a unique nameGravatar David Marcec2019-07-132-4/+4
* | Merge pull request #2717 from SciresM/unmirror_memoryGravatar bunnei2019-07-112-7/+34
|\ \
| * | Restore memory perms on svcUnmapMemory/UnloadNroGravatar Michael Scire2019-07-112-7/+34
* | | Merge pull request #2723 from lioncash/memGravatar bunnei2019-07-1110-67/+6
|\ \ \
| * | | yuzu: Remove setting for using UnicornGravatar Lioncash2019-07-114-16/+6
| * | | core/arm: Remove obsolete Unicorn memory mappingGravatar Lioncash2019-07-116-51/+0
| |/ /
* | | service/am: Implement IsAutoSleepDisabledGravatar Lioncash2019-07-112-1/+10
* | | service/am: Implement SetAutoSleepDisabledGravatar Lioncash2019-07-112-1/+23
|/ /
* | Merge pull request #2700 from ogniK5377/GetFriendListGravatar bunnei2019-07-101-1/+34
|\ \
| * | IFriendService::GetFriendListGravatar David Marcec2019-07-091-1/+34
* | | Merge pull request #2611 from DarkLordZach/pm-info-cmdGravatar bunnei2019-07-103-16/+116
|\ \ \
| * | | pm: Implement pm:shell and pm:dmnt GetApplicationPidGravatar Zach Hilman2019-06-263-7/+33
| * | | pm: Implement pm:dmnt GetTitlePidGravatar Zach Hilman2019-06-261-7/+36
| * | | pm: Implement pm:info GetTitleIdGravatar Zach Hilman2019-06-261-2/+47
* | | | Merge pull request #2650 from DarkLordZach/mii-iface-verGravatar bunnei2019-07-101-1/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | mii: Implement IDatabaseService SetInterfaceVersionGravatar Zach Hilman2019-07-061-1/+15
* | | | Merge pull request #2657 from ogniK5377/npad-assignmentsGravatar Zach Hilman2019-07-086-3/+100
|\ \ \ \
| * | | | addressed issuesGravatar David Marcec2019-07-081-6/+7
| * | | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignmentGravatar David Marcec2019-07-016-3/+99
* | | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1Gravatar bunnei2019-07-0714-57/+258
|\ \ \ \ \
| * | | | | am: Implement SetCpuBoostMode in terms of APMGravatar Zach Hilman2019-06-285-13/+26
| * | | | | core: Keep instance of APM ControllerGravatar Zach Hilman2019-06-282-0/+20
| * | | | | apm: Implement SetCpuBoostModeGravatar Zach Hilman2019-06-282-0/+14
| * | | | | apm: Add getters for performance config and modeGravatar Zach Hilman2019-06-282-33/+49
| * | | | | apm: Add apm:am serviceGravatar Zach Hilman2019-06-282-11/+9
| * | | | | apm: Add Controller class to manage speed data and applicationGravatar Zach Hilman2019-06-283-0/+140
| | |_|/ / | |/| | |
* | | | | Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-079-28/+99
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fsp-srv: Implement GetAccessLogVersionInfoGravatar Zach Hilman2019-06-282-3/+14
| * | | | reporter: Add report class for filesystem access logsGravatar Zach Hilman2019-06-282-0/+25
| * | | | fsp-srv: Implement OutputAccessLogToSdCardGravatar Zach Hilman2019-06-287-27/+62
| |/ / /
* | | | Merge pull request #2674 from lioncash/reporterGravatar Zach Hilman2019-07-062-15/+35
|\ \ \ \
| * | | | core/reporter: Allow moves into SaveToFile()Gravatar Lioncash2019-07-051-1/+1
| * | | | core/reporter: Add missing includes and forward declarationsGravatar Lioncash2019-07-052-1/+9
| * | | | core/reporter: Remove unnecessary namespace qualifiersGravatar Lioncash2019-07-052-3/+3
| * | | | core/reporter: Remove pessimizing move in GetHLERequestContextData()Gravatar Lioncash2019-07-051-1/+1
| * | | | core/reporter: Make bracing consistentGravatar Lioncash2019-07-051-8/+18
| * | | | core/reporter: Return in error case in SaveToFile()Gravatar Lioncash2019-07-051-1/+3
* | | | | Merge pull request #2677 from lioncash/assertGravatar Zach Hilman2019-07-065-43/+48
|\ \ \ \ \
| * | | | | memory: Remove unused includesGravatar Lioncash2019-07-061-2/+0
| * | | | | memory: Remove unused PageTable forward declarationGravatar Lioncash2019-07-061-4/+0
| * | | | | kernel/vm_manager: Rename 'new map' to 'stack'Gravatar Lioncash2019-07-063-37/+37