game_menu: remove stubbed option to enable/disable title cache.

the option was never actually implemented and there's no benifit to disabling it anyway.
This commit is contained in:
ITotalJustice
2025-08-06 14:11:59 +01:00
parent a0370912da
commit 70518762ae
2 changed files with 0 additions and 5 deletions

View File

@@ -102,7 +102,6 @@ private:
option::OptionLong m_order{INI_SECTION, "order", OrderType::OrderType_Descending};
option::OptionLong m_layout{INI_SECTION, "layout", LayoutType::LayoutType_Grid};
option::OptionBool m_hide_forwarders{INI_SECTION, "hide_forwarders", false};
option::OptionBool m_title_cache{INI_SECTION, "title_cache", true};
};
struct NcmMetaData {