Implement TObj*/IObj; finish matching CStringTable

This commit is contained in:
2022-07-14 12:24:26 -04:00
parent 2ce22743e9
commit e98f62c3a6
51 changed files with 437 additions and 436 deletions

View File

@@ -11,7 +11,7 @@ jobs:
env:
WINEPREFIX: ${{github.workspace}}/.wine
steps:
- name: Install devkitPro
- name: Install dependencies
run: |
sudo dpkg --add-architecture i386
sudo apt-get update
@@ -24,4 +24,4 @@ jobs:
| bsdtar -xvf- -C tools --exclude Wii
mv tools/GC tools/mwcc_compiler
- name: make
run: make -j
run: make -j$(nproc)