-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from SeekyCt/dev
v9
- Loading branch information
Showing
353 changed files
with
15,018 additions
and
4,248 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
*.elf | ||
*.rel | ||
# Build system outputs | ||
build | ||
out | ||
build.ninja | ||
|
||
# Tool / user files | ||
.vscode | ||
build.* | ||
*.bat | ||
porting | ||
*.bin | ||
*.bat | ||
compile_commands.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# == Format == | ||
# assetPathHere: | ||
# symbol: symbolHere (<symbol>_end will also be created) | ||
# align: alignmentHere (default 4) | ||
# section: sectionHere (default .rodata) | ||
|
||
assets/inputs.tpl: | ||
symbol: inpTpl | ||
align: 0x20 | ||
section: .data |
Binary file not shown.
Oops, something went wrong.