5885 Commits (a8698cc276a6aa105fbc6cffdc13fb398f00a1a5)

Author SHA1 Message Date
Lioncash 750c48af18 kernel/thread: Remove trivial usages of the global system accessor 6 years ago
Fernando Sahmkow 6fc0790f3a Core: Set all hardware emulation constants in a single file. 6 years ago
Fernando Sahmkow 1ee7a4d926 Kernel: Refactor synchronization to better match RE 6 years ago
makigumo b71b872e74 update hwopus DecodeInterleaved for FW 7.0.0+ 6 years ago
Fernando Sahmkow 3a7f539463 Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
bunnei 3edec585bc hle: services: Use std::shared_ptr instead of copy by value. 6 years ago
bunnei 9ffdef96d9 kernel: transfer_memory: Properly reserve and reset memory region. 6 years ago
Zach Hilman a0400ebc19 wait_object: Make wait behavior only require one object to signal. 7 years ago
bunnei 900b370e13 am: Correct IPC object count mismatch. 6 years ago
bunnei 141c06ca8b services: am: Clear events on PopOutData and PopInteractiveOutData. 6 years ago
bunnei b10a96347f am: Refactor IStorage interface. 6 years ago
bunnei 0d376ae49e applets: software_keyboard: Signal state change on end of interactive session. 6 years ago
bunnei b1bd8d852a applets: software_keyboard: Minor cleanup. 6 years ago
bunnei 7bdaae11ac services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. 6 years ago
bunnei bc76fe3100 hle_ipc: Add error checking to read/write buffer access. 6 years ago
Lioncash 371f3ecf5d kernel/physical_core: Make use of std::unique_ptr 6 years ago
Lioncash 379194237d kernel/physical_core: Remove unused kernel reference member variable 6 years ago
Fernando Sahmkow 8eb175481c System: Address Feedback 6 years ago
Fernando Sahmkow 3230cfebb7 Kernel: Remove a few global instances from the kernel. 6 years ago
Fernando Sahmkow 0a5e0d4777 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
Fernando Sahmkow fb17429a0b ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. 6 years ago
Fernando Sahmkow 1c2981f6da Core: Refactor CPU Management. 6 years ago
bunnei ebb840daaf bsd: Stub several more functions. 6 years ago
Fernando Sahmkow a402d6e870 Kernel: Implement Physical Core. 6 years ago
bunnei dcd1617ee2 service: time: Implement ToPosixTimeWithMyRule. 6 years ago
bunnei c0a7b5ee4c time: Fix month off-by-one error. 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
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 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
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
bunnei 4a4516868c kernel: Implement a more accurate IPC dispatch. 7 years ago
Lioncash a56ce41cc2 file_sys/directory: Make EntryType an enum class 7 years ago
Lioncash 50906bcf42 core/memory; Migrate over SetCurrentPageTable() to the Memory class 7 years ago
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 7 years ago