mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
(iOS) Make the refresh button on the file browser work ‘better’. (It DID work before, by the time you restarted the app and browsed back to the directory the listing would be updated. This just makes it quicker.)
This commit is contained in:
parent
7d8170c3d4
commit
8ea84c99ef
@ -147,6 +147,11 @@ static void file_action(enum file_action action, NSString* source, NSString* tar
|
||||
[self browseTo:@"/"];
|
||||
}
|
||||
|
||||
- (void)refresh
|
||||
{
|
||||
[self browseTo:_path];
|
||||
}
|
||||
|
||||
- (void)browseTo:(NSString*)path
|
||||
{
|
||||
_path = path;
|
||||
|
Loading…
Reference in New Issue
Block a user