mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-31 14:04:21 +00:00
Prevent unused variable warning
This commit is contained in:
parent
bdb3cd9b1c
commit
70af1c149b
@ -292,13 +292,12 @@ libretro_find_controller_description(
|
||||
**/
|
||||
static void load_symbols(enum rarch_core_type type)
|
||||
{
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case CORE_TYPE_PLAIN:
|
||||
{
|
||||
#ifdef HAVE_DYNAMIC
|
||||
settings_t *settings = config_get_ptr();
|
||||
function_t sym = dylib_proc(NULL, "retro_init");
|
||||
|
||||
if (sym)
|
||||
|
Loading…
x
Reference in New Issue
Block a user