mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Enable this for iOS
This commit is contained in:
parent
948544ec42
commit
7b1c1bbf7d
@ -351,7 +351,7 @@ static const bool pointer_enable = false;
|
||||
* we need to extract to a user-writable directory on first boot.
|
||||
*
|
||||
* Examples include: Android, iOS/OSX) */
|
||||
#if defined(ANDROID)
|
||||
#if defined(ANDROID) || defined(IOS)
|
||||
static bool bundle_assets_extract_enable = true;
|
||||
#else
|
||||
static bool bundle_assets_extract_enable = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user