FEX/FEXCore/Scripts
Ryan Houdek 690cb6fa48 Config: Fixes JSON parsing of "ArgumentHandler" types
When 4d109c9ce0 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.
2024-02-01 16:20:57 -08:00
..
config_generator.py Config: Fixes JSON parsing of "ArgumentHandler" types 2024-02-01 16:20:57 -08:00
json_ir_doc_generator.py Move External/FEXCore/ to FEXCore/ 2023-08-17 16:32:16 -04:00
json_ir_generator.py OpcodeDispatcher: Add a kludge to save NZCV less 2023-11-09 09:40:51 -04:00