iidx: hide tdj sub screen in fullscreen single monitor mode (#829)

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

## Description of change
Prevent the game from launching a blank window when launching fullscreen
with sub disabled.

## Testing
This commit is contained in:
bicarus
2026-07-22 14:37:29 -07:00
committed by GitHub
parent 00c8bb8ce6
commit 80deb4bbbd
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -379,6 +379,7 @@ int main_implementation(int argc, char *argv[]) {
}
if (options[launcher::Options::spice2x_IIDXNoSub].value_bool()) {
GRAPHICS_FORCE_SINGLE_ADAPTER = true;
GRAPHICS_PREVENT_SECONDARY_WINDOWS = true;
}
if (options[launcher::Options::spice2x_SDVXNoSub].value_bool()) {
GRAPHICS_FORCE_SINGLE_ADAPTER = true;