aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/jit
AgeCommit message (Expand)Author
2024-02-01service: use const references for input raw dataLiam
2024-01-25cmif_types: improve ergonomics of typesLiam
2024-01-25service: add template serializer for method callsLiam
2023-12-29jit: use code memory handles correctlyLiam
2023-12-24am/jit: reference memory instance from contextLiam
2023-12-24service: fetch objects from the client handle tableLiam
2023-12-04core: refactor emulated cpu core activationLiam
2023-10-11jit: add support for relr-type relocationsLiam
2023-03-23memory: rename global memory references to application memoryLiam
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-06-05common: consolidate ELF structure definitionsLiam
2022-04-24service: jit: document and clean upLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-13service: jit: Implement the JIT serviceLiam
2022-04-06service: jit: stub JIT serviceLiam