Changes

No change in size ,  05:37, 4 April 2009
m
Line 46: Line 46:  
#* <code>HM_GFX_FAILSAFE</code> (which currently draws nothing).
 
#* <code>HM_GFX_FAILSAFE</code> (which currently draws nothing).
 
# Specify sound library with <code>HomeMenu_SetSND()</code>.  Accepted values are:
 
# Specify sound library with <code>HomeMenu_SetSND()</code>.  Accepted values are:
#* <code>HM_GFX_ANSD</code>
+
#* <code>HM_SND_ANSD</code>
#* <code>HM_GFX_SDL</code> (not yet implemented)
+
#* <code>HM_SND_SDL</code> (not yet implemented)
#* <code>HM_GFX_NOSOUND</code>.
+
#* <code>HM_SND_NOSOUND</code>.
 
# When you want to display the menu (when the user presses HOME), simply call <code>HomeMenu_Show()</code>.  In order for [[HomeMenu]] to be able to take a screenshot (used as the menu background) <code>HomeMenu_Show()</code> must be called ''before'' flushing the framebuffer.
 
# When you want to display the menu (when the user presses HOME), simply call <code>HomeMenu_Show()</code>.  In order for [[HomeMenu]] to be able to take a screenshot (used as the menu background) <code>HomeMenu_Show()</code> must be called ''before'' flushing the framebuffer.
  
613

edits