ponp: make Force Sub Redraw an option (#770)

## Link to GitHub Issue or related Pull Request, if one exists
n/a

## Description of change
Similar to how it is on SDVX, turning this on can cause graphical
glitches depending on the GPU, so it needs to be an option that users
can toggle.

## Testing
This commit is contained in:
bicarus
2026-06-19 22:30:08 -07:00
committed by GitHub
parent e8949a2612
commit 5483e8e2c0
4 changed files with 20 additions and 3 deletions
+3
View File
@@ -643,6 +643,9 @@ int main_implementation(int argc, char *argv[]) {
if (options[launcher::Options::PopnNativeTouch].value_bool()) {
games::popn::NATIVE_TOUCH = true;
}
if (options[launcher::Options::PopnSubRedraw].value_bool()) {
SUBSCREEN_FORCE_REDRAW = true;
}
if (options[launcher::Options::LoadMetalGearArcadeModule].value_bool()) {
attach_mga = true;
}