6978 Commits (5c55f3b585eb92cd2fa6da0c714de2b3cf1003bc)

Author SHA1 Message Date
Fernando Sahmkow 1c2981f6da Core: Refactor CPU Management. 6 years ago
bunnei ebb840daaf bsd: Stub several more functions. 6 years ago
FearlessTobi 40c05f9028 Disable clang-format for font files 6 years ago
Fernando Sahmkow a402d6e870 Kernel: Implement Physical Core. 6 years ago
fearlessTobi b2f53cceb6 Input: UDP Client to provide motion and touch controls 6 years ago
bunnei dcd1617ee2 service: time: Implement ToPosixTimeWithMyRule. 6 years ago
Michael Scire 56137d471a loader: provide default arguments (zero byte) to NSOs 6 years ago
bunnei c0a7b5ee4c time: Fix month off-by-one error. 6 years ago
FearlessTobi 6df85b466d system_archive: Fix Chinese font 6 years ago
FearlessTobi 4be062de19 system_archive: Fix Korean font 6 years ago
Markus Wick 4042bd107b core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Markus Wick b18f6d19e2 core/hle: Simplify PhysicalMemory usage in vm_manager. 6 years ago
Markus Wick b8b3264c31 core/loaders: Simplify PhysicalMemory usage. 6 years ago
CJBok be576083dd Moved analog direction logic to sdl_impl 6 years ago
CJBok 5af2a8b2f6 Corrected directional states sensitivity 6 years ago
Markus Wick 2049ebc50e core/kernel: Fix GetTotalPhysicalMemoryUsed. 6 years ago
CJBok 57998ae780 hid: Fix analog sticks directional states 6 years ago
bunnei 18e502d636 service: time: Implement GetStandardLocalSystemClock. 6 years ago
bunnei 940ed35ee2 time: Remove overflow error checking (currently breaks ADO builds). 6 years ago
bunnei 2fef8d9feb service: time: Implement GetClockSnapshotFromSystemClockContext. 6 years ago
bunnei 0d1c9fe2a9 service: time: Implement IsStandardNetworkSystemClockAccuracySufficient. 6 years ago
bunnei 756c19b448 system_archive: Add a basic HLE implementation for time zone binary. 6 years ago
bunnei ac22daaf4f service: time: Rewrite implementation of glue services. 6 years ago
bunnei 9431286523 core: Initialize several structs that make use of Common::UUID. 6 years ago
bunnei cbaf3b3c40 service: vi: Implement CloseLayer. 6 years ago
ReinUsesLisp 9328c4be0b yuzu: Remove Maxwell debugger 6 years ago
Markus Wick f74d95547e core/memory + arm/dynarmic: Use a global offset within our arm page table. 6 years ago
Markus Wick 4bdaebe33e video_core: Block in WaitFence. 6 years ago
Fernando Sahmkow 367257a258 NvServices: Correct Ioctl Remap. 6 years ago
Fernando Sahmkow 48dcf4c2d8 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Lioncash 9e160743ac kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash 7953f7b0d8 kernel: Remove unnecessary includes 6 years ago
Lioncash 28ac8d63ef kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Fernando Sahmkow 2624ac7ae8 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
ReinUsesLisp bcf24c9ed8 telemetry_session: Report renderer backend 6 years ago
ReinUsesLisp 3c521afbec telemetry_session: Use temporary to avoid writing the same enum 6 years ago
bunnei 4a4516868c kernel: Implement a more accurate IPC dispatch. 6 years ago
Morph 2b0823df12 patch_manager: Adds check for disabled cheats to prevent them from being enabled (#3178) 6 years ago
Lioncash 0da88a9876 filesys/romfs: Remove unused includes 6 years ago
Lioncash eada47f40f filesys/romfs: Make ProcessFile and ProcessDirectory internally linked 6 years ago
Lioncash a56ce41cc2 file_sys/directory: Make EntryType an enum class 6 years ago
Lioncash 50906bcf42 core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash d03fbad80f core/memory: Migrate over GetPointerFromVMA() to the Memory class 6 years ago
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 9e3cbf71fc core/memory: Migrate over ZeroBlock() and CopyBlock() to the Memory class 6 years ago
Lioncash ad85ba53dd core/memory: Migrate over RasterizerMarkRegionCached() to the Memory class 6 years ago
Lioncash 8d306269d0 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 7110e6a128 core/memory: Migrate over GetPointer() 6 years ago
Lioncash e04aeb9531 core: Prepare various classes for memory read/write migration 6 years ago