sdl-wii icon indicating copy to clipboard operation
sdl-wii copied to clipboard

SDL_GetTicks() return wrong value if current libogc version is used.

Open retro100 opened this issue 3 years ago • 0 comments

SDL_GetTicks() return a very high value if the current libogc version is used. The reason is that the behaviour of gettime() changed in the current libogc version. See https://github.com/dborth/sdl-wii/pull/60

For example dosbox doesn't work correctly with this bug. See https://github.com/retro100/dosbox-wii/issues/4

retro100 avatar May 02 '21 19:05 retro100