Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Move all core types into namespaces (#1886) | Jesse Talavera-Greenberg | 2023-11-25 |
| | | | | | | | | * Reorganize namespaces - Most types are now moved into the `melonDS` namespace - Only good chance to do this for a while, since a big refactor is next * Fix the build | ||
* | some tiny A64 optimisations | RSDuck | 2021-06-30 |
| | |||
* | remove some UB | RSDuck | 2020-09-04 |
| | | | | | | | - savestates used to read a four bytes from a single byte value - a few unassigned variables - some other things - also make the ROR macro an inline function | ||
* | another try | RSDuck | 2020-07-09 |
| | |||
* | misc JIT changes | RSDuck | 2020-07-08 |
| | |||
* | apply fixes for aarch64 linux by @nadiaholmquist | RSDuck | 2020-04-26 |
| | |||
* | move ARM64 JIT backend here | RSDuck | 2020-04-26 |