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


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 570 571 572 573 574 ... 1197 Next »

Yellow text appearing in left corner
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Closed 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Yellow text appearing in left corner
02-06-2012, 02:57 PM
#1
Belqua Offline
Member
***
Posts: 188
Threads: 30
Joined: Jan 2012
The yellow text appearing in the left corner:

[Image: Dolphin_big_thumb.jpg]

Is there somehow to remove it/disable it?
Find
02-06-2012, 05:27 PM
#2
StupidStories Offline
Member
***
Posts: 66
Threads: 0
Joined: Sep 2011
No way
Find
02-07-2012, 01:36 AM
#3
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
It's possible, if you edited the relevant source code and compiled Dolphin yourself. But there's no option within Dolphin to turn it off. It disappears in a few seconds anyway.
Website Find
02-09-2012, 11:16 PM
#4
Belqua Offline
Member
***
Posts: 188
Threads: 30
Joined: Jan 2012
(02-07-2012, 01:36 AM)Shonumi Wrote: It's possible, if you edited the relevant source code and compiled Dolphin yourself. But there's no option within Dolphin to turn it off. It disappears in a few seconds anyway.

And how do i change this relevant source code?
Find
02-10-2012, 12:44 AM (This post was last modified: 02-10-2012, 01:07 AM by Shonumi.)
#5
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
Heh, I think you're one of the first people to ask that. Most people don't want to compile Dolphin themselves. Anyway, it should be easy enough. The file you want to edit is in the file Core.cpp. All you have to do is delete lines 345-347. They look like this:

Code:
DisplayMessage(cpu_info.brand_string, 8000);
DisplayMessage(cpu_info.Summarize(), 8000);
DisplayMessage(_CoreParameter.m_strFilename, 3000);

I haven't tried this, but it should work. Obviously, you'll have to compile Dolphin yourself though. It's easy enough on Linux, however, I dunno about Windows. Follow this guide; it should get you through everything.
Website Find
02-10-2012, 01:15 AM
#6
scummos Offline
Level 27 Forum Troll of Trog
****
Posts: 252
Threads: 2
Joined: Nov 2011
If you want to disable all those messages it's probably easier to make DisplayMessage() return before it does anything, isn't it?
Find
02-10-2012, 01:18 AM (This post was last modified: 02-10-2012, 01:18 AM by neobrain.)
#7
neobrain Offline
"Wow, I made my code 1000x faster! That means I can make it 2048x slower now!"
**********
Developers (Some Administrators and Super Moderators)
Posts: 3,208
Threads: 50
Joined: Jun 2009
If you want to disable all those messages it's probably easier to put the implementations of Renderer::RenderText in comments, e.g. remove this line for d3d9 http://code.google.com/p/dolphin-emu/source/browse/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp#341 .
My blog
Me on Twitter
My wishlist on Amazon.de
Find
02-10-2012, 01:23 AM (This post was last modified: 02-10-2012, 01:24 AM by Belqua.)
#8
Belqua Offline
Member
***
Posts: 188
Threads: 30
Joined: Jan 2012
I have Microsoft Visual C++ installed (which was required to install Dolphin), but I notice that a program named "Microsoft SDK" is required in order to do this.

Is thist he correct one?

http://www.microsoft.com/download/en/details.aspx?id=13287

I am running Vista 32 bit.
Find
02-10-2012, 01:27 AM
#9
Shonumi Offline
Linux User/Tester
**********
Administrators
Posts: 6,513
Threads: 55
Joined: Dec 2011
(02-10-2012, 01:15 AM)scummos Wrote: If you want to disable all those messages it's probably easier to make DisplayMessage() return before it does anything, isn't it?

Well, DisplayMessage() is used for other things too, like whenever you load or save a save state, I think. I didn't know if emuguy wanted all yellow text gone, or just the lines that appear during startup, so I opted for just eliminating the startup ones.

(02-10-2012, 01:18 AM)neobrain Wrote: If you want to disable all those messages it's probably easier to put the implementations of Renderer::RenderText in comments, e.g. remove this line for d3d9 http://code.google.com/p/dolphin-emu/source/browse/Source/Plugins/Plugin_VideoDX9/Src/Render.cpp#341 .

I didn't think to look there, not too familiar with Dolphin's source code yet. Smile People seem to keep asking how you turn off the yellow text. Personally, I don't mind it, but it looks like it'd be pretty easy to switch them off if an option were added to the GUI. It's far from a priority in Dolphin, but it looks like some people would appreciate it.
Website Find
02-10-2012, 01:29 AM
#10
scummos Offline
Level 27 Forum Troll of Trog
****
Posts: 252
Threads: 2
Joined: Nov 2011
(02-10-2012, 01:27 AM)Shonumi Wrote: I didn't think to look there, not too familiar with Dolphin's source code yet. Smile People seem to keep asking how you turn off the yellow text. Personally, I don't mind it, but it looks like it'd be pretty easy to switch them off if an option were added to the GUI. It's far from a priority in Dolphin, but it looks like some people would appreciate it.

But it's completely useless (really, who cares about something like that) and clutters the UI with yet another option. If it was my software, I wouldn't add it... ^^
Find
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Thread Closed 


  • 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