mirror of
https://github.com/libretro/RetroArch
synced 2025-02-20 06:40:18 +00:00
Cleanups
This commit is contained in:
parent
f88575633e
commit
4d8b125c4f
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user