mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-07-10 10:04:47 -06:00
merge
This commit is contained in:
parent
b5f2007bcb
commit
806640f73d
2
3rdparty/FAudio
vendored
2
3rdparty/FAudio
vendored
@ -1 +1 @@
|
||||
Subproject commit 4a565648400ba904f7722a72610e878581545ec4
|
||||
Subproject commit 75c79d4c8ab59dfc4313e40c1997e03f7d32229f
|
||||
2
3rdparty/libsdl-org/SDL
vendored
2
3rdparty/libsdl-org/SDL
vendored
@ -1 +1 @@
|
||||
Subproject commit f87239e71e42da91ca317a12eefb82cfbf3393eb
|
||||
Subproject commit 8e37db5e797b6167f3a00d697d816a684bd259c7
|
||||
@ -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