homebrewfilter/svnrev/svnrev.c
Christopher Roy Bratusek 4d2e237a74 fix size and layout of device prompt in vWii builds
remove 'All' button from device prompt in vWii builds
2016-08-15 10:16:39 +02:00

7 lines
54 B
C

#define SVN_REV 46
int SvnRev()
{
return SVN_REV;
}