mirror of
https://github.com/FEX-Emu/FEX.git
synced 2025-02-03 04:53:00 +00:00
690cb6fa48
When 4d109c9ce02bbc392e59c74d34b885de8fa8efde fixed parsing strenum types in the json, it also added `ArgumentHandler` types to the json parsing. This was incorrect as those types are already stored in the json in their decoded numerical format. Without this change, all config options with `ArgumentHandler` will decode as "0" which is incorrect. The main killer here is that SMCChecks gets disabled (visible in both FEXConfig and when applications are running) which was causing spurious failures.