wut/include/nn/acp/device.h

17 lines
225 B
C

#pragma once
#include <wut.h>
#include <nn/acp/result.h>
/**
* \defgroup nn_acp_device
* \ingroup nn_acp
* @{
*/
typedef int32_t ACPDeviceType;
ACPResult
ACPCheckApplicationDeviceEmulation(BOOL* emulation);
/** @} */