mirror of https://github.com/PCSX2/pcsx2.git
GSRunner: Fix compilation
This commit is contained in:
parent
0e268864e2
commit
555b8efcad
|
@ -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…
Reference in New Issue