mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-10-05 15:49:01 +00:00
add new command line argument for hiding seekbar
This commit is contained in:
parent
d91d146c0e
commit
8ae8a60cd1
5 changed files with 15 additions and 1 deletions
|
@ -568,11 +568,17 @@ std::string Settings::GetSlippiInputFile() const
|
|||
{
|
||||
return SConfig::GetInstance().m_strSlippiInput;
|
||||
}
|
||||
|
||||
void Settings::SetSlippiInputFile(std::string path)
|
||||
{
|
||||
SConfig::GetInstance().m_strSlippiInput = path;
|
||||
}
|
||||
|
||||
void Settings::SetSlippiSeekbarEnabled(bool enabled)
|
||||
{
|
||||
SConfig::GetInstance().m_slippiEnableSeek = enabled;
|
||||
}
|
||||
|
||||
bool Settings::IsSDCardInserted() const
|
||||
{
|
||||
return SConfig::GetInstance().m_WiiSDCard;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue