GSRunner: Fix compilation

pull/12/head
refractionpcsx2 12 months ago
parent 0e268864e2
commit 555b8efcad
  1. 3
      pcsx2-gsrunner/Main.cpp

@ -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)
{
}

Loading…
Cancel
Save