Correctly load seeds

This commit is contained in:
zhupengfei
2020-05-01 15:05:01 +08:00
parent f60fc572be
commit 2c4dd84d49
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ private:
namespace Seeds {
void Init(bool force = false);
void Load(const std::string& path);
std::optional<Seed::Data> GetSeed(u64 title_id);
} // namespace Seeds