mirror of https://github.com/mgba-emu/mgba.git
3DS: Remove annoying and confusing shutter sound
This commit is contained in:
parent
5b1e65052c
commit
b1b78a46b5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue