Dolphin, the GameCube and Wii emulator - Forums

Full Version: request R6063-SSE3-x86-multi-patch with custom
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
can anyone make the "R6063-SSE3-x64-multi-patch" get green texts disabled when we check on the "overlay some statistics" ?

download link by admin89

http://www.mediafire.com/?739plma4ia4a62w

im a gamer not a programmer so im noob with those coding things ,pls go easy on me Smile
bump topic
"get green texts disabled when we check on the "overlay some statistics""

What?
here , we check "overlay some statistics"



[Image: configeidt.jpg]

green texts will be showed like this :

[Image: textb.jpg]

could you make an option that disable those green texts ?
What? It already is an option, as shown in your screenshot even. :/
maybe he's talking about the booting sequence.
can you make these texts disabled ?like edit dolphin's source code or something .... because overlay some statistisc boost speed alot ( incredible speed boost ) but we cant play with those texts ...
He probably means the blue [cyan] text, not green.

Since on some builds, if you overlap those stats, it results in a huge speed boost (for some odd reason).

The only downside, obviously, is that it obscurs the left side of the screen.
that's why i ask someone whose knowledge about coding programs to help me to remove these text , someone told me to edit the source code of dolphin , i have no clue what to do sry im pathetic =/
I don't see how "Overlay some statistics" would boost speed.
All it does is draw text on the screen.

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

If you disabled that code, it would do nothing, it would be the same as disabling it in the GUI.
So I don't know what you want removed for this patch. :p
Pages: 1 2