Dolphin, the GameCube and Wii emulator - Forums
Game Window Title bar - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support)
+--- Forum: Support (https://forums.dolphin-emu.org/Forum-support)
+--- Thread: Game Window Title bar (/Thread-game-window-title-bar)



Game Window Title bar - CQStudios - 10-24-2014

Hello everyone. Forgive me if this post doesn't belong here, I'm new. I'm currently working on an automated streaming program for Smashladder.com in order to stream Project M / Melee matches automatically. However I'm working under Linux, and I'd prefer the ability to force the dolphin game window to maintain a static title name. Currentlly the game will boot up and then the window will list something similar to "Dolphin [lol-git-rebase] 4.0-648-dirty | JIT64 DC | OGL | HLE | FPS: 60 - VPS: 60 - 100%" But I need that window title to remain static throughout all iterations of the game window since on Linux the dc netplay branch which works online seg faults when you don't reset the program after every finished netplay session.

Where in the source code can I look to find the function that dynamically changes the window title?


RE: Game Window Title bar - skid - 10-24-2014

Here is the function:

https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/Core/Core.cpp#L641


RE: Game Window Title bar - CQStudios - 10-25-2014

(10-24-2014, 08:11 PM)skid Wrote: Here is the function:

https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/Core/Core.cpp#L641

Thank you very much. This helps me out quite a bit. I was looking for this inside EmuWindow.cpp as well as the VideoCommon folder in general and nothing I did to modify the window data was actually showing proof that it was working.

Hope you have a great day! Big Grin