play sound effect when gamecard is inserted.

This commit is contained in:
ITotalJustice
2025-04-29 19:23:37 +01:00
parent 6c1b5de932
commit 757e380e08
2 changed files with 15 additions and 7 deletions

View File

@@ -453,6 +453,9 @@ Result Menu::GcOnEvent() {
if (m_mounted) {
log_write("trying to mount\n");
m_mounted = R_SUCCEEDED(GcMount());
if (m_mounted) {
App::PlaySoundEffect(SoundEffect::SoundEffect_Startup);
}
} else {
log_write("trying to unmount\n");
GcUnmount();