mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-11 13:01:23 -04:00
Config: Port BluetoothPassthrough settings to new config system.
This commit is contained in:
@@ -27,7 +27,8 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
{
|
||||
for (const std::string_view section :
|
||||
{"NetPlay", "General", "GBA", "Display", "Network", "Analytics", "AndroidOverlayButtons",
|
||||
"DSP", "GameList", "FifoPlayer", "AutoUpdate", "Movie", "Input", "Debug"})
|
||||
"DSP", "GameList", "FifoPlayer", "AutoUpdate", "Movie", "Input", "Debug",
|
||||
"BluetoothPassthrough"})
|
||||
{
|
||||
if (config_location.section == section)
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user