mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-20 15:40:23 +00:00
RSX: Fix RSX Captures
This commit is contained in:
parent
e5b03d9cbd
commit
d1bfa9cd9c
@ -785,9 +785,9 @@ bool Emulator::BootRsxCapture(const std::string& path)
|
||||
|
||||
const std::string lower = fmt::to_lower(path);
|
||||
|
||||
if (lower.ends_with(".SAVESTAT.gz") || lower.ends_with(".SAVESTAT.zst"))
|
||||
if (lower.ends_with(".gz") || lower.ends_with(".zst"))
|
||||
{
|
||||
if (lower.ends_with(".SAVESTAT.gz"))
|
||||
if (lower.ends_with(".gz"))
|
||||
{
|
||||
load.m_file_handler = make_compressed_serialization_file_handler(std::move(in_file));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user