mirror of
https://github.com/shadps4-emu/ext-libusb.git
synced 2026-01-31 00:55:21 +01:00
Consider different scenario to return from main, we have to choose the proper return value. In this way, we can easily check the return code directly like `echo $?` in Linux to know whether the execution of xusb is failed. Closes #1507 Signed-off-by: Yiwei Lin <s921975628@gmail.com>