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 |
r244658 | r244659 | |
---|---|---|
897 | 897 | } |
898 | 898 | |
899 | 899 | 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)) | |
901 | 901 | m_is_rotated = true; |
902 | 902 | else |
903 | 903 | m_is_rotated = false; |
https://github.com/mamedev/mame/commit/ea57f3ebaf93cf28dc09c3e6ebe038ab90d4fd50 |
Previous | 199869 Revisions | Next |