Skip to content
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

PPU LLVM: improve accuracy of VSL/VSR #11382

Merged
merged 3 commits into from Jan 15, 2022
Merged

Conversation

Nekotekina
Copy link
Member

Got annoyed by false negatives in ppu_vpu test.

Passes tests, should now be equal to interpreter.
@Megamouse Megamouse added the CPU label Jan 15, 2022
@@ -330,6 +330,28 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> gui_settings, std

m_emu_settings->EnhanceRadioButton(ppu_bg, emu_settings_type::PPUDecoder);

connect(ppu_bg, &QButtonGroup::idToggled, [this](int id, bool checked)
Copy link
Contributor

Choose a reason for hiding this comment

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

Ugh... Need to put this before EnhanceRadioButton

Copy link
Member Author

Choose a reason for hiding this comment

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

Damn. Why though? It seems working.

Copy link
Contributor

@Megamouse Megamouse Jan 15, 2022

Choose a reason for hiding this comment

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

initial state when opening the dialog.
Enhance toggles the active button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants