Get past that flea and into 37% (#286)

* Minor tweaks

* Match func_80072718

* Update score

* Do some minor cleanup

* More cleanup and renaming

* Remove comment

* Minor clenaup again

* Remove semicolons

* Match init_controller_paks with a couple of minor fakematch stuff

* Udpate score
This commit is contained in:
Ryan Myers
2022-11-16 18:55:08 -05:00
committed by GitHub
parent 04bee9fc2d
commit d0ec047f47
7 changed files with 131 additions and 534 deletions
+2
View File
@@ -153,5 +153,7 @@ extern s32 osPfsIsPlug(OSMesgQueue *, u8 *);
extern s32 osPfsFreeBlocks(OSPfs *, s32 *);
extern s32 osPfsNumFiles(OSPfs *, s32 *, s32 *);
extern s32 osMotorInit(OSMesgQueue *mq, OSPfs *pfs, int channel);
extern s32 osMotorStop(OSPfs *pfs);
extern s32 osMotorStart(OSPfs *pfs);
#endif