dolphin/Source/Core
Lioncash 1801180a30 IOS STM: Get rid of forward declarations in the cpp file
Forward declaring functions from a completely different header inside a cpp
file can lead to linker errors. Forward declaring also doesn't really
provide any benefit within cpp files unless it's to bring an internally
linked function within the same file into scope.
2017-01-29 19:30:56 -05:00
..
AudioCommon cmake: Change endif(.*) to endif() 2017-01-25 15:07:32 +01:00
Common Jit64: Enable branch following. 2017-01-28 02:48:56 +01:00
Core IOS STM: Get rid of forward declarations in the cpp file 2017-01-29 19:30:56 -05:00
DiscIO Merge pull request #4746 from JosJuice/volumedirectory-sort-case-insensitive 2017-01-27 18:23:14 +13:00
DolphinQt2 CMake: use CMAKE_OSX_DEPLOYMENT_TARGET 2017-01-24 01:27:41 -08:00
DolphinWX cmake: Change endforeach(.*) to endforeach() 2017-01-25 15:07:32 +01:00
InputCommon Merge pull request #4726 from ligfx/addingwindowsheaders 2017-01-24 13:47:36 +13:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Vulkan: Refactor initialization to only use a single instance 2017-01-29 22:18:53 +10:00
VideoCommon Merge pull request #4739 from AdmiralCurtiss/auto-adjust-window-size-16-9 2017-01-28 13:02:54 +01:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00