This commit is contained in:
twinaphex 2015-09-05 20:40:11 +02:00
parent f88575633e
commit 4d8b125c4f
3 changed files with 6 additions and 3 deletions

View File

@ -22,13 +22,14 @@
#include <sys/resource.h>
#include <retro_inline.h>
#include <file/file_path.h>
#include "platform_android.h"
#include "../frontend.h"
#include "../../general.h"
#include "../../msg_hash.h"
#include <file/file_path.h>
#include "../../runloop_data.h"
#define SDCARD_ROOT_WRITABLE 1
#define SDCARD_EXT_DIR_WRITABLE 2

View File

@ -16,9 +16,9 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <android/keycodes.h>
#include <unistd.h>
#include <dlfcn.h>
#include <android/keycodes.h>
#include <retro_inline.h>

View File

@ -16,6 +16,8 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <dlfcn.h>
static const char *android_joypad_name(unsigned pad)
{
settings_t *settings = config_get_ptr();