summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Deglobalize System: ViGravatar David Marcec2019-09-223-8/+8
| * | | | Deglobalize System: TimeGravatar David Marcec2019-09-224-14/+21
| * | | | RebaseGravatar David Marcec2019-09-222-8/+12
| * | | | Deglobalize System: NvFlingerGravatar David Marcec2019-09-222-6/+7
| * | | | RebaseGravatar David Marcec2019-09-224-8/+12
| * | | | Deglobalize System: NimGravatar David Marcec2019-09-222-7/+12
| * | | | Deglobalize System: NifmGravatar David Marcec2019-09-222-13/+23
| * | | | Deglobalize System: NFPGravatar David Marcec2019-09-224-14/+16
| * | | | Deglobalize System: LDRGravatar David Marcec2019-09-222-6/+7
| * | | | Deglobalize System: IRSGravatar David Marcec2019-09-223-5/+6
| * | | | Deglobalize System: HidGravatar David Marcec2019-09-2220-37/+44
| * | | | Deglobalize System: FriendGravatar David Marcec2019-09-224-22/+24
| * | | | Deglobalize System: FatalGravatar David Marcec2019-09-226-20/+29
| * | | | Deglobalize System: BtmGravatar David Marcec2019-09-222-7/+13
| * | | | Deglobalize System: BtdrvGravatar David Marcec2019-09-222-5/+9
| * | | | Deglobalize System: AocGravatar David Marcec2019-09-222-11/+13
| * | | | Deglobalize System: AmGravatar David Marcec2019-09-221-1/+1
* | | | | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"Gravatar David Marcec2019-09-222-50/+117
|/ / / /
* | | | Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1Gravatar David2019-09-222-117/+50
|\ \ \ \ | |_|_|/ |/| | |
| * | | pl_u: Use kernel physical memoryGravatar Zach Hilman2019-09-211-0/+1
| * | | pl_u: Remove excess static qualifierGravatar Zach Hilman2019-09-211-1/+1
| * | | pl_u: Use OSS system archives if real archives don't existGravatar Zach Hilman2019-09-212-109/+41
| * | | pl_u: Expose method to encrypt TTF to BFTTFGravatar Zach Hilman2019-09-212-14/+14
| | |/ | |/|
* | | Merge pull request #2612 from DarkLordZach/prepo-newGravatar David2019-09-223-25/+84
|\ \ \
| * | | prepo: Remove system global accessorsGravatar Zach Hilman2019-09-213-15/+18
| * | | prepo: Implement SaveReport New and System variantsGravatar Zach Hilman2019-09-211-15/+71
| |/ /
* | | configure_debug: Move reporting option to loggingGravatar Zach Hilman2019-09-218-14/+15
* | | filesystem: Add const qualification to various accessorsGravatar Zach Hilman2019-09-213-68/+76
* | | yuzu: Port old usages of Filesystem namespace to FilesystemControllerGravatar Zach Hilman2019-09-214-15/+38
* | | services: Pass FileSystemController as reference to services that need itGravatar Zach Hilman2019-09-2111-20/+47
* | | am: Unstub IApplicationFunctions EnsureSaveData (20)Gravatar Zach Hilman2019-09-211-8/+14
* | | filesystem: Pass Size Getter functions to IFileSystem for sizesGravatar Zach Hilman2019-09-213-20/+31
* | | filesystem: Add FileSystemController to deglobalize FS servicesGravatar Zach Hilman2019-09-212-58/+359
|/ /
* / Mark KickOffPb & SubmitGPFIFO as traceGravatar David Marcec2019-09-211-4/+4
|/
* Merge pull request #2667 from DarkLordZach/profile-editorGravatar bunnei2019-09-145-10/+130
|\
| * acc_su: Implement GetProfileEditor (205)Gravatar Zach Hilman2019-07-033-1/+13
| * acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage'Gravatar Zach Hilman2019-07-031-1/+73
| * profile_manager: Add setter for ProfileBase and ProfileDataGravatar Zach Hilman2019-07-032-0/+13
| * acc: Add IProfileCommon for IProfile and IProfileEditorGravatar Zach Hilman2019-07-031-8/+31
* | Merge pull request #2716 from lioncash/hle-globalGravatar David2019-09-0916-96/+141
|\ \
| * | service/am: Remove usages of global system accessorsGravatar Lioncash2019-09-0416-96/+141
* | | Merge pull request #2763 from lioncash/map-physGravatar David2019-09-092-39/+41
|\ \ \
| * | | kernel/vm_manager: Correct doxygen comment parameter tags for MapPhysicalMemo...Gravatar Lioncash2019-09-041-4/+4
| * | | kernel/vm_manager: Move variables closer to usage spots in MapPhysicalMemory/...Gravatar Lioncash2019-09-041-16/+10
| * | | kernel/vm_manager: Correct behavior in failure case of UnmapPhysicalMemory()Gravatar Lioncash2019-08-291-0/+2
| * | | kernel/vm_manager: Reserve memory ahead of time for slow path in MergeAdjacen...Gravatar Lioncash2019-08-291-1/+4
| * | | kernel/vm_manager: std::move shared_ptr instance in MergeAdjacentVMAGravatar Lioncash2019-08-291-1/+1
| * | | kernel/vm_manager: Deduplicate iterator creation in MergeAdjacentVMAGravatar Lioncash2019-08-291-7/+10
| * | | kernel/vm_manager: Simplify some std::vector constructor callsGravatar Lioncash2019-08-291-2/+2
| * | | kernel/vm_manager: Simplify some assertion messagesGravatar Lioncash2019-08-291-10/+10