Project

General

Profile

Actions

Emulator Issues #1301

closed

Please mute sound when pause game

Added by Choate.Tim over 14 years ago.

Status:
Fixed
Priority:
Low
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Feature request
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

What steps will reproduce the problem?

  1. Nothing, just embarrass about it.

Related issues 1 (0 open1 closed)

Has duplicate Emulator - Emulator Issues #1307: Sound repeats when game is pausedDuplicate

Actions
Actions #1

Updated by cacofff over 14 years ago

Happens all the time, wouldn't be a bad idea.

Actions #2

Updated by marcus over 14 years ago

  • Status changed from New to Accepted
  • Issue type set to Feature request
  • Priority set to Low
  • Operating system N/A added
Actions #3

Updated by lpfaint99 over 14 years ago

Issue 1307 has been merged into this issue.

Actions #4

Updated by Anonymous over 14 years ago

XK did you do some work towards this recently?

Actions #5

Updated by XTra.KrazzY over 14 years ago

yup, called DSP_ClearAudioBuffer

Actions #6

Updated by death2droid over 14 years ago

Hmm try out this goto line 593 and replace

if (CCPU::IsStepping())
return CORE_PAUSE;

with

if (CCPU::IsStepping())
{
CPluginManager::GetInstance().GetDSP()->DSP_ClearAudioBuffer();
return CORE_PAUSE;
}

Tacky but it works.

Actions #7

Updated by XTra.KrazzY over 14 years ago

  • Status changed from Accepted to Fixed
Actions

Also available in: Atom PDF