mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-09-12 02:25:28 -05:00
Remove libftdi dependency
Libusb was already doing the bulk of the work... This commit just removes what basically was a dependency for a very small amount of code.
This commit is contained in:
@@ -46,21 +46,6 @@ static const LicenseMenuOptionInfo ftd3xx_license_3_option = {
|
||||
static const LicenseMenuOptionInfo ftd3xx_license_4_option = {
|
||||
.base_name = "driver-licence-terms-details/"};
|
||||
|
||||
static const LicenseMenuOptionInfo libftdi_license_0_option = {
|
||||
.base_name = "This software makes use of"};
|
||||
|
||||
static const LicenseMenuOptionInfo libftdi_license_1_option = {
|
||||
.base_name = "libftdi1."};
|
||||
|
||||
static const LicenseMenuOptionInfo libftdi_license_2_option = {
|
||||
.base_name = "For its license, check:"};
|
||||
|
||||
static const LicenseMenuOptionInfo libftdi_license_3_option = {
|
||||
.base_name = "http://developer.intra2net.com/git/?p="};
|
||||
|
||||
static const LicenseMenuOptionInfo libftdi_license_4_option = {
|
||||
.base_name = "libftdi;a=blob_plain;f=LICENSE;hb=HEAD/"};
|
||||
|
||||
static const LicenseMenuOptionInfo libusb_license_0_option = {
|
||||
.base_name = "This software makes use of"};
|
||||
|
||||
@@ -149,13 +134,6 @@ static const LicenseMenuOptionInfo* pollable_options[] = {
|
||||
&ftd3xx_license_3_option,
|
||||
&ftd3xx_license_4_option,
|
||||
#endif
|
||||
#ifdef USE_FTD2_LIBFTDI
|
||||
&libftdi_license_0_option,
|
||||
&libftdi_license_1_option,
|
||||
&libftdi_license_2_option,
|
||||
&libftdi_license_3_option,
|
||||
&libftdi_license_4_option,
|
||||
#endif
|
||||
#if defined(USE_LIBUSB) || defined(USE_FTD3XX) || defined(USE_FTD2_DRIVER)
|
||||
&libusb_license_0_option,
|
||||
&libusb_license_1_option,
|
||||
|
||||
Reference in New Issue
Block a user