[DSP] Add missing break
This commit is contained in:
@@ -106,7 +106,7 @@ void SaveDataArchive::format(const FSPath& path, const ArchiveBase::FormatInfo&
|
|||||||
fs::create_directories(saveDataPath);
|
fs::create_directories(saveDataPath);
|
||||||
|
|
||||||
// Write format info on disk
|
// Write format info on disk
|
||||||
IOFile file(formatInfoPath, "wb");
|
IOFile file(formatInfoPath, "wb+");
|
||||||
file.writeBytes(&info, sizeof(info));
|
file.writeBytes(&info, sizeof(info));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -267,6 +267,7 @@ void DSPService::writeProcessPipe(u32 messagePointer) {
|
|||||||
default: Helpers::panic("Unimplemented DSP audio pipe state change %d", state);
|
default: Helpers::panic("Unimplemented DSP audio pipe state change %d", state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Reference in New Issue
Block a user