fix d3d build

This commit is contained in:
Toad King 2015-05-20 17:28:12 -05:00
parent 5558fdd085
commit e97ecc17cc

View File

@ -516,8 +516,7 @@ static bool d3d_has_windowed(void *data)
static void d3d_set_aspect_ratio(void *data, unsigned aspect_ratio_idx)
{
d3d_video_t *d3d = (d3d_video_t*)data;
struct retro_system_av_info *av_info =-
video_viewport_get_system_av_info();
struct retro_system_av_info *av_info = video_viewport_get_system_av_info();
switch (aspect_ratio_idx)
{