mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-08 16:01:19 +12:00
Remove deprecated logging system and expose developer logging window (#825)
This commit is contained in:
parent
b8dec03cb5
commit
d903b2cf12
47 changed files with 148 additions and 283 deletions
|
@ -541,7 +541,7 @@ void fsc_setFileLength(FSCVirtualFile* fscFile, uint32 newEndOffset)
|
|||
uint32 fileSize = fsc_getFileSize(fscFile);
|
||||
if (!fsc_isWritable(fscFile))
|
||||
{
|
||||
cemuLog_force("TruncateFile called on read-only file");
|
||||
cemuLog_log(LogType::Force, "TruncateFile called on read-only file");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue