mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Merge pull request #11115 from hhromic/fix-stats-dpy
Fix audio/video statistics display flickering in certain Windows platforms
This commit is contained in:
commit
0c7ee3d573
@ -1143,6 +1143,12 @@ typedef struct video_frame_info
|
|||||||
int crt_switch_center_adjust;
|
int crt_switch_center_adjust;
|
||||||
int crt_switch_porch_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 hard_sync_frames;
|
||||||
unsigned aspect_ratio_idx;
|
unsigned aspect_ratio_idx;
|
||||||
unsigned max_swapchain_images;
|
unsigned max_swapchain_images;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user