3DS: Remove annoying and confusing shutter sound
Vicki Pfau vi@endrift.com
Fri, 04 Aug 2017 10:19:44 -0700
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
src/platform/3ds/main.c
→
src/platform/3ds/main.c
@@ -694,7 +694,6 @@ CAMU_SetTransferBytes(PORT_CAM1, imageSource->transferSize, w, h);
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);