(360) Change #ifndef LSB_FIRST to #ifdef MSB_FIRST

This commit is contained in:
twinaphex 2015-04-10 08:03:34 +02:00
parent 8012b88bcb
commit e282951163

View File

@ -428,7 +428,7 @@ static void xdk360_draw_text(xdk360_video_font_t *font,
pVertex[11] = 0;
pVertex[12] = m_fCursorX;
pVertex[13] = m_fCursorY + fHeight;
#ifndef LSB_FIRST
#ifdef MSB_FIRST
((volatile uint32_t *)pVertex)[2] = (tu1 << 16) | tv1; // Merged using big endian rules
((volatile uint32_t *)pVertex)[6] = (tu2 << 16) | tv1; // Merged using big endian rules
((volatile uint32_t*)pVertex)[10] = (tu2 << 16) | tv2; // Merged using big endian rules