mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(Android) Get rid of #if 0
This commit is contained in:
parent
afbf41f46e
commit
ab5c3501ea
@ -25,11 +25,6 @@ static void input_autodetect_get_device_name(char *buf, size_t size, int id)
|
|||||||
{
|
{
|
||||||
buf[0] = '\0';
|
buf[0] = '\0';
|
||||||
|
|
||||||
#if 0
|
|
||||||
if (id <= 0)
|
|
||||||
return;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
JavaVM *vm = g_android.app->activity->vm;
|
JavaVM *vm = g_android.app->activity->vm;
|
||||||
JNIEnv *env = NULL;
|
JNIEnv *env = NULL;
|
||||||
(*vm)->AttachCurrentThread(vm, &env, 0);
|
(*vm)->AttachCurrentThread(vm, &env, 0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user