mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-03-01 16:15:35 +00:00
Add this nasty workaround for a suspected MSVC2010 bug
This commit is contained in:
parent
dd6cbce0eb
commit
ca4ce9f136
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user