From 474f5f5203e6486475956e31ee069d0204fd6dee Mon Sep 17 00:00:00 2001 From: sp2xdev <127630192+sp2xdev@users.noreply.github.com> Date: Fri, 25 Apr 2025 15:53:58 -0700 Subject: [PATCH] fatal error for sdvxlandscape --- src/spice2x/launcher/launcher.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/spice2x/launcher/launcher.cpp b/src/spice2x/launcher/launcher.cpp index 94c922d..dfd7620 100644 --- a/src/spice2x/launcher/launcher.cpp +++ b/src/spice2x/launcher/launcher.cpp @@ -1172,16 +1172,18 @@ int main_implementation(int argc, char *argv[]) { } } -// // SDVXFullscreenLandscape disabled due to it messing with in-game camera angle -// // FullscreenOrientationFlip continues to live on, however. -// -// if (options[launcher::Options::SDVXFullscreenLandscape].value_bool() && !GRAPHICS_WINDOWED) { + // SDVXFullscreenLandscape disabled due to it messing with in-game camera angle + // FullscreenOrientationFlip continues to live on, however. + if (options[launcher::Options::SDVXFullscreenLandscape].value_bool()) { + log_fatal("launcher", "-sdvxlandscape removed due to a camera bug in SDVX!"); + } +// if (options[launcher::Options::SDVXFullscreenLandscape].value_bool() && !GRAPHICS_WINDOWED) { // #if SPICE64 // GRAPHICS_FS_ORIENTATION_SWAP = true; // #else // log_warning("launcher", "-sdvxlandscape is not supported in 32-bit SDVX, ignoring..."); // #endif -// } +// } if (options[launcher::Options::FullscreenOrientationFlip].value_bool() && !GRAPHICS_WINDOWED) { GRAPHICS_FS_ORIENTATION_SWAP = true;