Ticket #26773: GPSMap60CSx+SummitHC.LinuxPPC.diff

File GPSMap60CSx+SummitHC.LinuxPPC.diff, 966 bytes (added by mklein-de (Michael Klein), 13 years ago)
  • src/GPSMap60CSx/CDevice.cpp

     
    3333using namespace Garmin;
    3434using namespace std;
    3535
    36 #if defined(HAVE_BIGENDIAN) || !defined(CAN_UNALIGNED)
     36#if !defined(CAN_UNALIGNED)
    3737#  define DBG_SHOW_WAYPOINT
    3838#  define UNTESTED throw exce_t(errSync, "This function has not yet been tested on your platform.")
    3939#else
  • src/GPSMap60CSx/loader.cpp

     
    235235    //   GPSMap60CSx::device->devid          = 0x0694;
    236236    GPSMap60CSx::device->screenwidth    = 176;
    237237    GPSMap60CSx::device->screenheight   = 220;
     238    GPSMap60CSx::device->screenhflip    = true;
    238239
    239240    return GPSMap60CSx::device;
    240241}