dolphin/Source/Core
Michael Maltese 3d7bace9da Arm64Emitter: extract lambda to AddImmediate()
Fixes warning:

```
Source/Core/Common/Arm64Emitter.cpp:4108:31: error: declaration shadows a local variable [-Werror,-Wshadow]
    auto addi = [this](ARM64Reg Rd, ARM64Reg Rn, u64 imm, bool shift, bool negative, bool flags) {
                                ^
  /var/lib/buildbot/slave/pr-android/build/Source/Core/Common/Arm64Emitter.cpp:4105:46: note: previous declaration is here
  void ARM64XEmitter::ADDI2R_internal(ARM64Reg Rd, ARM64Reg Rn, u64 imm, bool negative, bool flags,
                                               ^
```
2017-03-25 14:21:19 -07:00
..
AudioCommon Merge pull request #4548 from stenzek/gcc-sse 2017-03-13 14:28:01 +01:00
Common Arm64Emitter: extract lambda to AddImmediate() 2017-03-25 14:21:19 -07:00
Core Arm64: Use PRIi64/PRIx64 for printf 2017-03-25 14:20:44 -07:00
DiscIO Clarify the log message for unknown Wii Menu regions 2017-03-24 16:44:38 +01:00
DolphinNoGUI Don't special-case nogui exe name on Apple. 2017-03-08 13:17:49 -08:00
DolphinQt2 CMakeLists: Normalize whitespace 2017-03-01 14:53:23 -05:00
DolphinWX GeckoCodeConfig: Return vector by value for LoadCodes() 2017-03-21 16:58:13 -04:00
InputCommon Merge pull request #4856 from ligfx/backgroundinput 2017-03-19 22:31:30 -07:00
UICommon UICommon: Don't print --version option twice 2017-03-21 22:29:01 +01:00
VideoBackends OGL: Fix texture_type checks in CreateTexture 2017-03-17 23:53:56 +01:00
VideoCommon Merge pull request #5138 from lioncash/init 2017-03-23 15:15:32 +01:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00