mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
Fix a crash on RGUI
This commit is contained in:
parent
c92521ac66
commit
60abe24608
@ -919,7 +919,7 @@ bool menu_driver_ctl(enum rarch_menu_ctl_state state, void *data)
|
|||||||
case RARCH_MENU_CTL_OSK_PTR_AT_POS:
|
case RARCH_MENU_CTL_OSK_PTR_AT_POS:
|
||||||
{
|
{
|
||||||
menu_ctx_pointer_t *point = (menu_ctx_pointer_t*)data;
|
menu_ctx_pointer_t *point = (menu_ctx_pointer_t*)data;
|
||||||
if (!menu_driver_ctx || !menu_driver_ctx->pointer_tap)
|
if (!menu_driver_ctx || !menu_driver_ctx->osk_ptr_at_pos)
|
||||||
{
|
{
|
||||||
point->retcode = 0;
|
point->retcode = 0;
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user