mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Apple) Get rid of unused ios_get_rarch_system_directory
This commit is contained in:
parent
a6e012e747
commit
0386ae6e1b
@ -19,9 +19,6 @@
|
|||||||
|
|
||||||
#include "gfx/gfx_context.h"
|
#include "gfx/gfx_context.h"
|
||||||
|
|
||||||
// The result needs to be free()'d
|
|
||||||
char* ios_get_rarch_system_directory();
|
|
||||||
|
|
||||||
// These functions should only be called as arguments to dispatch_sync
|
// These functions should only be called as arguments to dispatch_sync
|
||||||
void apple_rarch_exited (void* result);
|
void apple_rarch_exited (void* result);
|
||||||
|
|
||||||
|
@ -55,12 +55,6 @@ NSString* objc_get_value_from_config(config_file_t* config, NSString* name, NSSt
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef IOS
|
#ifdef IOS
|
||||||
|
|
||||||
char* ios_get_rarch_system_directory()
|
|
||||||
{
|
|
||||||
return strdup([RetroArch_iOS.get.systemDirectory UTF8String]);
|
|
||||||
}
|
|
||||||
|
|
||||||
#include "../iOS/views.h"
|
#include "../iOS/views.h"
|
||||||
|
|
||||||
// Simple class to reduce code duplication for fixed table views
|
// Simple class to reduce code duplication for fixed table views
|
||||||
|
Loading…
x
Reference in New Issue
Block a user