8000 ImDebugger: Add some audio investigation tools by hrydgard · Pull Request #20242 · hrydgard/ppsspp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ImDebugger: Add some audio investigation tools #20242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 12, 2025
Merged

Conversation

hrydgard
Copy link
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
19 checks passed
@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
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
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
0