dolphin/Source/Core
Jasper St. Pierre 7ca8d8dfc7 Core: Don't pass through a reference to the window handle
Now that MainNoGUI is properly architected and GLX doesn't need to
sometimes craft its own windows sometimes which we have to thread back
into MainNoGUI, we don't need to thread the window handle that GLX
creates at all.

This removes the reference to pass back here, and the g_pWindowHandle
always be the same as the window returned by Host_GetRenderHandle().

A future cleanup could remove g_pWindowHandle entirely.
2014-08-19 10:05:58 -04:00
..
AudioCommon Get rid of instances of "using namespace std;" in the project 2014-08-17 02:05:33 -04:00
Common Add Common::Event::WaitFor(), which has the same semantics as std::condition_variable::wait_for() (with millisecond units). 2014-08-17 21:52:40 -07:00
Core Core: Don't pass through a reference to the window handle 2014-08-19 10:05:58 -04:00
DiscIO Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
DolphinWX Core: Don't pass through a reference to the window handle 2014-08-19 10:05:58 -04:00
InputCommon Remove support for Wayland 2014-08-19 10:05:56 -04:00
VideoBackends Core: Don't pass through a reference to the window handle 2014-08-19 10:05:58 -04:00
VideoCommon Core: Don't pass through a reference to the window handle 2014-08-19 10:05:58 -04:00
CMakeLists.txt