mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user