mirror of
https://github.com/libretro/RetroArch
synced 2025-04-02 07:20:34 +00:00
(Apple) Style nits
This commit is contained in:
parent
9b4d2769f3
commit
ba69d2ba59
@ -463,18 +463,18 @@ static enum frontend_powerstate frontend_apple_get_powerstate(int *seconds, int
|
|||||||
|
|
||||||
|
|
||||||
const frontend_ctx_driver_t frontend_ctx_apple = {
|
const frontend_ctx_driver_t frontend_ctx_apple = {
|
||||||
frontend_apple_get_environment_settings, /* environment_get */
|
frontend_apple_get_environment_settings,
|
||||||
NULL, /* init */
|
NULL, /* init */
|
||||||
NULL, /* deinit */
|
NULL, /* deinit */
|
||||||
NULL, /* exitspawn */
|
NULL, /* exitspawn */
|
||||||
NULL, /* process_args */
|
NULL, /* process_args */
|
||||||
NULL, /* exec */
|
NULL, /* exec */
|
||||||
NULL, /* set_fork */
|
NULL, /* set_fork */
|
||||||
frontend_apple_shutdown, /* shutdown */
|
frontend_apple_shutdown,
|
||||||
frontend_apple_get_name, /* get_name */
|
frontend_apple_get_name,
|
||||||
frontend_apple_get_os, /* get_os */
|
frontend_apple_get_os,
|
||||||
frontend_apple_get_rating, /* get_rating */
|
frontend_apple_get_rating,
|
||||||
frontend_apple_load_content, /* load_content */
|
frontend_apple_load_content,
|
||||||
frontend_apple_get_powerstate,
|
frontend_apple_get_powerstate,
|
||||||
"apple",
|
"apple",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user