mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 08:52:41 +00:00
dynamic.c - style nit
This commit is contained in:
parent
ccd2246331
commit
7bc2031272
@ -839,7 +839,7 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
case RETRO_ENVIRONMENT_GET_LOCATION_INTERFACE:
|
||||
{
|
||||
RARCH_LOG("Environ GET_LOCATION_INTERFACE.\n");
|
||||
struct retro_location_callback *cb = (struct retro_location_callback*)data;
|
||||
struct retro_location_callback *cb = (struct retro_location_callback*)data;
|
||||
g_extern.system.location_callback = *cb;
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user