iternal/gamepaddb: update TODO comments

This commit is contained in:
Hajime Hoshi 2022-01-09 04:02:00 +09:00
parent 4106fb15fe
commit 8334ca9a18

View File

@ -499,7 +499,7 @@ func Update(mapping []byte) (bool, error) {
return false, nil
}
// TODO: Implement this (#1557)
// TODO: Implement this (#1722)
if currentPlatform == platformIOS {
// Note: NOT returning an error, as mappings also do not matter right now.
return false, nil