X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fconfigdialog.cpp;h=3f870fcc95b7ec6c0fa4f14a3b2a5c9cbec562b2;hb=62587015fb12ec54b1702bfa17077e4b8af44b19;hp=f8c8d4f6050603331945ec0851ad0901c259230e;hpb=682e81f3a2f0693f60e6fb50426fb6367fd373db;p=virtualjaguar diff --git a/src/gui/configdialog.cpp b/src/gui/configdialog.cpp index f8c8d4f..3f870fc 100644 --- a/src/gui/configdialog.cpp +++ b/src/gui/configdialog.cpp @@ -7,7 +7,7 @@ // JLH = James Hammons // // Who When What -// --- ---------- ------------------------------------------------------------- +// --- ---------- ------------------------------------------------------------ // JLH 01/29/2010 Created this file // JLH 06/23/2011 Added initial implementation // JLH 10/14/2011 Fixed possibly missing final slash in paths @@ -87,6 +87,7 @@ void ConfigDialog::LoadDialogFromSettings(void) } #warning "!!! Need to load settings from controller profile !!!" +// We do this now, but not here. Need to fix this... #if 0 for(int i=0; i<21; i++) { @@ -122,12 +123,15 @@ void ConfigDialog::UpdateVJSettings(void) } #warning "!!! Need to save settings to controller profile !!!" +// We do this now, but not here. Need to fix this... +#if 0 for(int i=0; i<21; i++) { // We need to find the right profile and load it up here... vjs.p1KeyBindings[i] = controllerTab1->controllerWidget->keys[i]; // vjs.p2KeyBindings[i] = controllerTab2->controllerWidget->keys[i]; } +#endif }