mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-30 03:30:45 +00:00
(Android) Remove android_get_sdk_version and change RMenu
mountpoints
This commit is contained in:
parent
707bcd483f
commit
66180308e4
@ -60,7 +60,6 @@ struct jni_out_params_char
|
||||
|
||||
extern struct droid g_android;
|
||||
|
||||
int android_get_sdk_version(void);
|
||||
void jni_get_char_argv(struct jni_params *params, struct jni_out_params_char *out_params);
|
||||
|
||||
#endif
|
||||
|
@ -68,11 +68,6 @@ static void print_cur_config(struct android_app* android_app)
|
||||
AConfiguration_getUiModeNight(android_app->config));
|
||||
}
|
||||
|
||||
int android_get_sdk_version(void)
|
||||
{
|
||||
return AConfiguration_getSdkVersion(g_android.app->config);
|
||||
}
|
||||
|
||||
void jni_get_char_argv(struct jni_params *params, struct jni_out_params_char *out_params)
|
||||
{
|
||||
JNIEnv *env;
|
||||
|
@ -352,8 +352,8 @@ static void gfx_ctx_get_available_resolutions (void)
|
||||
bool rmenu_inited = false;
|
||||
const char drive_mappings[DRIVE_MAPPING_SIZE][32] = {
|
||||
"/",
|
||||
"/mnt/sdcard",
|
||||
"/mnt/extsd"
|
||||
"/mnt/",
|
||||
"/mnt/sdcard"
|
||||
};
|
||||
unsigned char drive_mapping_idx = 1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user