mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-12 04:31:19 +00:00
Make sure to call steam_poll. (#15050)
This commit is contained in:
parent
2125770236
commit
f5a2d1598a
@ -48,6 +48,10 @@
|
||||
|
||||
#include "ui_cocoa.h"
|
||||
|
||||
#ifdef HAVE_MIST
|
||||
#include "steam/steam.h"
|
||||
#endif
|
||||
|
||||
typedef struct ui_application_cocoa
|
||||
{
|
||||
void *empty;
|
||||
@ -792,6 +796,10 @@ static ui_application_t ui_application_cocoa = {
|
||||
|
||||
task_queue_check();
|
||||
|
||||
#ifdef HAVE_MIST
|
||||
steam_poll();
|
||||
#endif
|
||||
|
||||
while (CFRunLoopRunInMode(kCFRunLoopDefaultMode, 0.002, FALSE)
|
||||
== kCFRunLoopRunHandledSource);
|
||||
if (ret == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user