3DS: Remove annoying and confusing shutter sound

This commit is contained in:
Vicki Pfau 2017-08-04 10:19:44 -07:00
parent 5b1e65052c
commit b1b78a46b5
1 changed files with 0 additions and 1 deletions

View File

@ -694,7 +694,6 @@ static void _startRequestImage(struct mImageSource* source, unsigned w, unsigned
CAMU_Activate(imageSource->cam);
CAMU_ClearBuffer(PORT_CAM1);
CAMU_StartCapture(PORT_CAM1);
CAMU_PlayShutterSound(SHUTTER_SOUND_TYPE_MOVIE);
if (imageSource->cam) {
CAMU_SetReceiving(&imageSource->handles[0], imageSource->buffer, PORT_CAM1, imageSource->bufferSize, imageSource->transferSize);