mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Cocoa) Cleanup poll_iteration
This commit is contained in:
parent
3001729545
commit
6a99893705
@ -207,11 +207,6 @@ static char** waiting_argv;
|
|||||||
static void poll_iteration(void)
|
static void poll_iteration(void)
|
||||||
{
|
{
|
||||||
NSEvent *event = NULL;
|
NSEvent *event = NULL;
|
||||||
driver_t *driver = driver_get_ptr();
|
|
||||||
cocoa_input_data_t *apple = (cocoa_input_data_t*)driver->input_data;
|
|
||||||
|
|
||||||
if (!apple)
|
|
||||||
return;
|
|
||||||
|
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user