X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.cpp;h=b273cf6b58d9d99b732cbf3b7f30e48b2af0ff74;hb=94e1e961b57f253b760298ab0bae96a7de6d20fa;hp=ac6483212f954dccdf91fa3db868d26621ee3cf1;hpb=47b31991c3d7575e48c2ef35fc0884a6a4bb6d53;p=virtualjaguar diff --git a/src/settings.cpp b/src/settings.cpp index ac64832..b273cf6 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -2,14 +2,25 @@ // 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" #include #include #include "SDL.h" #include "sdlemu_config.h" #include "log.h" -#include "settings.h" + +// Temporary vars... +bool smoothGLOutput = false; using namespace std;