1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-07-04 21:28:54 +03:00

Made two fields that are only used on GP2X available only on that platform.

It seems the "#endif" was inserted at the wrong spot.
This commit is contained in:
Maarten ter Huurne 2011-12-23 14:07:06 +01:00
parent 1ad6b2f25a
commit c2afbfdc91

View File

@ -181,12 +181,12 @@ public:
bool o2x_usb_net_on_boot, o2x_ftp_on_boot, o2x_telnet_on_boot, o2x_gp2xjoy_on_boot, o2x_usb_host_on_boot, o2x_usb_hid_on_boot, o2x_usb_storage_on_boot;
std::string o2x_usb_net_ip;
int volumeMode, savedVolumeMode; // just use the const int scale values at top of source
#endif
// Volume scaling values to store from config files
int volumeScalerPhones;
int volumeScalerNormal;
//--------------------------------------------------------------------------
#endif
SurfaceCollection sc;
Translator tr;