From b8e5230d7def6f031ca6039d55bdf5c51518a40e Mon Sep 17 00:00:00 2001 From: medusadigital Date: Wed, 13 Dec 2017 13:21:55 +0100 Subject: [PATCH] add start-low-graphics-mode.bat add start-low-graphics-mode.bat --- start-low-graphics-mode.bat | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 start-low-graphics-mode.bat diff --git a/start-low-graphics-mode.bat b/start-low-graphics-mode.bat new file mode 100644 index 00000000..199f4281 --- /dev/null +++ b/start-low-graphics-mode.bat @@ -0,0 +1,7 @@ +@echo off + + +set QMLSCENE_DEVICE=softwarecontext + + +start /b monero-wallet-gui.exe \ No newline at end of file