LayoutResourceMgr functions + update NintendoSDK.

This commit is contained in:
Pistonight
2024-08-07 18:28:23 -07:00
parent 0f88ba6f00
commit c4e0a55dd9
12 changed files with 536 additions and 43 deletions
+5 -2
View File
@@ -4,8 +4,11 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: DoozyX/clang-format-lint-action@v0.18
with:
source: 'src'
exclude: 'lib'