Page 1 of 1

Gamecube Samples run at 50 FPS on Dolphin

Posted: Wed Oct 16, 2019 3:39 pm
by DLDrago
I'm trying to get the graphics examples in the GameCube section to run at 60 fps, but they seem to only run at 50 fps. I'm using the latest Dolphin emu. Can anyone help me?

Re: Gamecube Samples run at 50 FPS on Dolphin

Posted: Sun Apr 12, 2020 3:02 pm
by DacoTaco
there could be few things going on here i believe.
could you go into the dolphin settings and enable PAL60 ( its under wii settings ) , maybe it has influence on the video mode for gamecube stuff too.

i'd also suggest looking into what video mode was detected, this can be checked by looking at what the value of rmode->viTVMode is in the code after it has initialised the video.

values are defined as following :

Code: Select all

#define VI_NTSC                     0		/*!< Video standard used in North America and Japan */
#define VI_PAL                      1		/*!< Video standard used in Europe */
#define VI_MPAL                     2		/*!< Video standard, similar to NTSC, used in Brazil */
#define VI_DEBUG                    3		/*!< Video standard, for debugging purpose, used in North America and Japan. Special decoder needed */
#define VI_DEBUG_PAL                4		/*!< Video standard, for debugging purpose, used in Europe. Special decoder needed */
#define VI_EURGB60                  5		/*!< RGB 60Hz, 480 lines mode (same timing and aspect ratio as NTSC) used in Europe */
some of these are 50hz, and not 60