mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 08:39:51 +00:00
Fix iOS assets. Thanks rock88
This commit is contained in:
parent
447180b45e
commit
f750724dea
@ -55,7 +55,7 @@ ViewController* sharedViewController;
|
||||
self.touches = [[[NSMutableArray alloc] init] autorelease];
|
||||
|
||||
self.documentsPath = [NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0];
|
||||
self.bundlePath = [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/assets"];
|
||||
self.bundlePath = [[[NSBundle mainBundle] resourcePath] stringByAppendingString:@"/assets/"];
|
||||
|
||||
memset(&input_state, 0, sizeof(input_state));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user