Skip to content

Commit

Permalink
Link EXIBios.c and update build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartPiece44 committed Sep 27, 2023
1 parent 2f46450 commit 9929881
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 2,352 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
env:
PROGRESS_API_KEY: ${{secrets.PROGRESS_API_KEY}}
run: |
python tools/upload-progress.py -b https://progress.deco.mp/ -p pikmin2 -v ${{matrix.version}} \
python tools/upload-progress.py -b https://progress.decomp.club/ -p pikmin2 -v ${{matrix.version}} \
build/pikmin2.${{matrix.version}}/main.dol.progress
- name: Upload map
uses: actions/upload-artifact@v3
Expand Down
1,931 changes: 0 additions & 1,931 deletions asm/Dolphin/exi/EXIBios.s

This file was deleted.

2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
"cflags": "$cflags_base -str noreadonly",
"host": False,
"objects": [
"Dolphin/exi/EXIBios",
["Dolphin/exi/EXIBios", True],
["Dolphin/exi/EXIUart", True],
],
},
Expand Down
1 change: 1 addition & 0 deletions docs/recommended_todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
| <a href="https://github.com/projectPiki/pikmin2/tree/main/src/Dolphin/TRK_MINNOW_DOLPHIN/dolphin_trk.c">TRK_MINNOW_DOLPHIN/dolphin_trk.c</a> | 11230 | <a href="https://github.com/projectPiki/pikmin2/tree/main/src/Dolphin/TRK_MINNOW_DOLPHIN/support.c">TRK_MINNOW_DOLPHIN/support.c</a> | 12046 |
| <a href="https://github.com/projectPiki/pikmin2/tree/main/src/Dolphin/gx/GXTransform.c">gx/GXTransform.c</a> | 12379 | <a href="https://github.com/projectPiki/pikmin2/tree/main/src/Dolphin/gx/GXLight.c">gx/GXLight.c</a> | 14151 |
| <a href="https://github.com/projectPiki/pikmin2/tree/main/src/Dolphin/gx/GXTev.c">gx/GXTev.c</a> | 14624 | <a href="https://github.com/projectPiki/pikmin2/tree/main/src/Dolphin/gx/GXPixel.c">gx/GXPixel.c</a> | 15806 |
| <a href="https://github.com/projectPiki/pikmin2/tree/main/src/Dolphin/gx/GXPerf.c">gx/GXPerf.c</a> | 17304 |

### <section id="JSystem">JSystem</section>
| File | Size (bytes) | File | Size (bytes) |
Expand Down
1 change: 1 addition & 0 deletions include/Dolphin/OS/OSExpansion.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ s32 EXIGetType(s32 channel, u32 dev, u32* type);
char* EXIGetTypeString(u32 type);

u32 __OSGetDIConfig(void);
void __OSEnableBarnacle(int chan, u32 dev);

//////////////////////////////////

Expand Down
1 change: 1 addition & 0 deletions include/Dolphin/os.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ u16 OSGetGbsMode();
extern OSThreadQueue __DVDThreadQueue;
extern u8 _stack_addr[];
extern u8 _stack_end[];
extern BOOL __OSInIPL;

//////////////////////////////////

Expand Down
Loading

0 comments on commit 9929881

Please sign in to comment.