Dolphin, the GameCube and Wii emulator - Forums

Full Version: Does Dolphin call EnumDisplaySettings?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

superkunt

Does Dolphin use the Windows API EnumDisplaySettings?

I'm trying to use a capture software called kkapture which fakes and interupts the EnumDisplaySettings in order to allow high resolution capture (higher than the monitor can display). This is useful for playing back and capturing input movie files (TAS, etc).

http://keyj.emphy.de/kkapture-fake-screen-res-patch/

However, it is not working with Dolphin.

So what does Dolphin and its default graphics plugin use for determining which resolutions are available?
Yes, http://code.google.com/p/dolphin-emu/sou...ag.cpp#129

Fullscreen is enabled with http://code.google.com/p/dolphin-emu/sou...ls.cpp#793


edit: oh, not fullscreen. Um, not sure. I think it's wxw magic. You could hack in a main_frame->SetMaxSize(wxSize(999999999999999999,999999999999999999)); somewhere though, if you need.