mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 04:07:56 -05:00
general: fix incorrect conversions
This commit is contained in:
@ -57,7 +57,7 @@ Result VfsDirectoryServiceWrapper::CreateFile(const std::string& path_, u64 size
|
||||
return FileSys::ERROR_PATH_NOT_FOUND;
|
||||
}
|
||||
|
||||
FileSys::EntryType entry_type;
|
||||
FileSys::EntryType entry_type{};
|
||||
if (GetEntryType(&entry_type, path) == ResultSuccess) {
|
||||
return FileSys::ERROR_PATH_ALREADY_EXISTS;
|
||||
}
|
||||
|
Reference in New Issue
Block a user