mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-10 01:54:46 -06:00
merge
This commit is contained in:
parent
b5f2007bcb
commit
2cef4d3a9d
@ -39,7 +39,7 @@ static std::string handle_load(int slot, const std::string& path)
|
||||
if (sky_file.read(buf.data(), buf.size()) != buf.size())
|
||||
return "error file too small\n";
|
||||
|
||||
const u8 result = g_skyportal.load_skylander(buf.data(), std::move(sky_file), slot);
|
||||
const u8 result = g_skyportal.load_skylander(buf, std::move(sky_file), slot);
|
||||
if (result == 0xFF)
|
||||
return "error no free slot\n";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user