mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 05:10:42 +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';
|
||||
|
||||
#if 0
|
||||
if (id <= 0)
|
||||
return;
|
||||
#endif
|
||||
|
||||
JavaVM *vm = g_android.app->activity->vm;
|
||||
JNIEnv *env = NULL;
|
||||
(*vm)->AttachCurrentThread(vm, &env, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user