mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2026-04-24 23:17:43 -05:00
11 lines
512 B
C++
11 lines
512 B
C++
#ifndef __CYPRESS_OPTIMIZE_3DS_ACQUISITION_GENERAL_HPP
|
|
#define __CYPRESS_OPTIMIZE_3DS_ACQUISITION_GENERAL_HPP
|
|
|
|
#include "cypress_shared_communications.hpp"
|
|
#include "cypress_optimize_3ds_communications.hpp"
|
|
|
|
std::string cypress_optimize_3ds_get_serial(cy_device_device_handlers* handlers, const void* usb_device_desc, std::string serial, uint16_t bcd_device, int& curr_serial_extra_id);
|
|
CaptureDevice cypress_optimize_3ds_create_device(const void* usb_device_desc, std::string serial, std::string path);
|
|
|
|
#endif
|