nulldc-360/plugins/XMaple/Mic.h
2011-10-15 12:33:03 +02:00

16 lines
273 B
C++

// Mic (plain mic, not for dreameye)
#pragma once
namespace EmulatedDevices
{
class Mic : public FT4
{
public:
Mic(maple_subdevice_instance* instance);
u32 DMA(u32 Command,
u32* buffer_in, u32 buffer_in_len,
u32* buffer_out, u32& buffer_out_len);
};
} //namespace