From 446459b31804775a6ba56d95d63dcfdda0442611 Mon Sep 17 00:00:00 2001 From: amechtley Date: Thu, 11 Dec 2014 23:06:13 -0600 Subject: [PATCH] Corrected path where modules should be copied. --- apple/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/README.md b/apple/README.md index 42b9c48aa3..77282b37bf 100644 --- a/apple/README.md +++ b/apple/README.md @@ -60,7 +60,7 @@ Run the libretro-super iOS build script to build the libretro cores. This will clone down their repos, build them into the `libretro-super/dist/ios` directory. Once this is complete, you need to copy them into the appropriate directory for RetroArch iOS. The path is: -`RetroArch/apple/modules` +`RetroArch/apple/iOS/modules` ### Build RetroArch iOS app