mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
fab8e625ad
raise the coder to char[100] because we have a shitload of names on there add param int t=0 to the get entries function to force getting all games and ignore settings and parental control fix bug that code dumped if you didn't have the database.txt for the channel names
8 lines
73 B
C
8 lines
73 B
C
#define SVN_REV "653:655M"
|
|
|
|
const char *GetRev()
|
|
{
|
|
return SVN_REV;
|
|
}
|
|
|