[Core/General] removed libretro specific comments

This commit is contained in:
EkeEke 2016-09-21 20:26:13 +02:00
parent b860e3cb8a
commit da1d08d7ef

View File

@ -82,8 +82,7 @@ typedef struct
int h; /* Height of viewport */
int ow; /* Previous width of viewport */
int oh; /* Previous height of viewport */
int changed; /* 1= Viewport width, height or aspect_ratio have changed, and use RETRO_ENVIRONMENT_SET_GEOMETRY,
8= Identical to value 1 but use RETRO_ENVIRONMENT_SET_SYSTEM_AV_INFO */
int changed; /* 1= Viewport width or height have changed */
} viewport;
} t_bitmap;