Dolphin, the GameCube and Wii emulator - Forums

Full Version: how to edit dolphin source's code ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i have some codes like these :

if(!g_ActiveConfig.bCopyEFBToTexture)

if(!g_ActiveConfig.bCopyEFBToTexture || (tex_format == GX_TF_C14X2))

or

if (g_ActiveConfig.bOverlayStats)
{
Statistics::ToString(st);
D3D::font.DrawTextScaled(0, 30, 20, 20, 0.0f, 0xFF00FFFF, st, false);
}


how i edit my current dolphin ? ( svn version )
you must download the source using tortoisesvn and then compile it in.
i download tortoisesvn and tried to install it

and i had no idea what to do Sad

Stop it. You completely waste your time. Overlaying stats does NOT increase factual game speed.