Difference between revisions of "DisplayMainMenu"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = DisplayMainMenu | header = fxcg/system.h | index = 0x1E6A | signature = void DisplayMainMenu(void) | synopsis = Draws the Main Menu to VRAM, without actuall...") |
|||
Line 6: | Line 6: | ||
| synopsis = Draws the Main Menu to VRAM, without actually switching to it. Does not seem to be of much use to add-ins, but it is possible that this routine is the one called by the Main Menu process every time it needs to be redrawn. | | synopsis = Draws the Main Menu to VRAM, without actually switching to it. Does not seem to be of much use to add-ins, but it is possible that this routine is the one called by the Main Menu process every time it needs to be redrawn. | ||
}} | }} | ||
+ | [[Category:Syscalls:UI elements]] |
Latest revision as of 18:03, 18 November 2014
Synopsis
Header: fxcg/system.h
Syscall index: 0x1E6A
Function signature: void DisplayMainMenu(void)
Draws the Main Menu to VRAM, without actually switching to it. Does not seem to be of much use to add-ins, but it is possible that this routine is the one called by the Main Menu process every time it needs to be redrawn.