This commit is contained in:
Aurora 2016-03-23 04:27:07 +01:00
parent 887707ea87
commit 39280e397a

View File

@ -109,7 +109,7 @@ void setupCFW(void){
//If boot configuration is different from previously, overwrite it
if(bootConfig != (config & 0xFF00)){
//Preserve used settings (first byte)
//Preserve user settings (first byte)
u16 tempConfig = ((config & 0xFF) | bootConfig);
fileWrite((u8 *)&tempConfig, configPath, 2);
}