Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -6/+6 |
* | service: refactor server architecture | Liam | 2023-02-21 | 2 | -10/+9 |
* | general: rename CurrentProcess to ApplicationProcess | Liam | 2023-02-14 | 1 | -2/+2 |
* | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 2023-02-03 | 1 | -2/+2 |
* | Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" | liamwhite | 2023-02-02 | 1 | -2/+2 |
* | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | 2022-12-29 | 1 | -3/+3 |
* | service: Use ReadBufferSpan where it is trivial to do so | ameerj | 2022-12-25 | 1 | -3/+3 |
* | common: consolidate ELF structure definitions | Liam | 2022-06-05 | 1 | -24/+8 |
* | service: jit: document and clean up | Liam | 2022-04-25 | 3 | -132/+225 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 4 | -12/+8 |
* | service: jit: Implement the JIT service | Liam | 2022-04-13 | 3 | -6/+774 |
* | service: jit: stub JIT service | Liam | 2022-04-07 | 2 | -0/+73 |