Small correction

This commit is contained in:
Mike H 2018-03-02 20:20:12 +00:00 committed by GitHub
parent 96f1724780
commit f85a020a99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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};