mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-15 22:05:12 +01:00
906598cad9
- support for SD-Gecko in Slot A or B - updated device-prompt: choice 5: SD-Gecko Slot A, choice 6: SD-Gecko Slot B - updaetd storage option 'all' to include SD-Geckos - fixed a regression from rev37 when storage is dvd don't loop three times - fixed a regression from rev39 correctly treat <no_ios_reload> - added <force_no_ios_reload/> support, for testing purposes btw: not hot-plugging support for SD-Geckos\!
7 lines
54 B
C
7 lines
54 B
C
#define SVN_REV 40
|
|
|
|
int SvnRev()
|
|
{
|
|
return SVN_REV;
|
|
}
|