MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / reset_inputdevice_slot

Function reset_inputdevice_slot

src/inputdevice.cpp:1215–1222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1213 }
1214}
1215static 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
1224static void reset_inputdevice_config_temp(void)
1225{

Callers 2

reset_inputdevice_configFunction · 0.85
inputdevice_default_kbFunction · 0.85

Calls 1

Tested by

no test coverage detected