This commit is contained in:
Der_Floh 2026-07-03 14:31:24 +02:00
parent b5f2007bcb
commit 806640f73d
3 changed files with 3 additions and 3 deletions

2
3rdparty/FAudio vendored

@ -1 +1 @@
Subproject commit 4a565648400ba904f7722a72610e878581545ec4
Subproject commit 75c79d4c8ab59dfc4313e40c1997e03f7d32229f

@ -1 +1 @@
Subproject commit f87239e71e42da91ca317a12eefb82cfbf3393eb
Subproject commit 8e37db5e797b6167f3a00d697d816a684bd259c7

View File

@ -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";