This commit is contained in:
Andrew Glaze
2025-12-06 22:09:17 -05:00
parent 31100a8daf
commit d943c2d074
4 changed files with 4544 additions and 4542 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
.sourcekit-lsp/
build/
*.3dsx
*.elf
+1 -3
View File
@@ -40,9 +40,7 @@ GRAPHICS := gfx
GFXBUILD := $(BUILD)
#ROMFS := romfs
#GFXBUILD := $(ROMFS)/gfx
APP_TITLE := Hello Swift
APP_DESCRIPTION := Built with Embedded Swift, devkitARM & libctru
APP_AUTHOR := Dmitry Serov
APP_TITLE := $(Target)
#---------------------------------------------------------------------------------
# options for code generation
+1
View File
@@ -1,4 +1,5 @@
#include <3ds.h>
#include <stdlib.h>
#include <stdio.h>
static inline void gspWaitForVBlankWrapper(void) {
+4540 -4537
View File
File diff suppressed because it is too large Load Diff