mirror of
https://github.com/RPCS3/hidapi.git
synced 2026-07-21 00:45:21 -04:00
Add hid_close() and hid_exit() to test gui at exit time.
This commit is contained in:
@@ -180,6 +180,9 @@ MainWindow::MainWindow(FXApp *app)
|
||||
|
||||
MainWindow::~MainWindow()
|
||||
{
|
||||
if (connected_device)
|
||||
hid_close(connected_device);
|
||||
hid_exit();
|
||||
delete title_font;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user