From f7ddb7f6d8c1798e010ee33fe98c816e12e39a0a Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Mon, 11 Jul 2022 17:58:19 +0300 Subject: [PATCH] Restore fullscreen vs. windowed mode switch --- src/core.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core.cc b/src/core.cc index 1ddaba4..6d721f2 100644 --- a/src/core.cc +++ b/src/core.cc @@ -1974,7 +1974,7 @@ int _GNW95_init_mode_ex(int width, int height, int bpp) configFree(&resolutionConfig); } - if (_GNW95_init_window(width, height, false) == -1) { + if (_GNW95_init_window(width, height, fullscreen) == -1) { return -1; }