mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-09 09:05:26 -05:00
Add BFI Settings Menu
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
enum ScreenType { TOP, BOTTOM, JOINT };
|
||||
enum BottomRelativePosition { UNDER_TOP, LEFT_TOP, ABOVE_TOP, RIGHT_TOP, BOT_REL_POS_END };
|
||||
enum CurrMenuType { DEFAULT_MENU_TYPE, CONNECT_MENU_TYPE, MAIN_MENU_TYPE, VIDEO_MENU_TYPE, AUDIO_MENU_TYPE, CROP_MENU_TYPE, TOP_PAR_MENU_TYPE, BOTTOM_PAR_MENU_TYPE, ROTATION_MENU_TYPE, OFFSET_MENU_TYPE };
|
||||
enum CurrMenuType { DEFAULT_MENU_TYPE, CONNECT_MENU_TYPE, MAIN_MENU_TYPE, VIDEO_MENU_TYPE, AUDIO_MENU_TYPE, CROP_MENU_TYPE, TOP_PAR_MENU_TYPE, BOTTOM_PAR_MENU_TYPE, ROTATION_MENU_TYPE, OFFSET_MENU_TYPE, BFI_MENU_TYPE, LOAD_MENU_TYPE, SAVE_MENU_TYPE, RESOLUTION_MENU_TYPE, EXTRA_MENU_TYPE, STATUS_MENU_TYPE, LICENSES_MENU_TYPE, RELATIVE_POS_MENU_TYPE };
|
||||
|
||||
struct ScreenInfo {
|
||||
bool is_blurred;
|
||||
@@ -21,7 +21,8 @@ struct ScreenInfo {
|
||||
bool async;
|
||||
int top_scaling, bot_scaling;
|
||||
bool bfi;
|
||||
double bfi_divider;
|
||||
int bfi_divider;
|
||||
int bfi_amount;
|
||||
double menu_scaling_factor;
|
||||
bool rounded_corners_fix;
|
||||
int top_par;
|
||||
|
||||
Reference in New Issue
Block a user