mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 03:25:27 +00:00
Remove reset interface from SW SDL and Xvideo.
This commit is contained in:
parent
c020f362b6
commit
c5ef4330d1
@ -370,10 +370,6 @@ const video_driver_t video_sdl = {
|
||||
sdl_gfx_free,
|
||||
"sdl",
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
NULL,
|
||||
#endif
|
||||
|
||||
NULL,
|
||||
sdl_gfx_viewport_info,
|
||||
};
|
||||
|
@ -814,9 +814,6 @@ const video_driver_t video_xvideo = {
|
||||
NULL,
|
||||
xv_free,
|
||||
"xvideo",
|
||||
#ifdef HAVE_MENU
|
||||
NULL,
|
||||
#endif
|
||||
|
||||
NULL,
|
||||
xv_viewport_info,
|
||||
|
Loading…
x
Reference in New Issue
Block a user