mirror of
https://github.com/libretro/RetroArch
synced 2025-03-26 11:37:30 +00:00
(dynamic_dummy.c) Change index variable to idx
This commit is contained in:
parent
29e74b2372
commit
e5dfdc086a
@ -182,10 +182,10 @@ size_t libretro_dummy_retro_get_memory_size(unsigned id)
|
|||||||
void libretro_dummy_retro_cheat_reset(void)
|
void libretro_dummy_retro_cheat_reset(void)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
void libretro_dummy_retro_cheat_set(unsigned index,
|
void libretro_dummy_retro_cheat_set(unsigned idx,
|
||||||
bool enabled, const char *code)
|
bool enabled, const char *code)
|
||||||
{
|
{
|
||||||
(void)index;
|
(void)idx;
|
||||||
(void)enabled;
|
(void)enabled;
|
||||||
(void)code;
|
(void)code;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user