mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +00:00
Uniquely name each frontend context driver
This commit is contained in:
parent
484c5b8341
commit
a9dd629fe6
@ -110,7 +110,7 @@ static void system_deinit(void)
|
||||
sceKernelExitGame();
|
||||
}
|
||||
|
||||
const frontend_ctx_driver_t frontend_ctx_xdk = {
|
||||
const frontend_ctx_driver_t frontend_ctx_psp = {
|
||||
get_environment_settings, /* get_environment_settings */
|
||||
system_init, /* init */
|
||||
system_deinit, /* deinit */
|
||||
|
@ -47,7 +47,7 @@ static void system_shutdown(void)
|
||||
bps_shutdown();
|
||||
}
|
||||
|
||||
const frontend_ctx_driver_t frontend_ctx_xdk = {
|
||||
const frontend_ctx_driver_t frontend_ctx_qnx = {
|
||||
get_environment_settings, /* get_environment_settings */
|
||||
system_init, /* init */
|
||||
NULL, /* deinit */
|
||||
|
Loading…
x
Reference in New Issue
Block a user