summaryrefslogtreecommitdiff
path: root/src/odenotstub/odenotstub.c
blob: 282962e911f75b56393ed9550e41c34c415a01fb (plain)
1
2
3
4
5
6
7
8
9
#ifdef __REVOLUTION_SDK__
#include <revolution.h>
#else
#include <dolphin.h>
#endif

u8 Hu_IsStub() {
    return 0;
}