1
0
mirror of https://github.com/djhackersdev/bemanitools.git synced 2025-01-31 20:15:20 +01:00

vigem-sdvxio: Add missing free for cleaning up vigem client

This commit is contained in:
icex2 2020-12-16 22:44:10 +01:00
parent 79a74b2d2f
commit 5658658d3a

View File

@ -237,6 +237,8 @@ int main(int argc, char **argv)
vigem_target_remove(client, pad);
vigem_target_free(pad);
vigem_free(client);
sdvx_io_set_amp_volume(96, 96, 96);
Sleep(1000);