mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Core: Add freelook camera control type setting
This commit is contained in:
@ -28,7 +28,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
return true;
|
||||
}
|
||||
|
||||
static constexpr std::array<const Config::Location*, 96> s_setting_saveable = {
|
||||
static constexpr std::array<const Config::Location*, 97> s_setting_saveable = {
|
||||
// Main.Core
|
||||
|
||||
&Config::MAIN_DEFAULT_ISO.location,
|
||||
@ -73,6 +73,7 @@ bool IsSettingSaveable(const Config::Location& config_location)
|
||||
&Config::GFX_DUMP_EFB_TARGET.location,
|
||||
&Config::GFX_DUMP_FRAMES_AS_IMAGES.location,
|
||||
&Config::GFX_FREE_LOOK.location,
|
||||
&Config::GFX_FREE_LOOK_CONTROL_TYPE.location,
|
||||
&Config::GFX_USE_FFV1.location,
|
||||
&Config::GFX_DUMP_FORMAT.location,
|
||||
&Config::GFX_DUMP_CODEC.location,
|
||||
|
Reference in New Issue
Block a user