all repos — mgba @ b1b78a46b586a897490c1cefbabbf08302bd5a49

mGBA Game Boy Advance Emulator

3DS: Remove annoying and confusing shutter sound
Vicki Pfau vi@endrift.com
Fri, 04 Aug 2017 10:19:44 -0700
commit

b1b78a46b586a897490c1cefbabbf08302bd5a49

parent

5b1e65052c04b48ba2f5ef44847aa140ef27c2aa

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M src/platform/3ds/main.csrc/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);