summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* system_archive: Fix Chinese fontGravatar FearlessTobi2020-01-192-13582/+694524
* system_archive: Fix Korean fontGravatar FearlessTobi2020-01-192-13582/+185637
* core/memory: Create a special MapMemoryRegion for physical memory.Gravatar Markus Wick2020-01-184-4/+31
* core/hle: Simplify PhysicalMemory usage in vm_manager.Gravatar Markus Wick2020-01-181-23/+11
* core/loaders: Simplify PhysicalMemory usage.Gravatar Markus Wick2020-01-183-8/+12
* core/kernel: Fix GetTotalPhysicalMemoryUsed.Gravatar Markus Wick2020-01-111-2/+2
* Merge pull request #3272 from bunnei/vi-close-layerGravatar bunnei2020-01-075-11/+48
|\
| * service: vi: Implement CloseLayer.Gravatar bunnei2020-01-045-11/+48
* | Merge pull request #3261 from degasus/page_tableGravatar bunnei2020-01-062-9/+17
|\ \
| * | core/memory + arm/dynarmic: Use a global offset within our arm page table.Gravatar Markus Wick2020-01-012-9/+17
* | | Merge pull request #3257 from degasus/no_busy_loopsGravatar bunnei2020-01-061-1/+1
|\ \ \
| * | | video_core: Block in WaitFence.Gravatar Markus Wick2019-12-301-1/+1
| |/ /
* | | Merge pull request #2945 from FernandoS27/fix-bcatGravatar bunnei2020-01-051-3/+17
|\ \ \ | |_|/ |/| |
| * | nifm: Only return that there's an internet connection when there's a BCATServerGravatar Fernando Sahmkow2019-11-061-3/+17
* | | Merge pull request #3247 from FernandoS27/remap-fixGravatar bunnei2020-01-032-3/+5
|\ \ \
| * | | NvServices: Correct Ioctl Remap.Gravatar Fernando Sahmkow2019-12-252-3/+5
| | |/ | |/|
* / | yuzu: Remove Maxwell debuggerGravatar ReinUsesLisp2020-01-022-14/+0
|/ /
* | Merge pull request #3214 from lioncash/svc-funcGravatar bunnei2019-12-122-9/+6
|\ \
| * | kernel/svc: Correct function signature of SignalProcessWideKeyGravatar Lioncash2019-12-112-9/+6
* | | Kernel: Correct behavior of Address Arbiter threads. (#3165)Gravatar Fernando Sahmkow2019-12-113-24/+67
|/ /
* | Merge pull request #3201 from lioncash/dumpGravatar bunnei2019-12-102-2/+24
|\ \
| * | kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNewGravatar Lioncash2019-12-072-2/+24
* | | kernel: Remove unnecessary includesGravatar Lioncash2019-12-0715-11/+17
|/ /
* | CpuCore: Clear exclusive state after doing a run in dynarmic.Gravatar Fernando Sahmkow2019-12-052-1/+2
* | telemetry_session: Report renderer backendGravatar ReinUsesLisp2019-12-021-0/+1
* | telemetry_session: Use temporary to avoid writing the same enumGravatar ReinUsesLisp2019-12-021-16/+11
* | kernel: Implement a more accurate IPC dispatch.Gravatar bunnei2019-11-2819-167/+246
* | Merge pull request #3169 from lioncash/memoryGravatar bunnei2019-11-2838-674/+1241
|\ \
| * | core/memory; Migrate over SetCurrentPageTable() to the Memory classGravatar Lioncash2019-11-263-26/+34
| * | core/memory: Migrate over GetPointerFromVMA() to the Memory classGravatar Lioncash2019-11-261-36/+36
| * | core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-2614-153/+298
| * | core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-2617-167/+292
| * | core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classGravatar Lioncash2019-11-262-91/+161
| * | core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classGravatar Lioncash2019-11-262-68/+77
| * | core/memory: Migrate over ReadCString() to the Memory classGravatar Lioncash2019-11-263-18/+40
| * | core/memory: Migrate over GetPointer()Gravatar Lioncash2019-11-263-18/+45
| * | core: Prepare various classes for memory read/write migrationGravatar Lioncash2019-11-2617-41/+66
| * | core/memory: Move memory read/write implementation functions into an anonymou...Gravatar Lioncash2019-11-261-97/+98
| * | core/memory: Migrate over address checking functions to the new Memory classGravatar Lioncash2019-11-266-39/+70
| * | core/memory: Migrate over memory mapping functions to the new Memory classGravatar Lioncash2019-11-265-121/+172
| * | core/memory: Introduce skeleton of Memory classGravatar Lioncash2019-11-264-3/+56
* | | Merge pull request #3171 from lioncash/internal-linkGravatar bunnei2019-11-282-6/+5
|\ \ \
| * | | filesys/romfs: Remove unused includesGravatar Lioncash2019-11-272-4/+2
| * | | filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedGravatar Lioncash2019-11-271-2/+3
* | | | patch_manager: Adds check for disabled cheats to prevent them from being enab...Gravatar Morph2019-11-281-5/+11
* | | | Merge pull request #3170 from lioncash/enumGravatar bunnei2019-11-272-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | file_sys/directory: Make EntryType an enum classGravatar Lioncash2019-11-272-3/+3
| |/ /
* / / core_timing: Use better reference tracking for EventType. (#3159)Gravatar bunnei2019-11-2614-82/+71
|/ /
* | kernel: Fix reference management for client/server session.Gravatar bunnei2019-11-253-20/+18
* | Merge pull request #3094 from lioncash/tablesGravatar bunnei2019-11-2433-7/+192
|\ \