| 1213 | } |
| 1214 | } |
| 1215 | static void reset_inputdevice_slot (struct uae_prefs *prefs, int slot) |
| 1216 | { |
| 1217 | for (int m = 0; m < MAX_INPUT_DEVICES; m++) { |
| 1218 | reset_inputdevice_settings (&prefs->joystick_settings[slot][m]); |
| 1219 | reset_inputdevice_settings (&prefs->mouse_settings[slot][m]); |
| 1220 | reset_inputdevice_settings (&prefs->keyboard_settings[slot][m]); |
| 1221 | } |
| 1222 | } |
| 1223 | |
| 1224 | static void reset_inputdevice_config_temp(void) |
| 1225 | { |
no test coverage detected