Leseratte10 / d2xl-cios

d2xl-cIOS - a fork of davebaol's d2x cIOS
GNU General Public License v3.0
30 stars 3 forks source link

cios group base count not updated to account for addition of Wii IOS59 #2

Closed seangibbz closed 4 years ago

seangibbz commented 4 years ago

Line 3 of data/ciosciosmaps.xml should be updated for the appropriate amount of base options (i.e. 16).

Before: <ciosgroup name="d2xl-v${MAJOR_VER}-${MINOR_VER}" version="${IOS_REV}" basescount="15">

After: <ciosgroup name="d2xl-v${MAJOR_VER}-${MINOR_VER}" version="${IOS_REV}" basescount="16">

fancythedeveloper commented 4 years ago

Make a PR, then

Leseratte10 commented 4 years ago

Thanks, I've merged the related PR #3.