mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
Movie: Add the PAL60 setting to Movie files.
This commit is contained in:
parent
2e5e724f94
commit
277348cd75
3 changed files with 15 additions and 2 deletions
|
@ -229,6 +229,7 @@ bool BootCore(const std::string& _rFilename)
|
|||
StartUp.bSkipIdle = Movie::IsSkipIdle();
|
||||
StartUp.bDSPHLE = Movie::IsDSPHLE();
|
||||
StartUp.bProgressive = Movie::IsProgressive();
|
||||
StartUp.bPAL60 = Movie::IsPAL60();
|
||||
StartUp.bFastDiscSpeed = Movie::IsFastDiscSpeed();
|
||||
StartUp.iCPUCore = Movie::GetCPUMode();
|
||||
StartUp.bSyncGPU = Movie::IsSyncGPU();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue