Detect DigiTech devices on startup. If more than one device is found, ask user which one to use.

This commit is contained in:
Tim LaBerge
2012-03-26 16:17:03 +02:00
committed by Tomasz Moń
parent ce296d2698
commit 35e42dc653
4 changed files with 73 additions and 11 deletions

1
gui.h
View File

@@ -28,5 +28,6 @@ gboolean apply_current_preset_to_gui(gpointer data);
void gui_create(Device *device);
void gui_free();
gboolean unsupported_device_dialog(Device **device);
gint select_device_dialog (GList *devices);
#endif /* GDIGI_GUI_H */