Commits
Lawrence Velázquez authored 3cbd0fb3d74
1 - | Index: src/GPSMap60CSx/CDevice.cpp |
2 - | =================================================================== |
3 - | --- src/GPSMap60CSx/CDevice.cpp (revision 2392) |
4 - | +++ src/GPSMap60CSx/CDevice.cpp (working copy) |
5 - | |
6 - | using namespace Garmin; |
7 - | using namespace std; |
8 - | |
9 - | -#if defined(HAVE_BIGENDIAN) || !defined(CAN_UNALIGNED) |
10 - | +#if !defined(CAN_UNALIGNED) |
11 - | # define DBG_SHOW_WAYPOINT |
12 - | # define UNTESTED throw exce_t(errSync, "This function has not yet been tested on your platform.") |
13 - | #else |
14 - | Index: src/GPSMap60CSx/loader.cpp |
15 - | =================================================================== |
16 - | --- src/GPSMap60CSx/loader.cpp (revision 2392) |
17 - | +++ src/GPSMap60CSx/loader.cpp (working copy) |
18 - | |
19 - | // GPSMap60CSx::device->devid = 0x0694; |
20 - | GPSMap60CSx::device->screenwidth = 176; |
21 - | GPSMap60CSx::device->screenheight = 220; |
22 - | + GPSMap60CSx::device->screenhflip = true; |
23 - | |
24 - | return GPSMap60CSx::device; |
25 - | } |
1 + | Index: src/GPSMap60CSx/CDevice.cpp |
2 + | =================================================================== |
3 + | --- src/GPSMap60CSx/CDevice.cpp (revision 2392) |
4 + | +++ src/GPSMap60CSx/CDevice.cpp (working copy) |
5 + | |
6 + | using namespace Garmin; |
7 + | using namespace std; |
8 + | |
9 + | -#if defined(HAVE_BIGENDIAN) || !defined(CAN_UNALIGNED) |
10 + | +#if !defined(CAN_UNALIGNED) |
11 + | # define DBG_SHOW_WAYPOINT |
12 + | # define UNTESTED throw exce_t(errSync, "This function has not yet been tested on your platform.") |
13 + | #else |
14 + | Index: src/GPSMap60CSx/loader.cpp |
15 + | =================================================================== |
16 + | --- src/GPSMap60CSx/loader.cpp (revision 2392) |
17 + | +++ src/GPSMap60CSx/loader.cpp (working copy) |
18 + | |
19 + | // GPSMap60CSx::device->devid = 0x0694; |
20 + | GPSMap60CSx::device->screenwidth = 176; |
21 + | GPSMap60CSx::device->screenheight = 220; |
22 + | + GPSMap60CSx::device->screenhflip = true; |
23 + | |
24 + | return GPSMap60CSx::device; |
25 + | } |