• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 68 69 70 71 72 ... 111 Next »

request R6063-SSE3-x86-multi-patch with custom
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
request R6063-SSE3-x86-multi-patch with custom
09-16-2010, 09:58 PM (This post was last modified: 09-16-2010, 09:59 PM by elsword.)
#1
elsword Offline
Member
***
Posts: 93
Threads: 11
Joined: Sep 2010
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
Find
Reply
09-17-2010, 01:23 PM
#2
elsword Offline
Member
***
Posts: 93
Threads: 11
Joined: Sep 2010
bump topic
Find
Reply
09-17-2010, 01:49 PM
#3
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,653
Threads: 8
Joined: Feb 2010
"get green texts disabled when we check on the "overlay some statistics""

What?
Find
Reply
09-17-2010, 05:18 PM (This post was last modified: 09-17-2010, 05:21 PM by elsword.)
#4
elsword Offline
Member
***
Posts: 93
Threads: 11
Joined: Sep 2010
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 ?
Find
Reply
09-18-2010, 03:18 AM
#5
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,653
Threads: 8
Joined: Feb 2010
What? It already is an option, as shown in your screenshot even. :/
Find
Reply
09-18-2010, 05:33 AM
#6
boogerlad Offline
Above and Beyond
*******
Posts: 1,134
Threads: 21
Joined: Apr 2009
maybe he's talking about the booting sequence.
Find
Reply
09-18-2010, 10:38 AM (This post was last modified: 09-18-2010, 10:38 AM by elsword.)
#7
elsword Offline
Member
***
Posts: 93
Threads: 11
Joined: Sep 2010
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 ...
Find
Reply
09-18-2010, 07:45 PM
#8
Ocean Offline
Senior Member
*******
Posts: 1,209
Threads: 39
Joined: Jan 2010
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.
Find
Reply
09-18-2010, 10:09 PM
#9
elsword Offline
Member
***
Posts: 93
Threads: 11
Joined: Sep 2010
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 =/
Find
Reply
09-19-2010, 03:57 AM
#10
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,653
Threads: 8
Joined: Feb 2010
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
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode