mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-01 20:01:06 +01:00
4d92ffb949
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. |
||
---|---|---|
.. | ||
AudioCommon | ||
Common | ||
Core | ||
DiscIO | ||
DolphinQt2 | ||
DolphinWX | ||
InputCommon | ||
UICommon | ||
VideoBackends | ||
VideoCommon | ||
CMakeLists.txt |