Previous 199869 Revisions Next

r36147 Saturday 28th February, 2015 at 19:35:52 UTC by Couriersud
Fix detecting rotation for "-video accel" for quadratic screen bitmaps.
[Couriersud]
[src/osd/modules/render]draw13.c

trunk/src/osd/modules/render/draw13.c
r244658r244659
897897   }
898898
899899   if (setup.rotwidth != m_texinfo.width || setup.rotheight != m_texinfo.height
900         || setup.dudx < 0 || setup.dvdy < 0)
900         || setup.dudx < 0 || setup.dvdy < 0 || (PRIMFLAG_GET_TEXORIENT(flags) != 0))
901901      m_is_rotated = true;
902902   else
903903      m_is_rotated = false;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team