mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
Buildfixes/silence unused variable warnings
This commit is contained in:
parent
a39503b2e1
commit
17dc79a002
@ -150,6 +150,9 @@ static void cocoa_input_poll(void *data)
|
||||
#ifndef IOS
|
||||
float backing_scale_factor = get_backing_scale_factor();
|
||||
#endif
|
||||
|
||||
if (!apple)
|
||||
return;
|
||||
|
||||
for (i = 0; i < apple->touch_count; i++)
|
||||
{
|
||||
|
@ -854,7 +854,6 @@ static int generic_action_ok_file_load(const char *corepath, const char *fullpat
|
||||
enum rarch_core_type action_type, enum content_mode_load content_enum_idx)
|
||||
{
|
||||
content_ctx_info_t content_info = {0};
|
||||
settings_t *settings = config_get_ptr();
|
||||
|
||||
if (!task_push_content_load_default(
|
||||
corepath, fullpath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user