mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-08-14 12:56:53 -05:00
Add base ftd2 support (bad performance)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "3dscapture_ftd3.hpp"
|
||||
#include "devicecapture.hpp"
|
||||
//#include "ftd3xx_symbols_renames.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define FTD3XX_STATIC
|
||||
@@ -103,7 +104,7 @@ void list_devices_ftd3(std::vector<CaptureDevice> &devices_list, std::vector<no_
|
||||
DWORD Type = 0;
|
||||
DWORD ID = 0;
|
||||
char SerialNumber[SERIAL_NUMBER_SIZE] = { 0 };
|
||||
char Description[33] = { 0 };
|
||||
char Description[65] = { 0 };
|
||||
for (DWORD i = 0; i < numDevs; i++)
|
||||
{
|
||||
ftStatus = FT_GetDeviceInfoDetail(i, &Flags, &Type, &ID, NULL,
|
||||
|
||||
Reference in New Issue
Block a user