From cfd487e117d87b073d113938c9f29ffb69d55fb1 Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Sun, 29 Dec 2013 13:05:13 +0100 Subject: [PATCH] Update Building in Eclipse.md --- android/phoenix/docs/Building in Eclipse.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/phoenix/docs/Building in Eclipse.md b/android/phoenix/docs/Building in Eclipse.md index 5fc1c9c23a..bef2b9aea3 100644 --- a/android/phoenix/docs/Building in Eclipse.md +++ b/android/phoenix/docs/Building in Eclipse.md @@ -35,6 +35,10 @@ Simply place all built libretro cores within the directory [phoenix root]/assets/cores. Create this directory if it doesn't exist already. After placing your cores there, they should show up within the core selection screen of the front-end. +## Where do I place overlays, shaders and core info files? + +Core info files go in [phoenix root]/assets/info, GLSL shaders go in [phoenix root]/assets/shaders_glsl and overlays go in [phoenix root]/assets/overlays. If the folders don't exist, create them first. + ## Notes 1. If you’re running into an issue where adding an existing Android project results in “Invalid project description”, please select a workspace location that doesn’t contain the Android projects.