From 3e49a32fa8870185c36c910f1daf12a866d4865f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 14 Apr 2024 19:49:15 +0200 Subject: [PATCH] Comment fixes --- Core/HLE/AtracCtx.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/HLE/AtracCtx.cpp b/Core/HLE/AtracCtx.cpp index c31dee74b9..8d5d668b19 100644 --- a/Core/HLE/AtracCtx.cpp +++ b/Core/HLE/AtracCtx.cpp @@ -925,7 +925,6 @@ u32 Atrac::DecodeData(u8 *outbuf, u32 outbufPtr, u32 *SamplesNum, u32 *finish, i ConsumeFrame(); } - // TODO: We don't support any other codec type, check seems unnecessary? SeekToSample(currentSample_); bool gotFrame = false;