aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2020-01-11core/kernel: Fix GetTotalPhysicalMemoryUsed.Markus Wick
2020-01-09hid: Fix analog sticks directional statesCJBok
2020-01-07Merge pull request #3272 from bunnei/vi-close-layerbunnei
2020-01-06Merge pull request #3261 from degasus/page_tablebunnei
2020-01-06Merge pull request #3257 from degasus/no_busy_loopsbunnei
2020-01-05Merge pull request #2945 from FernandoS27/fix-bcatbunnei
2020-01-04service: time: Implement GetStandardLocalSystemClock.bunnei
2020-01-04time: Remove overflow error checking (currently breaks ADO builds).bunnei
2020-01-04service: time: Implement GetClockSnapshotFromSystemClockContext.bunnei
2020-01-04service: time: Implement IsStandardNetworkSystemClockAccuracySufficient.bunnei
2020-01-04system_archive: Add a basic HLE implementation for time zone binary.bunnei
2020-01-04service: time: Rewrite implementation of glue services.bunnei
2020-01-04core: Initialize several structs that make use of Common::UUID.bunnei
2020-01-04service: vi: Implement CloseLayer.bunnei
2020-01-03Merge pull request #3247 from FernandoS27/remap-fixbunnei
2020-01-02yuzu: Remove Maxwell debuggerReinUsesLisp
2020-01-01core/memory + arm/dynarmic: Use a global offset within our arm page table.Markus Wick
2019-12-30video_core: Block in WaitFence.Markus Wick
2019-12-25NvServices: Correct Ioctl Remap.Fernando Sahmkow
2019-12-12Merge pull request #3214 from lioncash/svc-funcbunnei
2019-12-11Kernel: Correct behavior of Address Arbiter threads. (#3165)Fernando Sahmkow
2019-12-11kernel/svc: Correct function signature of SignalProcessWideKeyLioncash
2019-12-10Merge pull request #3201 from lioncash/dumpbunnei
2019-12-07kernel: Remove unnecessary includesLioncash
2019-12-07kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNewLioncash
2019-12-05CpuCore: Clear exclusive state after doing a run in dynarmic.Fernando Sahmkow
2019-12-02telemetry_session: Report renderer backendReinUsesLisp
2019-12-02telemetry_session: Use temporary to avoid writing the same enumReinUsesLisp
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei
2019-11-28Merge pull request #3169 from lioncash/memorybunnei
2019-11-28Merge pull request #3171 from lioncash/internal-linkbunnei
2019-11-28patch_manager: Adds check for disabled cheats to prevent them from being enab...Morph
2019-11-27Merge pull request #3170 from lioncash/enumbunnei
2019-11-27filesys/romfs: Remove unused includesLioncash
2019-11-27filesys/romfs: Make ProcessFile and ProcessDirectory internally linkedLioncash
2019-11-27file_sys/directory: Make EntryType an enum classLioncash
2019-11-26core/memory; Migrate over SetCurrentPageTable() to the Memory classLioncash
2019-11-26core/memory: Migrate over GetPointerFromVMA() to the Memory classLioncash
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory classLioncash
2019-11-26core/memory: Migrate over RasterizerMarkRegionCached() to the Memory classLioncash
2019-11-26core/memory: Migrate over ReadCString() to the Memory classLioncash
2019-11-26core/memory: Migrate over GetPointer()Lioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-11-26core/memory: Move memory read/write implementation functions into an anonymou...Lioncash
2019-11-26core/memory: Migrate over address checking functions to the new Memory classLioncash
2019-11-26core/memory: Migrate over memory mapping functions to the new Memory classLioncash
2019-11-26core/memory: Introduce skeleton of Memory classLioncash
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)bunnei