Forgot one line

This commit is contained in:
Henrik Rydgard 2017-04-04 10:14:07 +02:00
parent 0a0aa02aae
commit a029195f57

View file

@ -549,7 +549,6 @@ static u32 sceUmdReplaceProhibit() {
static u32 sceUmdReplacePermit() {
UMDReplacePermit = true;
DEBUG_LOG(SCEIO,"sceUmdReplacePermit()");
host->UpdateUI();
return 0;
}