remote::Storage just barely working.

This commit is contained in:
J-D-K
2025-07-04 13:06:47 -04:00
parent e29db89706
commit e27e0c8e51
92 changed files with 2240 additions and 1044 deletions

View File

@@ -3,7 +3,7 @@
#include "sdl.hpp"
#include "strings.hpp"
TitleSelectCommon::TitleSelectCommon(void)
TitleSelectCommon::TitleSelectCommon()
{
if (m_titleControlsX == 0)
{
@@ -11,7 +11,7 @@ TitleSelectCommon::TitleSelectCommon(void)
}
}
void TitleSelectCommon::render_control_guide(void)
void TitleSelectCommon::render_control_guide()
{
if (AppState::has_focus())
{