GSRunner: Fix compilation

This commit is contained in:
refractionpcsx2 2022-12-13 20:57:55 +00:00
parent 0e268864e2
commit 555b8efcad
1 changed files with 2 additions and 1 deletions

View File

@ -346,7 +346,8 @@ void Host::OnVMResumed()
{
}
void Host::OnGameChanged(const std::string& disc_path, const std::string& game_serial, const std::string& game_name, u32 game_crc)
void Host::OnGameChanged(const std::string& disc_path, const std::string& elf_override, const std::string& game_serial,
const std::string& game_name, u32 game_crc)
{
}