This commit is contained in:
ManDude
2022-06-19 15:19:01 +01:00
parent a79b59ed68
commit 5628e32e54
+1 -2
View File
@@ -7,8 +7,7 @@
static const std::unordered_map<std::string, GameTextVersion> s_text_ver_enum_map = {
{"jak1-v1", GameTextVersion::JAK1_V1},
{"jak1-v2", GameTextVersion::JAK1_V1}
};
{"jak1-v2", GameTextVersion::JAK1_V1}};
// TODO - why not just return the inputs instead of passing in an empty one?
void open_text_project(const std::string& kind,