summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3340 from SciresM/pmdxGravatar bunnei2020-01-242-3/+10
|\
| * loader: provide default arguments (zero byte) to NSOsGravatar Michael Scire2020-01-222-3/+10
* | Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi2020-01-231-0/+3
* | service: time: Implement ToPosixTimeWithMyRule.Gravatar bunnei2020-01-224-1/+34
|/
* time: Fix month off-by-one error.Gravatar bunnei2020-01-201-2/+2
* Merge pull request #3271 from bunnei/time-rewriteGravatar bunnei2020-01-1943-534/+3665
|\
| * service: time: Implement GetStandardLocalSystemClock.Gravatar bunnei2020-01-043-1/+9
| * time: Remove overflow error checking (currently breaks ADO builds).Gravatar bunnei2020-01-042-18/+2
| * service: time: Implement GetClockSnapshotFromSystemClockContext.Gravatar bunnei2020-01-043-3/+27
| * service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.Gravatar bunnei2020-01-045-1/+51
| * system_archive: Add a basic HLE implementation for time zone binary.Gravatar bunnei2020-01-044-1/+675
| * service: time: Rewrite implementation of glue services.Gravatar bunnei2020-01-0435-444/+2834
| * core: Initialize several structs that make use of Common::UUID.Gravatar bunnei2020-01-045-100/+101
* | 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