Skip to content

Commit

Permalink
First working example
Browse files Browse the repository at this point in the history
  • Loading branch information
memeToasty committed Aug 2, 2022
1 parent a695c2e commit 5ec02b0
Show file tree
Hide file tree
Showing 11 changed files with 187 additions and 6,751 deletions.
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@
*.out
*.app

deploy

# Random shit
deploy
*.3dsx
*.elf
*.smdh
build/

.vscode/
5 changes: 0 additions & 5 deletions .vscode/settings.json

This file was deleted.

Binary file removed 3ds_sorting.3dsx
Binary file not shown.
Binary file removed 3ds_sorting.elf
Binary file not shown.
Binary file removed 3ds_sorting.smdh
Binary file not shown.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ else
#---------------------------------------------------------------------------------
endif
#---------------------------------------------------------------------------------

export T3XFILES := $(GFXFILES:.t3s=.t3x)

export OFILES_SOURCES := $(CPPFILES:.cpp=.o) $(CFILES:.c=.o) $(SFILES:.s=.o)
Expand Down
Loading

0 comments on commit 5ec02b0

Please sign in to comment.