mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Turn command_memory_get_pointer function static
This commit is contained in:
parent
d514f1ded3
commit
aa8d029369
@ -878,7 +878,7 @@ static const rarch_memory_descriptor_t* command_memory_get_descriptor(const rarc
|
||||
return NULL;
|
||||
}
|
||||
|
||||
uint8_t *command_memory_get_pointer(
|
||||
static uint8_t *command_memory_get_pointer(
|
||||
const rarch_system_info_t* sys_info,
|
||||
unsigned address,
|
||||
unsigned int* max_bytes,
|
||||
|
@ -423,13 +423,6 @@ bool command_write_ram(command_t *cmd, const char *arg);
|
||||
#endif
|
||||
bool command_read_memory(command_t *cmd, const char *arg);
|
||||
bool command_write_memory(command_t *cmd, const char *arg);
|
||||
uint8_t *command_memory_get_pointer(
|
||||
const rarch_system_info_t* system,
|
||||
unsigned address,
|
||||
unsigned int* max_bytes,
|
||||
int for_write,
|
||||
char *reply_at,
|
||||
size_t len);
|
||||
|
||||
static const struct cmd_action_map action_map[] = {
|
||||
#if defined(HAVE_CG) || defined(HAVE_GLSL) || defined(HAVE_SLANG) || defined(HAVE_HLSL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user