Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-05 | Revert "Remove BIOS reserved translation area" | neonloop | |
This reverts commit fb7ca09b019248b9a0aba481ea55386f71053d73. It seems that commit broke rolling in Minish Cap when using the ARM dynarec. | |||
2021-03-23 | Move caches to stub files to get around gcc 10 | David Guillen Fandos | |
Seems that using the __atribute__ magic for sections is not the best way of doing this, since it injects some default atributtes that collide with the user defined ones. Using assembly is far easier in this case. Reworked definitions a bit to make it easier to import from assembly. Also wrapped stuff around macros for easy and less verbose implementation of the symbol prefix issue. |