4180 Commits (c56414b80d945b286b6e98bc689146211615cd5a)

Author SHA1 Message Date
Fernando Sahmkow ea956c823e Kernel: Implement Scheduler locks 6 years ago
Fernando Sahmkow 5c90d22f3d Kernel: Implement Time Manager. 6 years ago
Fernando Sahmkow 179bafa7cb Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. 6 years ago
Fernando Sahmkow 0728dfef84 Kernel: Make global scheduler depend on KernelCore 6 years ago
Brian Clinkenbeard ad4e5c15fb httplib compatibility 6 years ago
CJBok 23c4cc80e2 analog_from_button get direction implementation 6 years ago
Nguyen Dac Nam 5257a83ebe
IUserLocalCommunicationService: add function Initialize2 6 years ago
Nguyen Dac Nam 6c0eb6026b
HLE: correct function name of IUserLocalCommunicationService 6 years ago
namkazy 7fadc9c180 nvhost_gpu: implement ChannelSetTimeslice 6 years ago
Fernando Sahmkow 2bc949628d Core: Address Feedback 6 years ago
Lioncash be269e21a5 address_arbiter: Collapse loops in InsertThread() and RemoveThread() 6 years ago
Lioncash 9f2c703137 address_arbiter: Simplify GetThreadsWaitingOnAddress() 6 years ago
Lioncash f00a54f508 bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase() 6 years ago
Lioncash eefd97e80d bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear() 6 years ago
Lioncash b80c348b09 kernel/thread: Remove trivial usages of the global system accessor 6 years ago
Fernando Sahmkow 1e6f8aba04 Core: Set all hardware emulation constants in a single file. 6 years ago
Fernando Sahmkow d23d504d77 Kernel: Refactor synchronization to better match RE 6 years ago
makigumo 926ea5a16d
update hwopus DecodeInterleaved for FW 7.0.0+ 6 years ago
Fernando Sahmkow c5aefe42aa Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
bunnei 7b07e521ca hle: services: Use std::shared_ptr instead of copy by value. 6 years ago
bunnei ba53543da6 kernel: transfer_memory: Properly reserve and reset memory region. 6 years ago
Zach Hilman 7a547b9342 wait_object: Make wait behavior only require one object to signal. 7 years ago
bunnei 3a0c1e79f8 am: Correct IPC object count mismatch. 6 years ago
bunnei 77da74e17a services: am: Clear events on PopOutData and PopInteractiveOutData. 6 years ago
bunnei 84e895cdd6 am: Refactor IStorage interface. 6 years ago
bunnei 3557fa25d0 applets: software_keyboard: Signal state change on end of interactive session. 6 years ago
bunnei be5fcffb89 applets: software_keyboard: Minor cleanup. 6 years ago
bunnei 2245c24e21 services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. 6 years ago
bunnei 9751ccc5e0 hle_ipc: Add error checking to read/write buffer access. 6 years ago
Lioncash 2de2bb980e kernel/physical_core: Make use of std::unique_ptr 6 years ago
Lioncash 51927bc9dc kernel/physical_core: Remove unused kernel reference member variable 6 years ago
Fernando Sahmkow 2d1984c20c System: Address Feedback 6 years ago
Fernando Sahmkow a1630ab53e Kernel: Remove a few global instances from the kernel. 6 years ago
Fernando Sahmkow e4a1ead897 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
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
Fernando Sahmkow ab89ced244 Kernel: Implement Physical Core. 6 years ago
bunnei ed76c71319 service: time: Implement ToPosixTimeWithMyRule. 6 years ago
bunnei 7113236b30 time: Fix month off-by-one error. 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
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