mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
[Core/General] removed libretro specific comments
This commit is contained in:
parent
b860e3cb8a
commit
da1d08d7ef
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user