chore: Revert upstream

> temporarily disable upstream#471 (should be addressed in #10 and #11)
> disable upstream#466
> disable upstream#474
> noop for upstream#455 (excluded in supported build targets)
> partial revert for upstream#405 (including previous merge commit)
This commit is contained in:
[ ]
2026-02-19 16:56:51 +09:00
parent 78621e5dca
commit a7723148bc
4 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ namespace games::sdvx {
#ifdef SPICE64 // SDVX5+ specific code
// check -monitor + UFC mode
if (!GRAPHICS_WINDOWED && D3D9_ADAPTER.has_value() && is_valkyrie_model()) {
if (false && !GRAPHICS_WINDOWED && D3D9_ADAPTER.has_value() && is_valkyrie_model()) {
SHOW_VM_MONITOR_WARNING = true;
log_warning(
"sdvx",