| 188 | } |
| 189 | |
| 190 | OSString* Xbox360ControllerClass::newSerialNumberString() const |
| 191 | { |
| 192 | return getDeviceString(GetOwnerProvider(this)->GetSerialNumberStringIndex()); |
| 193 | } |
| 194 | |
| 195 | OSString* Xbox360ControllerClass::newTransportString() const |
| 196 | { |
nothing calls this directly
no test coverage detected