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

Function reset_inputdevice_config

src/inputdevice.cpp:1245–1254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1243}
1244
1245void reset_inputdevice_config (struct uae_prefs *prefs, bool reset)
1246{
1247 for (int i = 0; i < MAX_INPUT_SETTINGS; i++)
1248 reset_inputdevice_slot (prefs, i);
1249 reset_inputdevice_config_temp();
1250
1251 if (reset) {
1252 inputdevice_store_clear();
1253 }
1254}
1255
1256static void set_kbr_default_event (struct uae_input_device *kbr, struct uae_input_device_kbr_default *trans, int num)
1257{

Callers 1

default_prefsFunction · 0.85

Calls 3

reset_inputdevice_slotFunction · 0.85
inputdevice_store_clearFunction · 0.85

Tested by

no test coverage detected