This commit is contained in:
twinaphex 2015-08-17 16:00:48 +02:00
parent 996c010ca6
commit b6702ebb7e
2 changed files with 0 additions and 2 deletions

View File

@ -355,5 +355,4 @@ menu_ctx_driver_t menu_ctx_rmenu = {
"rmenu",
MENU_VIDEO_DRIVER_DIRECT3D,
rmenu_environ,
NULL,
};

View File

@ -714,5 +714,4 @@ menu_ctx_driver_t menu_ctx_rmenu_xui = {
"rmenu_xui",
MENU_VIDEO_DRIVER_DIRECT3D,
rmenu_xui_environ,
NULL,
};