Skip to content

Commit

Permalink
RegTest: Compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Sep 6, 2024
1 parent 929b049 commit 153d959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/duckstation-regtest/regtest_host.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ bool Host::ChangeLanguage(const char* new_language)
return false;
}

s32 Host::Internal::GetTranslatedStringImpl(std::string_view context, std::string_view msg, char* tbuf,
size_t tbuf_space)
s32 Host::Internal::GetTranslatedStringImpl(std::string_view context, std::string_view msg,
std::string_view disambiguation, char* tbuf, size_t tbuf_space)
{
if (msg.size() > tbuf_space)
return -1;
Expand Down

0 comments on commit 153d959

Please sign in to comment.