Imported odemuexi2, amcstubs and odenotstub

This commit is contained in:
dbalatoni13 2024-11-12 21:41:34 +01:00
parent f6b979ac3c
commit bedf7ba7b5
4 changed files with 378 additions and 4 deletions

View file

@ -0,0 +1,7 @@
#include <dolphin.h>
int Hu_IsStub();
int Hu_IsStub() {
return 0;
}