Skip to content

ImDebugger: Add some audio investigation tools#20242

Merged
hrydgard merged 6 commits into
masterfrom
audio-investigation
Apr 12, 2025
Merged

ImDebugger: Add some audio investigation tools#20242
hrydgard merged 6 commits into
masterfrom
audio-investigation

Conversation

@hrydgard

Copy link
Copy Markdown
Owner

Adds muting flags, and a way to revert to use FFMPEG for audio decoding, instead of our extracted decoder.

To help with investigating #19640

image

Also first reorganizes the developer tools screen a bit.

@hrydgard hrydgard added the Atrac3+ Issue involves sceAtrac features. label Apr 12, 2025
@hrydgard hrydgard added this to the v1.19.0 milestone Apr 12, 2025
@hrydgard hrydgard merged commit 686d104 into master Apr 12, 2025
@hrydgard hrydgard deleted the audio-investigation branch April 12, 2025 14:07
@@ -130,61 +129,25 @@ void DeveloperToolsScreen::CreateGeneralTab(UI::LinearLayout *list) {
list->Add(new Choice(dev->T("JIT debug tools")))->OnClick.Handle(this, &DeveloperToolsScreen::OnJitDebugTools);
list->Add(new CheckBox(&g_Config.bShowDeveloperMenu, dev->T("Show Developer Menu")));

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't you mean to move "Show Developer Menu" and AddOverlayList down to the new General section? (or still wip?)

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeh there's some more moving to do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Atrac3+ Issue involves sceAtrac features.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants