diff options
author | Joel Challis <git@zvecr.com> | 2023-01-11 19:58:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-11 19:58:27 +0000 |
commit | 46c85c93f05003ecc9d5b9266bc78e98cc7a843b (patch) | |
tree | 0fb94d5c33159f1c6636fb7db992996f3dbd35c8 /data | |
parent | e11235ee14f9cd3fc45b836eec99ed312cb137dd (diff) |
Revert "De-duplicate platform detection (#19545)" (#19564)
This reverts commit e11235ee14f9cd3fc45b836eec99ed312cb137dd.
Diffstat (limited to 'data')
-rw-r--r-- | data/mappings/info_rules.hjson | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/mappings/info_rules.hjson b/data/mappings/info_rules.hjson index c409da04c6..b020d0c813 100644 --- a/data/mappings/info_rules.hjson +++ b/data/mappings/info_rules.hjson @@ -38,8 +38,6 @@ "PS2_MOUSE_ENABLE": {"info_key": "ps2.mouse_enabled", "value_type": "bool"}, "PS2_DRIVER": {"info_key": "ps2.driver"}, - "PLATFORM_KEY": {"info_key": "platform_key", "to_json": false}, - // Items we want flagged in lint "CTPC": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, "CONVERT_TO_PROTON_C": {"info_key": "_deprecated.ctpc", "deprecated": true, "replace_with": "CONVERT_TO=proton_c"}, |