| Commit message (Expand) | Author | Age | Files | Lines |
| * | core: Remove usage of unicorn | Lioncash | 2020-11-03 | 1 | -3/+1 |
| * | video_core: NVDEC Implementation | ameerj | 2020-10-26 | 1 | -0/+2 |
| * | core: Fix clang build pt.2 | Lioncash | 2020-10-20 | 1 | -2/+5 |
| * | Revert "core: Fix clang build" | bunnei | 2020-10-20 | 1 | -3/+2 |
| * | Merge pull request #4796 from lioncash/clang | LC | 2020-10-20 | 1 | -2/+3 |
| |\ |
|
| | * | core: Fix clang build | Lioncash | 2020-10-17 | 1 | -2/+3 |
| * | | core: Add boxcat sources with target_sources | Lioncash | 2020-10-18 | 1 | -7/+7 |
| |/ |
|
| * | core/CMakeLists: Make some warnings errors | Lioncash | 2020-10-13 | 1 | -0/+11 |
| * | Merge pull request #4597 from Morph1984/mjolnir-p2 | bunnei | 2020-09-10 | 1 | -0/+4 |
| |\ |
|
| | * | Project Mjölnir: Part 2 - Controller Applet | Morph | 2020-09-04 | 1 | -0/+4 |
| * | | service/sockets: Add worker abstraction to execute blocking calls asynchronously | ReinUsesLisp | 2020-07-28 | 1 | -0/+1 |
| * | | service/sockets: Add translate functions | ReinUsesLisp | 2020-07-28 | 1 | -0/+2 |
| |/ |
|
| * | core/network: Add network abstraction | ReinUsesLisp | 2020-07-19 | 1 | -0/+3 |
| * | core/CMakeLists: Add missing physical_memory.h header file | Lioncash | 2020-07-16 | 1 | -0/+1 |
| * | hle: service: mii: Rewrite service to properly support creation of random and... | bunnei | 2020-07-11 | 1 | -2/+5 |
| * | externals: Track opus as submodule instead of using conan | David Marcec | 2020-07-01 | 1 | -1/+1 |
| * | ARM: Update Dynarmic and Setup A32 according to latest interface. | Fernando Sahmkow | 2020-06-27 | 1 | -0/+8 |
| * | General: Cleanup legacy code. | Fernando Sahmkow | 2020-06-27 | 1 | -2/+0 |
| * | General: Recover Prometheus project from harddrive failure
| Fernando Sahmkow | 2020-06-27 | 1 | -2/+2 |
| * | Merge pull request #3396 from FernandoS27/prometheus-1 | David | 2020-06-28 | 1 | -0/+2 |
| |\ |
|
| | * | Core: Implement a Host Timer. | Fernando Sahmkow | 2020-06-18 | 1 | -0/+2 |
| * | | Fix compilation when not building with boxcat | David Marcec | 2020-06-19 | 1 | -2/+2 |
| |/ |
|
| * | Replace externals with Conan (#3735) | James Rowe | 2020-05-08 | 1 | -2/+2 |
| * | kernel: Remove old VMManager class. | bunnei | 2020-04-17 | 1 | -2/+0 |
| * | kernel: memory: Add PageTable class, to manage process address space. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add MemoryBlock class, for managing memory blocks and their s... | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add memory_types.h, for things that are commonly used in memo... | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s... | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | core: device_manager: Add a simple class to manage device RAM. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | externals: Move LibreSSL linking to httplib. | Markus Wick | 2020-04-16 | 1 | -5/+2 |
| * | Merge pull request #3552 from jroweboy/single-context | Rodrigo Locatti | 2020-04-02 | 1 | -2/+0 |
| |\ |
|
| | * | Frontend/GPU: Refactor context management | James Rowe | 2020-03-24 | 1 | -2/+0 |
| * | | capsrv: Split Capture services into individual files and stub GetAlbumContent... | Morph | 2020-03-31 | 1 | -0/+12 |
| |/ |
|
| * | core: Implement separate A32/A64 ARM interfaces. | bunnei | 2020-03-02 | 1 | -2/+4 |
| * | core: dynarmic: Add CP15 from Citra. | bunnei | 2020-03-02 | 1 | -0/+2 |
| * | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | bunnei | 2020-02-25 | 1 | -2/+2 |
| * | Kernel: Implement Time Manager. | Fernando Sahmkow | 2020-02-22 | 1 | -0/+2 |
| * | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 1 | -0/+2 |
| * | Kernel: Change WaitObject to Synchronization object. In order to better refle... | Fernando Sahmkow | 2020-02-11 | 1 | -2/+2 |
| * | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 2020-01-26 | 1 | -4/+4 |
| * | Core: Refactor CPU Management. | Fernando Sahmkow | 2020-01-25 | 1 | -0/+2 |
| * | system_archive: Add a basic HLE implementation for time zone binary. | bunnei | 2020-01-04 | 1 | -0/+2 |