Skip to content

Commit

Permalink
Force GetSDKMainVersion result 5
Browse files Browse the repository at this point in the history
  • Loading branch information
sum2012 committed Mar 6, 2015
1 parent c3f38f3 commit 5109513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/Dialog/SavedataParam.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ namespace

int GetSDKMainVersion(int sdkVersion)
{
/*
if(sdkVersion > 0x0307FFFF)
return 6;
if(sdkVersion > 0x0300FFFF)
Expand All @@ -148,6 +149,8 @@ namespace
if(sdkVersion >= 0x01000000)
return 1;
return 0;
*/
return 5;
};
}

Expand Down

0 comments on commit 5109513

Please sign in to comment.