mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
* Ignore `.cache` folder * Add `AlberCore` build-target Separate the AlberCore from its frontends. Allowing two front-ends to interface with the same core implementation. This also allows for the core to interface better with unit-testing. * Modularize SDL/Qt frontend Separates all QT/SDL build files and options into the frontend-build-target * Fix optional OpenGL enablement Software renderer requires OpenGL, so AlberCore requries OpenGL. The QT frontend currently requires OpenGL due to `ScreenWidget` * Fix Android build * Fix LTO linking * Fix windows build `LoadLibrary` is a preprocessor that will use either `LoadLibraryW` or `LoadLibraryA` depending on if `UNICODE` is defined or not. In this case we are using an ASCII string literal and and can explicitly specify the usage of `LoadLibraryA` with an ASCII literal. * Bonk * Bonk --------- Co-authored-by: wheremyfoodat <44909372+wheremyfoodat@users.noreply.github.com> |
||
---|---|---|
.. | ||
boost@4532ae239c | ||
cityhash | ||
cmrc@9a3396444e | ||
cryptopp | ||
discord-rpc@e258e9a6ae | ||
duckstation | ||
dynarmic@a41c380246 | ||
elfio@b996977925 | ||
glad | ||
glm@5c46b9c070 | ||
httplib@be07d2d7a9 | ||
hydra_core@1cdb1eda5f | ||
imgui | ||
libuv@b8368a1441 | ||
LuaJIT@41edf0959b | ||
luv@3e55ac4331 | ||
miniaudio@4a5b74bef0 | ||
mio@8b6b7d878c | ||
oaknut@94c726ce03 | ||
opengl | ||
result | ||
SDL2@379d478055 | ||
stb@5736b15f7e | ||
teakra@01db7cdd00 | ||
toml11@1340692442 | ||
xbyak@ad5276fa4d | ||
xxhash | ||
zep@75406e1c85 |