mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-23 06:57:08 +00:00
This implements a partial JITIL based off of the JIT64IL. It's enough to run most games, albiet at a slow speed. Implementing instructions for this IL is really simple since it basically is just enabling based on what is already in JIT64IL, and then enabling each individual IL instruction. |
||
|---|---|---|
| .. | ||
| .settings | ||
| assets | ||
| jni | ||
| libs | ||
| res | ||
| src/org/dolphinemu/dolphinemu | ||
| .classpath | ||
| .gitignore | ||
| .project | ||
| android.toolchain.cmake | ||
| AndroidManifest.xml | ||
| build.xml | ||
| custom_rules.xml | ||
| project.properties | ||