6436 Commits (c4fe83a7bc302acbefe0eedee48eabc671d33964)

Author SHA1 Message Date
Fernando Sahmkow 450341b397 ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. 6 years ago
Fernando Sahmkow 4d6a86b03f Core: Refactor CPU Management. 6 years ago
bunnei 2a822f3378 bsd: Stub several more functions. 6 years ago
FearlessTobi 845a5dbca9 Disable clang-format for font files 6 years ago
Fernando Sahmkow ab89ced244 Kernel: Implement Physical Core. 6 years ago
fearlessTobi ac3690f205 Input: UDP Client to provide motion and touch controls 6 years ago
bunnei ed76c71319 service: time: Implement ToPosixTimeWithMyRule. 6 years ago
Michael Scire 5a7eecc3ad loader: provide default arguments (zero byte) to NSOs 6 years ago
bunnei 7113236b30 time: Fix month off-by-one error. 6 years ago
FearlessTobi 4e9331f45d system_archive: Fix Chinese font 6 years ago
FearlessTobi 999e3f89b9 system_archive: Fix Korean font 6 years ago
Markus Wick 56672b8c98 core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Markus Wick 55103da066 core/hle: Simplify PhysicalMemory usage in vm_manager. 6 years ago
Markus Wick 7e94e544f4 core/loaders: Simplify PhysicalMemory usage. 6 years ago
CJBok 635deb70d4 Moved analog direction logic to sdl_impl 6 years ago
CJBok 231d9c10f3 Corrected directional states sensitivity 6 years ago
Markus Wick c76ffa5019 core/kernel: Fix GetTotalPhysicalMemoryUsed. 6 years ago
CJBok ae7fd01e38 hid: Fix analog sticks directional states 6 years ago
bunnei be5c149d37 service: time: Implement GetStandardLocalSystemClock. 6 years ago
bunnei 361285add9 time: Remove overflow error checking (currently breaks ADO builds). 6 years ago
bunnei a4e840181c service: time: Implement GetClockSnapshotFromSystemClockContext. 6 years ago
bunnei fab2607c6b service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. 6 years ago
bunnei 4414640285 system_archive: Add a basic HLE implementation for time zone binary. 6 years ago
bunnei 78f977c980 service: time: Rewrite implementation of glue services. 6 years ago
bunnei 5135b74179 core: Initialize several structs that make use of Common::UUID. 6 years ago
bunnei 64c5631579 service: vi: Implement CloseLayer. 6 years ago
ReinUsesLisp 0d6d8129c4 yuzu: Remove Maxwell debugger 6 years ago
Markus Wick 0986caa8d8 core/memory + arm/dynarmic: Use a global offset within our arm page table. 6 years ago
Markus Wick cb9dd01ffd video_core: Block in WaitFence. 6 years ago
Fernando Sahmkow a5bb1ac6e3 NvServices: Correct Ioctl Remap. 6 years ago
Fernando Sahmkow 22c6b9fab2 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Lioncash 30e365e4fc kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash c3e43c7e81 kernel: Remove unnecessary includes 6 years ago
Lioncash 67b8265bd6 kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Fernando Sahmkow 40cd4df584 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
ReinUsesLisp be9f80ef56
telemetry_session: Report renderer backend 6 years ago
ReinUsesLisp 526e533e90
telemetry_session: Use temporary to avoid writing the same enum 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
Morph e0242a4654 patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) 6 years ago
Lioncash d66ab2b8aa filesys/romfs: Remove unused includes 6 years ago
Lioncash ba3c55ab7b filesys/romfs: Make ProcessFile and ProcessDirectory internally linked 6 years ago
Lioncash a3149536e2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash 50a518be69 core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 89ef3ef575 core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash 849581075a core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago