From 6cacb1191590223af6afab5c13acc3664b72e8e3 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 29 Mar 2016 16:10:31 +0200 Subject: Feature: Show warning for 64bit VMs if no VT-x available --- src/globals.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/globals.cpp') diff --git a/src/globals.cpp b/src/globals.cpp index 3262089..6ff2e25 100644 --- a/src/globals.cpp +++ b/src/globals.cpp @@ -37,6 +37,8 @@ bool _fullscreen = false; int g_templateHandling = TEMPLATES_IGNORE; int g_forLocationHandling = LOCATION_BUMP; +bool g_noVtx = false; + bool myLessThan(Session* a, Session* b) { return *a < *b; } -- cgit v1.2.3-55-g7522