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:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user