libretro / snes9x2002

Snes9x 2002. Port of SNES9x 1.39 for libretro (was previously called PocketSNES). Heavily optimized for ARM.
37 stars 46 forks source link

for loop initial declarations #15

Closed kivutar closed 8 years ago

kivutar commented 8 years ago

I get these errors with the latests commits, when building in Lakka:

src/gfx.c:3523:10: error: 'for' loop initial declarations are only allowed in C99 or C11 mode
      for (uint32 y = starty; y <= endy; y++)
inactive123 commented 8 years ago

I'll change them to C90/C89-compatible.

orbea commented 8 years ago

@Kivutar Is this still a problem?

kivutar commented 8 years ago

No