mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-08-24 09:34:22 -05:00
Implement RPi basic version-special code
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
void reset_output_option();
|
||||
protected:
|
||||
void set_output_option(int index, int action);
|
||||
bool is_option_selectable(int index, int action);
|
||||
int get_num_options();
|
||||
std::string get_string_option(int index, int action);
|
||||
void class_setup();
|
||||
|
||||
@@ -30,7 +30,7 @@ public:
|
||||
MainMenu(bool font_load_success, sf::Font &text_font);
|
||||
~MainMenu();
|
||||
void prepare(float scaling_factor, int view_size_x, int view_size_y, bool connected);
|
||||
void insert_data(ScreenType s_type, bool is_fullscreen);
|
||||
void insert_data(ScreenType s_type, bool is_fullscreen, bool mono_app_mode);
|
||||
MainMenuOutAction selected_index = MainMenuOutAction::MAIN_MENU_NO_ACTION;
|
||||
void reset_output_option();
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user