aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAge
* Custom path support (#1333)Arisotura2022-01-07
* don't link rt when oglrenderer disabled on appleCharlene Campbell2021-12-29
* finally decouple Config from the core. baahhahahahahArisotura2021-11-18
* DLDI/SD folder-sync apparatus (#1251)Arisotura2021-10-28
* Fallback to FreeBIOS when BIOS files are not found. (v2) (#1174)Adrian Siekierka2021-10-02
* DMA timing renovation (#1207)Arisotura2021-08-31
* having fun with fatfs (#1189)Arisotura2021-08-24
* add support for JIT profiling with VTuneRSDuck2021-07-24
* Add PoroCYon's DSP code. (#1123)purringChaos2021-06-06
* macOS-related CMake cleanupsNadia Holmquist Pedersen2021-05-02
* Allow for a more modular renderer backends (#990)Wunk2021-02-09
* Use libepoxy to load in OpenGL functions (#960)WaluigiWare642021-01-26
* Add FreeBSD support (#939)WaluigiWare642021-01-22
* Also include Homebrew on ARM64 Mac location in CMake (#938)WaluigiWare642021-01-11
* Improved SRAM performance (#925)Kimmy Andersson2021-01-09
* change cmake file as wellRSDuck2020-12-07
* lay base for multiple GPU2D backendsRSDuck2020-12-06
* Rename jit linkage asm files (#836)webgeek12342020-12-01
* Add support for macOS (#771)WaluigiWare642020-11-29
* make OpenGL renderer a build optionRSDuck2020-10-01
* actually add DLDI. bahahahhhArisotura2020-09-03
* add AR code file parser and shitArisotura2020-08-13
* Make it buildable on aarch64RSDuck2020-07-23
* first steps in bringing over the JIT refactor/fastmemRSDuck2020-06-16
* Merge branch 'generic_jit' of https://github.com/Arisotura/melonDS into gener...RSDuck2020-06-16
|\
| * fix build with JIT disabled and set default JIT maxblock size to 32RSDuck2020-06-16
| * implement block linking + some refactoringRSDuck2020-06-16
| * this mistake was phenomally stupidRSDuck2020-06-16
| * move ARM64 JIT backend hereRSDuck2020-06-16
| * jit: add compile optionRSDuck2020-06-16
| * jit: branch instructionsRSDuck2020-06-16
| * JIT: compilation of word load and storeRSDuck2020-06-16
| * JIT: implemented most ALU instructionsRSDuck2020-06-16
| * JIT: baseRSDuck2020-06-16
| * Merge remote-tracking branch 'remotes/origin/master' into melonDSiArisotura2020-05-30
| |\
| | * embed romlist.binArisotura2020-05-30
| | * get the OpenGL renderer going.Arisotura2020-05-25
| | * add audio output. HARK HARK HARKArisotura2020-05-02
| | * add a bunch of codeArisotura2020-04-27
| | * get some of the shit going, I guessArisotura2020-04-27
| * | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSiArisotura2020-05-30
| |\|
| * | add DSi shit to cmakelistsStapleButter2019-10-16
* | | fix build with JIT disabled and set default JIT maxblock size to 32RSDuck2020-04-26
* | | implement block linking + some refactoringRSDuck2020-04-26
* | | this mistake was phenomally stupidRSDuck2020-04-26
* | | move ARM64 JIT backend hereRSDuck2020-04-26
* | | jit: add compile optionRSDuck2020-04-26
* | | jit: branch instructionsRSDuck2020-04-26
* | | JIT: compilation of word load and storeRSDuck2020-04-26
* | | JIT: implemented most ALU instructionsRSDuck2020-04-26