mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix some TODO/FIXME notes
This commit is contained in:
parent
1167a06a5a
commit
4f5b16b245
@ -100,7 +100,6 @@ char* discord_get_own_avatar(void)
|
||||
|
||||
bool discord_avatar_is_ready(void)
|
||||
{
|
||||
/*To-Do: fix-me, prevent lockups in ozone due to unfinished code*/
|
||||
return false;
|
||||
}
|
||||
|
||||
|
@ -152,7 +152,7 @@ int action_right_input_desc_kbd(unsigned type, const char *label,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* fix-me: incomplete, lacks error checking */
|
||||
/* TODO/FIXME: incomplete, lacks error checking */
|
||||
int action_right_input_desc(unsigned type, const char *label,
|
||||
bool wraparound)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user