Skip to content

Commit 6035a68

Browse files
committed
remove comment
1 parent 92d965a commit 6035a68

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Cafe/OS/libs/nsyshid/Skylander.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,6 @@ namespace nsyshid
568568
{
569569
// Portal audio is mono channel, 16 bit audio.
570570
// Audio is unsigned 16 bit, supplied as 64 bytes which is 32 samples per block
571-
//g_portalAudio = IAudioAPI::CreateDevice((IAudioAPI::AudioAPI)GetConfig().audio_api, device_description, 8000, 1, 32, 16);
572571
g_portalAudio = IAudioAPI::CreateDeviceFromConfig(IAudioAPI::AudioType::Portal, 8000, 32, 16);
573572
}
574573
std::array<sint16, 32> mono_samples;

0 commit comments

Comments
 (0)