diff --git a/src/core/services/cam.cpp b/src/core/services/cam.cpp index 23a32399..a0206077 100644 --- a/src/core/services/cam.cpp +++ b/src/core/services/cam.cpp @@ -68,7 +68,6 @@ void CAMService::setFrameRate(u32 messagePointer) { mem.write32(messagePointer + 4, Result::Success); } - // Algorithm taken from Citra // https://github.com/citra-emu/citra/blob/master/src/core/hle/service/cam/cam.cpp#L465 void CAMService::getMaxLines(u32 messagePointer) {