fix: console compiling

This commit is contained in:
2026-08-15 21:15:39 -04:00
parent 8ee10c3a68
commit b1d583721f
+5 -1
View File
@@ -3841,7 +3841,11 @@ void CMinecraftApp::HandleXuiActions(void)
break;
case eAppAction_SetDefaultOptions:
SetAction(i,eAppAction_Idle);
SetDefaultOptions((C_4JProfile::PROFILESETTINGS *)param,i);
#if ( defined __PS3__ || defined __ORBIS__ || defined _DURANGO || defined __PSVITA__)
SetDefaultOptions((C4JStorage::PROFILESETTINGS *)param,i);
#else
SetDefaultOptions((C_4JProfile::PROFILESETTINGS *)param,i);
#endif
// if the profile data has been changed, then force a profile write
// It seems we're allowed to break the 5 minute rule if it's the result of a user action