mirror of https://github.com/PCSX2/pcsx2.git
VMManager: Fix disc path when specifying source type
This commit is contained in:
parent
8a6c896dde
commit
1e06b57f25
|
@ -530,6 +530,7 @@ bool VMManager::ApplyBootParameters(const VMBootParameters& params)
|
|||
}
|
||||
|
||||
// Use specified source type.
|
||||
s_disc_path = params.filename;
|
||||
CDVDsys_SetFile(params.source_type.value(), params.filename);
|
||||
CDVDsys_ChangeSource(params.source_type.value());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue