Add this nasty workaround for a suspected MSVC2010 bug

This commit is contained in:
twinaphex 2020-03-05 17:39:43 +01:00
parent dd6cbce0eb
commit ca4ce9f136

View file

@ -136,6 +136,12 @@ struct rarch_setting
uint64_t free_flags;
double min;
/* TODO/FIXME - nasty hack needed for 'suspected' MSVC 2010 x64 Release -
* split min/max to work around MSVC 2010 x64 bug that
* causes crashes due to stack misalignment in or near
* setting_string_setting'
*/
char placeholder;
double max;
const char *rounding_fraction;