mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 16:48:39 -05:00
common: Change semantics of UNREACHABLE to unconditionally crash
This commit is contained in:
@ -144,7 +144,7 @@ VirtualFile RealVfsFilesystem::MoveFile(std::string_view old_path_, std::string_
|
||||
LOG_ERROR(Service_FS, "Failed to open path {} in order to re-cache it", new_path);
|
||||
}
|
||||
} else {
|
||||
UNREACHABLE();
|
||||
ASSERT(false);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user