dolphin/Source/Core
Lioncash 4d92ffb949 Interpreter: Amend parameter naming
Drops prefixed underscores from parameters

The C++14 standard states in section 2.10 subsection 3.2:

"Each identifier that begins with an underscore is reserved to the
implementation for use as a name in the global namespace."

It's highly unlikely an implementation will ever use '_inst' as a global
identifier, however it's better to just amend the names and alleviate
the concern altogether.
2017-01-20 14:51:00 -05:00
..
AudioCommon Add Silent Audio Dumping INI Option 2017-01-08 13:53:44 -05:00
Common Update log types names from IPC_HLE to IOS 2017-01-18 21:43:37 +01:00
Core Interpreter: Amend parameter naming 2017-01-20 14:51:00 -05:00
DiscIO DiscIO: Export GetKeyFromTicket 2017-01-14 17:06:40 +01:00
DolphinQt2 DiscIO: Add GetRegion function and Region enum 2017-01-02 20:57:11 +01:00
DolphinWX Put IOS devices in a namespace and drop WII_IPC_HLE prefix 2017-01-18 21:42:33 +01:00
InputCommon Merge pull request #4671 from endrift/fix-libusb 2017-01-17 21:43:08 +13:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4496 from Mystro256/master 2017-01-13 23:13:08 +13:00
VideoCommon Merge pull request #4656 from hthh/cmpr-fixes 2017-01-17 11:05:42 +13:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00