mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-26 12:40:16 +02: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:
parent
1ad6b2f25a
commit
c2afbfdc91
@ -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;
|
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;
|
std::string o2x_usb_net_ip;
|
||||||
int volumeMode, savedVolumeMode; // just use the const int scale values at top of source
|
int volumeMode, savedVolumeMode; // just use the const int scale values at top of source
|
||||||
#endif
|
|
||||||
|
|
||||||
// Volume scaling values to store from config files
|
// Volume scaling values to store from config files
|
||||||
int volumeScalerPhones;
|
int volumeScalerPhones;
|
||||||
int volumeScalerNormal;
|
int volumeScalerNormal;
|
||||||
//--------------------------------------------------------------------------
|
//--------------------------------------------------------------------------
|
||||||
|
#endif
|
||||||
|
|
||||||
SurfaceCollection sc;
|
SurfaceCollection sc;
|
||||||
Translator tr;
|
Translator tr;
|
||||||
|
Loading…
Reference in New Issue
Block a user