560 Commits (dd0679d710e6344105f91d24463ba0983dc22def)

Author SHA1 Message Date
ReinUsesLisp 5f517e3e16 core/cmake: Enforce Wclass-memaccess 5 years ago
ReinUsesLisp fb99446f24 core/cmake: Remove Werror flags already defined code-base wide 5 years ago
bunnei 912dd50146 core: hle: Integrate new KConditionVariable and KAddressArbiter implementations. 5 years ago
bunnei 952d1ac487 core: hle: kernel: Update KAddressArbiter. 5 years ago
bunnei b4e6d6c385 core: hle: kernel: Update KConditionVariable. 5 years ago
bunnei 1212fa60b6 core: hle: kernel: Begin moving common SVC defintions to its own header. 5 years ago
bunnei 35c3c078e3 core: hle: kernel: Update KSynchronizationObject. 5 years ago
bunnei 1ae883435d core: hle: kernel: Begin moving common SVC results to its own header. 5 years ago
ReinUsesLisp 43d9f417ae core: Enforce C4715 (not all control paths return a value) 5 years ago
bunnei 87d6588cb5 hle: service: bsd: Update to work with service threads, removing SleepClientThread. 5 years ago
bunnei 28281ae250 core: hle: server_session: Use separate threads for each service connection. 5 years ago
Morph f9653a4417 frontend/input_interpreter: Add InputInterpreter API 5 years ago
Morph 0eb6c6cd83 file_sys: Consolidate common Title ID operations 5 years ago
bunnei ccce6cb3be hle: kernel: Migrate to KScopedSchedulerLock. 5 years ago
bunnei 4756cb203e hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 5 years ago
bunnei 8d3e06349e hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei 7e5d0f1fe3 hle: kernel: Port KAbstractSchedulerLock from Mesosphere. 5 years ago
bunnei a3ccac3eb7 common: Port KPriorityQueue from Mesosphere. 5 years ago
bunnei e18ee8d681 hle: kernel: Port KAffinityMask from Mesosphere. 6 years ago
Lioncash 5bc4eabe36 core: Eliminate remaining usages of the global system instance 5 years ago
bunnei 6e37676482 hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions. 6 years ago
Lioncash fc6db97a09 core: Remove usage of unicorn 6 years ago
bunnei d567b7e841 hle: service: nvdrv: Implement SyncpointManager, to manage syncpoints. 6 years ago
ameerj eb67a45ca8 video_core: NVDEC Implementation 6 years ago
Lioncash e408bd3b7c core: Fix clang build pt.2 6 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 6 years ago
Lioncash 0ab7bfdfce core: Add boxcat sources with target_sources 6 years ago
Lioncash be1954e04c core: Fix clang build 6 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 6 years ago
Morph 5219615418 Project Mjölnir: Part 2 - Controller Applet 6 years ago
ReinUsesLisp 5692c48ab7 service/sockets: Add worker abstraction to execute blocking calls asynchronously 6 years ago
ReinUsesLisp 80b4bd3583 service/sockets: Add translate functions 6 years ago
ReinUsesLisp 51817f6e59 core/network: Add network abstraction 6 years ago
Lioncash 311f500753 core/CMakeLists: Add missing physical_memory.h header file 6 years ago
bunnei e706501c8d hle: service: mii: Rewrite service to properly support creation of random and default miis. 6 years ago
David Marcec d5dfe34c49 externals: Track opus as submodule instead of using conan 6 years ago
Fernando Sahmkow b8df61c642 ARM: Update Dynarmic and Setup A32 according to latest interface. 6 years ago
Fernando Sahmkow 48fa3b7a0f General: Cleanup legacy code. 6 years ago
Fernando Sahmkow e31425df38 General: Recover Prometheus project from harddrive failure 6 years ago
David Marcec c7ed7d9427 Fix compilation when not building with boxcat 6 years ago
Fernando Sahmkow 62e35ffc0e Core: Implement a Host Timer. 6 years ago
James Rowe bc30a591ba
Replace externals with Conan (#3735) 6 years ago
bunnei 02547a0cb4 kernel: Remove old VMManager class. 6 years ago
bunnei 84f1b6d530 kernel: memory: Add PageTable class, to manage process address space. 6 years ago
bunnei cfae8a1c1a kernel: memory: Add MemoryLayout class, to build physical memory layout. 6 years ago
bunnei 5d6e8a5b44 kernel: memory: Add MemoryManager class, to manage page heaps. 6 years ago
bunnei 548ef190ab kernel: memory: Add MemoryBlockManager class, to manage memory blocks. 6 years ago
bunnei 3927012734 kernel: memory: Add PageHeap class, to manage a heap of pages. 6 years ago
bunnei dc720311cc kernel: memory: Add PageLinkedList class, to manage a list of pages. 6 years ago