aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/3ds/3ds.mk
AgeCommit message (Collapse)Author
2019-12-253DS: Add missing makefile dependencyBastien Bouclet
Make cannot automatically deduce that the shader assembler generates the .h file that is required to build osystem-graphics.cpp.
2019-12-013DS: Implement dynamic pluginsBastien Bouclet
Allows a full build to run on old generation devices
2019-11-043DS: Add a make rule for a distributable packageBastien Bouclet
2019-11-033DS: Implement cloud sync supportBastien Bouclet
2019-11-013DS: Remove 3dstool dependencyMrHuu
This patch alters the way the .cia is build. It removes the need for 3dstool. Instead of first generating a .romfs file using 3dstool, let makerom generate the romfs while building the .cia.
2019-10-303DS: Set 'scummvm.romfs' to be removed by 3ds_clean in 3ds.mkMichael Ball
2019-10-243DS: Add files to be removed by 3ds_clean in 3ds.mk:Michael Ball
backends/platform/3ds/shader.shbin (byproduct of "make"), backends/platform/3ds/shader_shbin.h (byproduct of "make"), $(TARGET).smdh (aka scummvm.smdh, byproduct of "make scummvm.3dsx"), $(TARGET).bnr (aka scummvm.bnr, byproduct of "make scummvm.cia")
2019-10-143DS: Embed ScummVM's support files in the packageBastien Bouclet
2018-11-213DS: Fix building outside the main source directoryCameron Cawley
2018-11-213DS: Use recent devkitPro build toolsNitrus
2016-04-113DS: Add CIA format build, add timer handler thread, fix APT service ↵Thomas Edvalson
suspending/sleeping/exiting
2016-04-063DS: Initial commitThomas Edvalson