Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jak3 pc subtitles #3812

Merged
merged 22 commits into from
Jan 5, 2025
2 changes: 2 additions & 0 deletions common/serialization/subtitles/subtitles_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ const std::unordered_map<std::string, u16> jak3_speaker_name_to_enum_val = {
{"martinsen", 42},
{"phillips", 43},
{"yates", 44},
{"ottsel-voice-before-outro", 45},
{"ottsel-voice", 46},
};

GameSubtitlePackage read_json_files_v2(const GameSubtitleDefinitionFile& file_info) {
Expand Down
Loading
Loading