X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.cpp;h=b273cf6b58d9d99b732cbf3b7f30e48b2af0ff74;hb=94e1e961b57f253b760298ab0bae96a7de6d20fa;hp=40d417e3a7d276d4a66efb7127eb4ac4fec0e4a3;hpb=6c19e4098a43c47f8cd1824902f7335e124b834f;p=virtualjaguar diff --git a/src/settings.cpp b/src/settings.cpp index 40d417e..b273cf6 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -2,6 +2,13 @@ // SETTINGS.CPP: Virtual Jaguar configuration loading/saving support // // by James L. Hammons +// (C) 2010 Underground Software +// +// JLH = James L. Hammons +// +// Who When What +// --- ---------- ------------------------------------------------------------- +// JLH 01/16/2010 Created this log // #include "settings.h" @@ -12,6 +19,9 @@ #include "sdlemu_config.h" #include "log.h" +// Temporary vars... +bool smoothGLOutput = false; + using namespace std; // Global variables