summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/jit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* memory: rename global memory references to application memoryLiam2023-03-241-2/+2
|
* kernel: use KTypedAddress for addressesLiam2023-03-221-3/+3
|
* service: move hle_ipc from kernelLiam2023-03-011-6/+6
|
* service: refactor server architectureLiam2023-02-212-10/+9
| | | | Converts services to have their own processes
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-2/+2
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-2/+2
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+2
|
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-3/+3
|
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-3/+3
|
* common: consolidate ELF structure definitionsLiam2022-06-051-24/+8
|
* service: jit: document and clean upLiam2022-04-253-132/+225
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-234-12/+8
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* service: jit: Implement the JIT serviceLiam2022-04-133-6/+774
|
* service: jit: stub JIT serviceLiam2022-04-072-0/+73