retro100

Results 6 issues of retro100

SDL_GetTicks() doesn't start with zero if the current libogc version is used. But it should. The API docs of SDL_GetTicks() says: "Returns an unsigned 32-bit value representing the number of...

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...

I synced the dosbox-wii version to Revision r4301 and also apply the patches from jmarsh for dynamic recompiler support. See: https://www.vogons.org/viewtopic.php?t=65057 I create a description for compilation (INSTALL_Wii.md). If I...

Which devkitPro and lib versions should be used successful compile the current 1.7 version (released 2012)? Wenn I try to compile with the current devkitPro I have to made some...

Currently the space key from the virtual keyboard override the null termination with a blank but doesn't set a null termination afterwards. This bugfix write the missing string null termination...

With devkitPPC release 38 - 10.2.0 (versions for powerpc-eabi-gcc and powerpc-eabi-g++) i can't compile (link) the current master version of WiiSXRX. The linker produce many 'multiple definition of ...' messages...