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

Speed hack setting reorganization #16348

Merged
merged 6 commits into from
Nov 6, 2022
Merged

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Nov 6, 2022

Fixes #16339, though there's likely more to do.

image

Realizing now I forgot to make the spline thing a bool, will fix. Or I'll just leave it as-is..

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label Nov 6, 2022
@hrydgard hrydgard added this to the v1.14.0 milestone Nov 6, 2022
@@ -875,7 +875,7 @@ static ConfigSetting graphicsSettings[] = {
ConfigSetting("CameraDevice", &g_Config.sCameraDevice, "", true, false),
ConfigSetting("VendorBugChecksEnabled", &g_Config.bVendorBugChecksEnabled, true, false, false),
ConfigSetting("UseGeometryShader", &g_Config.bUseGeometryShader, true, true, true),
ReportedConfigSetting("RenderingMode", &g_Config.iRenderingMode, 1, true, true),
ConfigSetting("SkipBufferEffects", &g_Config.bSkipBufferEffects, false, true, true),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hm, this setting can still affect whether it's running well, so maybe should still be reported. It can factor into the recommendations it gives you if you say the game isn't running well, i.e. turn off skip buffer effects.

-[Unknown]

Copy link
Owner Author

Choose a reason for hiding this comment

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

oops, yeah.

@unknownbrackets
Copy link
Collaborator

Seems like maybe missed some Android-only/Qt-only refactors of the setting name.

-[Unknown]

@hrydgard
Copy link
Owner Author

hrydgard commented Nov 6, 2022

Indeed so, was just working on it.

@unknownbrackets unknownbrackets merged commit 9aea950 into master Nov 6, 2022
@unknownbrackets unknownbrackets deleted the setting-reorganization branch November 6, 2022 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Settings cleanup: Speedhacks
2 participants