mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-13 13:05:23 -05:00
Add comments to states.
This commit is contained in:
@@ -40,6 +40,8 @@ namespace
|
||||
};
|
||||
} // namespace
|
||||
|
||||
// ---- Construction ----
|
||||
|
||||
TitleOptionState::TitleOptionState(data::User *user,
|
||||
data::TitleInfo *titleInfo,
|
||||
const FsSaveDataInfo *saveInfo,
|
||||
@@ -54,6 +56,8 @@ TitleOptionState::TitleOptionState(data::User *user,
|
||||
TitleOptionState::initialize_data_struct();
|
||||
}
|
||||
|
||||
// ---- Public functions ----
|
||||
|
||||
void TitleOptionState::update()
|
||||
{
|
||||
const bool hasFocus = BaseState::has_focus();
|
||||
@@ -110,6 +114,8 @@ void TitleOptionState::close_on_update() { m_exitRequired = true; }
|
||||
|
||||
void TitleOptionState::refresh_required() { m_refreshRequired = true; }
|
||||
|
||||
// ---- Private functions ----
|
||||
|
||||
void TitleOptionState::initialize_static_members()
|
||||
{
|
||||
if (sm_slidePanel && sm_titleOptionMenu) { return; }
|
||||
|
||||
Reference in New Issue
Block a user