mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 09:40:06 +00:00
(D3D) Add video_viewport
This commit is contained in:
parent
c5b5d3c186
commit
54b2d46855
@ -54,6 +54,7 @@
|
||||
#include "../font_driver.h"
|
||||
#include "../font_renderer_driver.h"
|
||||
#include "../video_context_driver.h"
|
||||
#include "../video_viewport.h"
|
||||
#include "d3d_wrapper.h"
|
||||
#include "render_chain_driver.h"
|
||||
|
||||
@ -99,6 +100,7 @@ typedef struct d3d_video
|
||||
bool should_resize;
|
||||
bool quitting;
|
||||
|
||||
struct video_viewport vp;
|
||||
#ifdef HAVE_WINDOW
|
||||
WNDCLASSEX windowClass;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user