-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix for 'auto' game IOS option. in v5.5.4 'auto' causes the game to…
… use a d2x cios base 38 if you have it installed, which prevents game from booting. this fix prevents this from happening.
- Loading branch information
Showing
4 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a0ef54a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just saw your comment, what cios do you have installed? my logical guess is you have a cios with a base 37 or 36 or something lower than 56 installed.
maybe i should change
to
if(itr->first > gameIOS && itr->first >= 56)//compare bases