wheremyfoodat / Panda3DS

HLE 3DS emulator
https://panda3ds.com/
GNU General Public License v3.0
908 stars 62 forks source link

Refactor build targets into `AlberCore` #455

Closed Wunkolo closed 6 months ago

Wunkolo commented 6 months ago

This is a modularization of our build targets to allow an AlberCore build-target. This allows for the emulator-core to be a "headless" implementation that can be plugged into either a frontend(QT/SDL/retroarch/etc) or a unit-testing framework to test specific components of the emulator in isolation such as the DSP or shader-core and such without needing a GUI context.