mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
remote::Storage just barely working.
This commit is contained in:
@@ -100,7 +100,7 @@ TitleInfoState::~TitleInfoState()
|
||||
sm_slidePanel->clear_elements();
|
||||
}
|
||||
|
||||
void TitleInfoState::update(void)
|
||||
void TitleInfoState::update()
|
||||
{
|
||||
// Grab this instead of calling the function over and over.
|
||||
bool hasFocus = AppState::has_focus();
|
||||
@@ -123,7 +123,7 @@ void TitleInfoState::update(void)
|
||||
}
|
||||
}
|
||||
|
||||
void TitleInfoState::render(void)
|
||||
void TitleInfoState::render()
|
||||
{
|
||||
// This is the vertical gap for rendering text.
|
||||
static constexpr int SIZE_VERT_GAP = SIZE_TEXT_TARGET_HEIGHT + 4;
|
||||
|
||||
Reference in New Issue
Block a user