Replace some log errors (#9980)

This commit is contained in:
Eladash 2021-03-17 16:19:35 +02:00 committed by GitHub
parent 6cc5428d5e
commit 1213708b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 11 additions and 11 deletions

View file

@ -2284,7 +2284,7 @@ error_code cellSaveDataUserFixedDelete(ppu_thread& ppu, u32 userId, PSetList set
void cellSaveDataEnableOverlay(s32 enable)
{
cellSaveData.error("cellSaveDataEnableOverlay(enable=%d)", enable);
cellSaveData.todo("cellSaveDataEnableOverlay(enable=%d)", enable);
}