mirror of
https://github.com/libretro/RetroArch
synced 2025-04-23 11:43:20 +00:00
(Android EGL context) Add missing break
This commit is contained in:
parent
00741d06fb
commit
ae6302ede2
@ -262,6 +262,7 @@ static bool android_gfx_ctx_bind_api(void *data,
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user