mirror of
https://github.com/switchbrew/libnx.git
synced 2025-07-04 02:22:15 +02:00
Small correction
This commit is contained in:
parent
96f1724780
commit
f85a020a99
@ -32,7 +32,7 @@ Result audinInitialize(void)
|
|||||||
// Setup the default device
|
// Setup the default device
|
||||||
if (R_SUCCEEDED(rc))
|
if (R_SUCCEEDED(rc))
|
||||||
{
|
{
|
||||||
// Passing an empty device name will open the default "DeviceOut"
|
// Passing an empty device name will open the default "BuiltInHeadset"
|
||||||
char DeviceNameIn[DEVICE_NAME_LENGTH] = {0};
|
char DeviceNameIn[DEVICE_NAME_LENGTH] = {0};
|
||||||
char DeviceNameOut[DEVICE_NAME_LENGTH] = {0};
|
char DeviceNameOut[DEVICE_NAME_LENGTH] = {0};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user