mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
Turn C++ comments into C comment
This commit is contained in:
parent
e7ee478187
commit
a9fc238012
@ -448,10 +448,13 @@ int menu_entry_get_current_id(bool use_representation)
|
||||
return -1;
|
||||
}
|
||||
|
||||
// Performs whatever actions are associated with menu entry 'i'. This
|
||||
// is the most important function because it does all the work
|
||||
// associated with clicking on things in the UI. This includes loading
|
||||
// cores and updating the currently displayed menu
|
||||
/* Performs whatever actions are associated with menu entry 'i'.
|
||||
*
|
||||
* This is the most important function because it does all the work
|
||||
* associated with clicking on things in the UI.
|
||||
*
|
||||
* This includes loading cores and updating the
|
||||
* currently displayed menu. */
|
||||
int menu_entry_select(uint32_t i)
|
||||
{
|
||||
menu_entry_t entry;
|
||||
|
Loading…
Reference in New Issue
Block a user