clear device before switching to new one
| 7446 | } |
| 7447 | // clear device before switching to new one |
| 7448 | void inputdevice_compa_clear (struct uae_prefs *prefs, int index) |
| 7449 | { |
| 7450 | freejport (prefs, index); |
| 7451 | resetjport (prefs, index); |
| 7452 | remove_compa_config (prefs, index); |
| 7453 | } |
| 7454 | |
| 7455 | static void cleardev (struct uae_input_device *uid, int num) |
| 7456 | { |
nothing calls this directly
no test coverage detected