mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
FifoPlayer: Move instance to System.
This commit is contained in:
@ -652,7 +652,7 @@ bool CBoot::BootUp(Core::System& system, const Core::CPUThreadGuard& guard,
|
||||
bool operator()(const BootParameters::DFF& dff) const
|
||||
{
|
||||
NOTICE_LOG_FMT(BOOT, "Booting DFF: {}", dff.dff_path);
|
||||
return FifoPlayer::GetInstance().Open(dff.dff_path);
|
||||
return system.GetFifoPlayer().Open(dff.dff_path);
|
||||
}
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user