Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | service: jit: document and clean up | Liam | 2022-04-25 | 1 | -66/+139 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | service: jit: Implement the JIT service | Liam | 2022-04-13 | 1 | -6/+285 |
* | service: jit: stub JIT service | Liam | 2022-04-07 | 1 | -0/+53 |