mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(Apple) Some warning fixes
This commit is contained in:
parent
9274a6a1ae
commit
4bc5b57db6
@ -22,6 +22,7 @@
|
||||
#include "../../input/apple_input.h"
|
||||
#include "../../frontend/frontend.h"
|
||||
#include "../../menu/menu_common.h"
|
||||
#include "../../retroarch.h"
|
||||
|
||||
static void* const associated_core_key = (void*)&associated_core_key;
|
||||
id<RetroArch_Platform> apple_platform;
|
||||
|
@ -133,6 +133,8 @@ static void frontend_apple_get_environment_settings(int *argc, char *argv[],
|
||||
CFURLRef bundle_url;
|
||||
CFStringRef bundle_path;
|
||||
CFBundleRef bundle = CFBundleGetMainBundle();
|
||||
|
||||
(void)support_path_buf;
|
||||
|
||||
if (!bundle)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user