mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
fix warning.
This commit is contained in:
parent
a7632620da
commit
e653a33237
@ -124,14 +124,14 @@ struct command
|
||||
#endif
|
||||
};
|
||||
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#if defined(HAVE_COMMAND) && defined(HAVE_CHEEVOS)
|
||||
static bool command_read_ram(const char *arg);
|
||||
static bool command_write_ram(const char *arg);
|
||||
#endif
|
||||
|
||||
static const struct cmd_action_map action_map[] = {
|
||||
{ "SET_SHADER", command_set_shader, "<shader path>" },
|
||||
#ifdef HAVE_CHEEVOS
|
||||
#if defined(HAVE_COMMAND) && defined(HAVE_CHEEVOS)
|
||||
{ "READ_CORE_RAM", command_read_ram, "<address> <number of bytes>" },
|
||||
{ "WRITE_CORE_RAM", command_write_ram, "<address> <byte1> <byte2> ..." },
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user