Previous 199869 Revisions Next

r28772 Friday 21st March, 2014 at 01:54:42 UTC by R. Belmont
always a Clang (nw)
[src/osd/sdl]drawogl.c

trunk/src/osd/sdl/drawogl.c
r28771r28772
25282528   // when nescesarry copy (and convert) the data
25292529   if (!texture->nocopy)
25302530   {
2531      int x, y;
2531      int y;
25322532      UINT8 *dst;
25332533
25342534      for (y = 0; y < texsource->height; y++)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team