dolphin/Source/Core
Lioncash ba94ffd51d VideoBackendBase: Include parameter names in member function declarations
Given this is a base class, we should clearly state what the parameters
to the functions in its exposed interface actually mean or represent.
This avoids needing to hunt for the definition of the functions in cpp
files.

While we're at it, normalize said parameter names so they follow our
naming guidelines.
2018-05-20 16:27:16 -04:00
..
AudioCommon
Common ec: Improve readability and clarity 2018-05-20 19:59:26 +02:00
Core Merge pull request #6919 from lioncash/nop 2018-05-20 20:33:38 +02:00
DiscIO Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
DolphinNoGUI
DolphinQt2 Merge pull request #6699 from 404-Name-Not-Found/alphabetize-gecko-qt 2018-05-20 11:13:38 +02:00
DolphinWX PPCAnalyst: Make CodeBuffer an alias for std::vector<CodeOp> 2018-05-18 17:19:45 -04:00
InputCommon
UICommon Reimplement custom PNG banners in game list 2018-05-20 15:34:03 +02:00
Updater
VideoBackends Remove SOIL altogether from the project. 2018-05-20 13:44:42 +02:00
VideoCommon VideoBackendBase: Include parameter names in member function declarations 2018-05-20 16:27:16 -04:00
CMakeLists.txt