mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix audio/video statistics display flickering in certain Windows platforms
Recent member addition caused struct misalignment.
This commit is contained in:
parent
7046daf53d
commit
879e469a50
@ -1143,6 +1143,12 @@ typedef struct video_frame_info
|
||||
int crt_switch_center_adjust;
|
||||
int crt_switch_porch_adjust;
|
||||
|
||||
/* TODO/FIXME - nasty hack needed for struct misalignment in Windows X64 -
|
||||
* otherwise the audio/video statistics display glitches after the recent
|
||||
* addition of the above 'crt_switch_porch_adjust' member
|
||||
*/
|
||||
char placeholder;
|
||||
|
||||
unsigned hard_sync_frames;
|
||||
unsigned aspect_ratio_idx;
|
||||
unsigned max_swapchain_images;
|
||||
|
Loading…
x
Reference in New Issue
Block a user