mirror of
https://github.com/bybrooklyn/openbitdo.git
synced 2026-03-19 04:12:56 -04:00
release: prepare v0.0.1-rc.4
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# Alias Index
|
||||
|
||||
OpenBitdo uses a strict no-duplicate PID model in runtime and canonical spec tables.
|
||||
These legacy names are preserved here as aliases only.
|
||||
OpenBitdo keeps one canonical row per PID. Historical duplicate names are tracked here as aliases only.
|
||||
|
||||
| Alias PID Name | Canonical PID Name | PID (hex) | Note |
|
||||
| --- | --- | --- | --- |
|
||||
| `PID_Pro2_OLD` | `PID_Pro2` | `0x6003` | Legacy constant alias in 8BitDo source; runtime/spec use only `PID_Pro2`. |
|
||||
| `PID_ASLGMouse` | `PID_Mouse` | `0x5205` | Alias constant maps to the same PID as `PID_Mouse`; runtime/spec use only `PID_Mouse`. |
|
||||
| `PID_Pro2_OLD` | `PID_Pro2` | `0x6003` | Historical constant alias; runtime and specs use `PID_Pro2`. |
|
||||
| `PID_ASLGMouse` | `PID_Mouse` | `0x5205` | Historical alias for the same canonical mouse PID. |
|
||||
|
||||
Reference in New Issue
Block a user