summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/jit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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