mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-04 18:47:09 +00:00
Put HAVE_CHEEVOS ifdef around this function
This commit is contained in:
parent
b7fd9bef60
commit
1f471c7799
@ -75,6 +75,7 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_CHEEVOS
|
||||||
static void setting_get_string_representation_cheevos_password(void *data,
|
static void setting_get_string_representation_cheevos_password(void *data,
|
||||||
char *s, size_t len)
|
char *s, size_t len)
|
||||||
{
|
{
|
||||||
@ -88,6 +89,7 @@ static void setting_get_string_representation_cheevos_password(void *data,
|
|||||||
else
|
else
|
||||||
*setting->value.target.string = '\0';
|
*setting->value.target.string = '\0';
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void setting_get_string_representation_uint_video_monitor_index(void *data,
|
static void setting_get_string_representation_uint_video_monitor_index(void *data,
|
||||||
char *s, size_t len)
|
char *s, size_t len)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user