File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ pub struct BasicMenu<T: 'static> {
2323 pub menu_content : & ' static mut BasicMenuContent ,
2424 pub menu_item_list : & ' static mut List < T > ,
2525 pub full_menu_item_list : & ' static mut List < T > ,
26- pad : [ u8 ; 0x10 ] ,
26+ status : & ' static ( ) ,
27+ pub result : i32 ,
28+ pub scrollPrecedeInputA : bool ,
2729 pub row_num : i32 ,
2830 pub show_row_num : i32 ,
2931 pub select_index : i32 ,
@@ -419,4 +421,4 @@ pub struct BasicMenuSelect {
419421fn basicmenu_save_select < P : BasicMenuMethods + ?Sized > ( this : & P , sel : & BasicMenuSelect , method_info : OptionalMethod ) ;
420422
421423#[ skyline:: from_offset( 0x245d0a0 ) ]
422- fn restore_select < T > ( basic_menu : & BasicMenu < T > , select : & BasicMenuSelect , method_info : OptionalMethod ) ;
424+ fn restore_select < T > ( basic_menu : & BasicMenu < T > , select : & BasicMenuSelect , method_info : OptionalMethod ) ;
You can’t perform that action at this time.
0 commit comments