mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
Good point. Close #3224 again.
This commit is contained in:
parent
1e1f2cfee0
commit
a5098f19a1
@ -19,6 +19,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static volatile sig_atomic_t bsd_sighandler_quit;
|
||||
|
||||
@ -75,7 +76,7 @@ frontend_ctx_driver_t frontend_ctx_bsd = {
|
||||
NULL, /* parse_drive_list */
|
||||
NULL, /* get_mem_total */
|
||||
NULL, /* get_mem_free */
|
||||
frontend_bsd_install_signal_handler,
|
||||
frontend_bsd_install_signal_handlers,
|
||||
frontend_bsd_get_signal_handler_state,
|
||||
frontend_bsd_set_signal_handler_state,
|
||||
frontend_bsd_destroy_signal_handler_state,
|
||||
|
Loading…
Reference in New Issue
Block a user