Initial Commit

This commit is contained in:
2026-03-05 16:52:47 +01:00
parent 57465b3b65
commit ce5f8ba5ab
6 changed files with 458 additions and 0 deletions

24
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,24 @@
name: Build NRO
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
container:
image: devkitpro/devkita64:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: make
- name: Upload NRO
uses: actions/upload-artifact@v4
with:
name: PatchExtractor-nro
path: "*.nro"