mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
iOS. Adding support for Music.app.
I had to comment out this line in the showPauseMenu function:
ui_companion_cocoatouch_event_command(NULL, EVENT_CMD_AUDIO_STOP);
This may actually be on the only change needed. 😜
This commit is contained in:
parent
3ce5ad9243
commit
a983c8269e
@ -400,7 +400,6 @@ enum
|
||||
{
|
||||
NSString *filename = (NSString*)url.path.lastPathComponent;
|
||||
NSError *error = nil;
|
||||
[self supportOtherAudioSessions];
|
||||
|
||||
[[NSFileManager defaultManager] moveItemAtPath:[url path] toPath:[self.documentsDirectory stringByAppendingPathComponent:filename] error:&error];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user