mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-05 08:26:32 +00:00
c7c5c42ae8
Joystick value of 32768 (0x8000) causes games like Xenoblade 2 to crash under failed assertions. Even though it should be within range of acceptable joystick values.
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"files.associations": {
|
|
"array": "cpp",
|
|
"*.tcc": "cpp",
|
|
"cctype": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"unordered_map": "cpp",
|
|
"vector": "cpp",
|
|
"exception": "cpp",
|
|
"fstream": "cpp",
|
|
"initializer_list": "cpp",
|
|
"iosfwd": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"optional": "cpp",
|
|
"ostream": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"string_view": "cpp",
|
|
"system_error": "cpp",
|
|
"type_traits": "cpp",
|
|
"tuple": "cpp",
|
|
"typeinfo": "cpp",
|
|
"utility": "cpp",
|
|
"atomic": "cpp",
|
|
"chrono": "cpp",
|
|
"cstddef": "cpp",
|
|
"ctime": "cpp",
|
|
"deque": "cpp",
|
|
"algorithm": "cpp",
|
|
"functional": "cpp",
|
|
"iterator": "cpp",
|
|
"memory": "cpp",
|
|
"memory_resource": "cpp",
|
|
"numeric": "cpp",
|
|
"random": "cpp",
|
|
"ratio": "cpp",
|
|
"string": "cpp",
|
|
"thread": "cpp",
|
|
"bit": "cpp",
|
|
"cinttypes": "cpp",
|
|
"variant": "cpp"
|
|
},
|
|
"C_Cpp.dimInactiveRegions": true
|
|
} |