mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 12:35:23 +00:00
(iOS) Fix the file browsers refresh button
This commit is contained in:
parent
4a4aa4b6c5
commit
8d253a0511
@ -74,6 +74,8 @@
|
||||
'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' };
|
||||
static const uint32_t sectionCount = sizeof(sectionNames) / sizeof(sectionNames[0]);
|
||||
|
||||
self.sections = [NSMutableArray array];
|
||||
|
||||
// Need one array per section
|
||||
NSMutableArray* sectionLists[sectionCount];
|
||||
for (int i = 0; i != sectionCount; i ++)
|
||||
|
Loading…
x
Reference in New Issue
Block a user