Skip to content

Commit

Permalink
Merge pull request #25 from SceneGate/feature/doc-specs
Browse files Browse the repository at this point in the history
📚 Document ROM specification and usage
  • Loading branch information
pleonex authored May 5, 2022
2 parents 314091f + a45ce9c commit 1919d11
Show file tree
Hide file tree
Showing 47 changed files with 1,711 additions and 529 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
fetch-depth: 0 # We need full history for version number
lfs: true
submodules: 'recursive'

- name: "Setup .NET SDK"
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -72,6 +73,7 @@ jobs:
with:
fetch-depth: 0 # We need full history for version number
lfs: true
submodules: 'recursive'

- name: "Setup .NET SDK"
uses: actions/setup-dotnet@v1
Expand Down Expand Up @@ -100,6 +102,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0 # We need full history for version number
submodules: 'recursive'

- name: "Download artifacts"
uses: actions/download-artifact@v2
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "docs/templates/material"]
path = docs/templates/material
url = https://github.com/ovasquez/docfx-material.git
7 changes: 7 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,23 @@
"Ekona",
"Encryptor",
"ESRB",
"firmwares",
"HMAC",
"HMACSHA",
"Itcm",
"Modcrypt",
"Modcrypted",
"NAND",
"nitrocode",
"nitrorom",
"Pegi",
"scenegate",
"SCFG",
"Texim",
"ulong",
"unlaunch",
"Unswizzle",
"ushort",
"WRAM"
],
}
Loading

0 comments on commit 1919d11

Please sign in to comment.