-
Notifications
You must be signed in to change notification settings - Fork 5
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 #7 from tritao/update-bgfx
Update bgfx to latest and fix Emscripten compilation
- Loading branch information
Showing
2,457 changed files
with
99,151 additions
and
102,538 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,11 +1,12 @@ | ||
*.bin binary diff=hex | ||
*.c eol=lf | ||
*.cpp eol=lf | ||
*.h eol=lf | ||
*.sc eol=lf | ||
*.sh eol=lf | ||
*.lua eol=lf | ||
*.m eol=lf | ||
*.mm eol=lf | ||
*.md eol=lf | ||
*.lua eol=lf | ||
*.mk eol=lf | ||
*.mm eol=lf | ||
*.sc eol=lf | ||
*.sh eol=lf | ||
makefile eol=lf |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
*.TMP | ||
*.dxvk-cache | ||
*.log | ||
.DS_Store | ||
.build | ||
.debug | ||
.DS_Store | ||
.gdb_history | ||
.git | ||
.svn | ||
tags | ||
.gdb_history | ||
.vscode | ||
*.TMP | ||
tags |
Oops, something went wrong.