// Token: 0x060007AD RID: 1965 RVA: 0x00043EA4 File Offset: 0x000420A4 private void dmLogoSegaEnd(AppMain.DMS_LOGO_SEGA_WORK logo_work) { this.dmLogoSegaActionDelete(logo_work); AppMain.g_obj.ppPre = null; AppMain.ObjObjectClearAllObject(); AppMain.ObjPreExit(); AppMain.ObjDrawESEffectSystemExit(); AppMain.ObjExit(); GsSound.StopSeHandle(logo_work.h_se); GsSound.FreeSeHandle(logo_work.h_se); GsSound.Halt(); GsSound.End(); GsSound.Reset(); }
// Token: 0x06000EE8 RID: 3816 RVA: 0x00083FB4 File Offset: 0x000821B4 private static void DmSoundExit() { GsSound.Halt(); GsSound.End(); if (AppMain.dm_sound_jingle_scb != null) { GsSound.StopBgm(AppMain.dm_sound_jingle_scb, 0); GsSound.ResignScb(AppMain.dm_sound_jingle_scb); AppMain.dm_sound_jingle_scb = null; } if (AppMain.dm_sound_bgm_scb != null) { GsSound.StopBgm(AppMain.dm_sound_bgm_scb, 0); GsSound.ResignScb(AppMain.dm_sound_bgm_scb); AppMain.dm_sound_bgm_scb = null; } GsSound.Reset(); }