diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb index 79d2c74..f58fd3e 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo index 21cefc8..94d7bfe 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index 8f7ff61..10d52e9 100644 Binary files a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp index b12cd3d..17b712a 100644 --- a/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp +++ b/build/tools/MasterEditor/MasterEditorTWL/MasterEditorTWL/srl_mrc.cpp @@ -810,7 +810,7 @@ void RCSrl::mrcAccessControl(FILE *fp) RCMrcError::PurposeType::Production | RCMrcError::PurposeType::CardKiosk | RCMrcError::PurposeType::CardDistribution, "SDReadAccessUser") ); } - if( this->pRomHeader->s.access_control.sdmc_access_read != 0 ) + if( this->pRomHeader->s.access_control.sdmc_access_write != 0 ) { this->hErrorList->Add( this->makeMrcError( RCMrcError::PurposeType::Production | RCMrcError::PurposeType::CardKiosk | RCMrcError::PurposeType::CardDistribution, @@ -835,7 +835,7 @@ void RCSrl::mrcAccessControl(FILE *fp) RCMrcError::PurposeType::Production | RCMrcError::PurposeType::DSiShop, "SDReadAccessUser") ); } - if( this->pRomHeader->s.access_control.sdmc_access_read != 0 ) + if( this->pRomHeader->s.access_control.sdmc_access_write != 0 ) { this->hErrorList->Add( this->makeMrcError( RCMrcError::PurposeType::Production | RCMrcError::PurposeType::DSiShop,