dolphin/Source/Core
Jasper St. Pierre 1e464d1a25 Frame: Actually call UpdateTitle
This was obviously what I meant to do, but due to a typo, called
SetTitle instead, causing the main game list title to be set instead.
2014-08-22 17:28:02 -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 Merge pull request #850 from lioncash/unused-headers 2014-08-22 02:07:10 -05:00
DiscIO Windows: Use a shared precompiled header for dolphin code under Source/ 2014-08-14 23:51:13 -07:00
DolphinWX Frame: Actually call UpdateTitle 2014-08-22 17:28:02 -04:00
InputCommon Merge pull request #764 from magcius/new-nogui-2 2014-08-21 14:14:54 -04:00
VideoBackends Merge pull request #764 from magcius/new-nogui-2 2014-08-21 14:14:54 -04:00
VideoCommon Merge pull request #764 from magcius/new-nogui-2 2014-08-21 14:14:54 -04:00
CMakeLists.txt