Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | actually add DLDI. bahahahhh | Arisotura | 2020-09-03 |
| | |||
* | add AR code file parser and shit | Arisotura | 2020-08-13 |
| | |||
* | Make it buildable on aarch64 | RSDuck | 2020-07-23 |
| | |||
* | first steps in bringing over the JIT refactor/fastmem | RSDuck | 2020-06-16 |
| | |||
* | Merge branch 'generic_jit' of https://github.com/Arisotura/melonDS into ↵ | RSDuck | 2020-06-16 |
|\ | | | | | | | generic_jit | ||
| * | fix build with JIT disabled and set default JIT maxblock size to 32 | RSDuck | 2020-06-16 |
| | | |||
| * | implement block linking + some refactoring | RSDuck | 2020-06-16 |
| | | | | | | | | currently only supported for x64 | ||
| * | this mistake was phenomally stupid | RSDuck | 2020-06-16 |
| | | |||
| * | move ARM64 JIT backend here | RSDuck | 2020-06-16 |
| | | |||
| * | jit: add compile option | RSDuck | 2020-06-16 |
| | | |||
| * | jit: branch instructions | RSDuck | 2020-06-16 |
| | | |||
| * | JIT: compilation of word load and store | RSDuck | 2020-06-16 |
| | | |||
| * | JIT: implemented most ALU instructions | RSDuck | 2020-06-16 |
| | | |||
| * | JIT: base | RSDuck | 2020-06-16 |
| | | | | | | | | all instructions are interpreted | ||
| * | Merge remote-tracking branch 'remotes/origin/master' into melonDSi | Arisotura | 2020-05-30 |
| |\ | |||
| | * | embed romlist.bin | Arisotura | 2020-05-30 |
| | | | |||
| | * | get the OpenGL renderer going. | Arisotura | 2020-05-25 |
| | | | | | | | | | | | | | | | | | | sorta. (also make the blackmagic_II branch obsolete in the process) | ||
| | * | add audio output. HARK HARK HARK | Arisotura | 2020-05-02 |
| | | | |||
| | * | add a bunch of code | Arisotura | 2020-04-27 |
| | | | |||
| | * | get some of the shit going, I guess | Arisotura | 2020-04-27 |
| | | | | | | | | | | | | | | | | | | atleast the emuthread is going and we have its control system down and other fun shit, too | ||
| * | | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi | Arisotura | 2020-05-30 |
| |\| | |||
| * | | add DSi shit to cmakelists | StapleButter | 2019-10-16 |
| | | | |||
* | | | fix build with JIT disabled and set default JIT maxblock size to 32 | RSDuck | 2020-04-26 |
| | | | |||
* | | | implement block linking + some refactoring | RSDuck | 2020-04-26 |
| | | | | | | | | | | | | currently only supported for x64 | ||
* | | | this mistake was phenomally stupid | RSDuck | 2020-04-26 |
| | | | |||
* | | | move ARM64 JIT backend here | RSDuck | 2020-04-26 |
| | | | |||
* | | | jit: add compile option | RSDuck | 2020-04-26 |
| | | | |||
* | | | jit: branch instructions | RSDuck | 2020-04-26 |
| | | | |||
* | | | JIT: compilation of word load and store | RSDuck | 2020-04-26 |
| | | | |||
* | | | JIT: implemented most ALU instructions | RSDuck | 2020-04-26 |
| | | | |||
* | | | JIT: base | RSDuck | 2020-04-26 |
| |/ |/| | | | | | all instructions are interpreted | ||
* | | flesh shit out for loading a cheat file | Arisotura | 2020-02-24 |
| | | |||
* | | lay base for AR cheatzorz. baahahhhh | Arisotura | 2020-02-14 |
| | | |||
* | | Add GBA cart model and allow reading from it | Raphaël Zumer | 2019-12-08 |
|/ | |||
* | Linux: fix uiGLGetProcAddress() | StapleButter | 2019-06-01 |
| | |||
* | Linux: start getting somewhere with the whole OpenGL shito | StapleButter | 2019-05-28 |
| | |||
* | apply tgsm's changes (see PR #411 ) | PoroCYon | 2019-05-26 |
| | |||
* | fix oudated CMake compile settings, add OpenGL dependency for Linux | PoroCYon | 2019-05-26 |
| | |||
* | Revamp build system | Nadia Holmquist Pedersen | 2019-05-01 |