mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 00:32:49 +00:00
Update
This commit is contained in:
parent
c0c88173a0
commit
64cc28a487
@ -763,11 +763,11 @@ ui_companion_driver_t ui_companion_cocoa = {
|
||||
ui_companion_cocoa_event_command,
|
||||
ui_companion_cocoa_notify_content_loaded,
|
||||
ui_companion_cocoa_notify_list_pushed,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL, /* notify_refresh */
|
||||
NULL, /* msg_queue_push */
|
||||
NULL, /* render_messagebox */
|
||||
ui_companion_cocoa_get_main_window,
|
||||
NULL,
|
||||
NULL, /* log_msg */
|
||||
&ui_browser_window_cocoa,
|
||||
&ui_msg_window_cocoa,
|
||||
&ui_window_cocoa,
|
||||
|
@ -710,7 +710,8 @@ ui_companion_driver_t ui_companion_cocoatouch = {
|
||||
ui_companion_cocoatouch_notify_refresh,
|
||||
ui_companion_cocoatouch_msg_queue_push,
|
||||
ui_companion_cocoatouch_render_messagebox,
|
||||
NULL,
|
||||
NULL, /* get_main_window */
|
||||
NULL, /* log_msg */
|
||||
&ui_browser_window_null,
|
||||
&ui_msg_window_null,
|
||||
&ui_window_null,
|
||||
|
Loading…
x
Reference in New Issue
Block a user