版本
3.5-1763
分支
master
发布于
10 years, 8 months ago
Windows x64 Windows x86 Mac OS X Android
提交(Commit)
2015484c24b817b9980d0f59e0cde1a4435cc789
修改者
Lioncash
修改说明
[Android] Some tiny cleanups in DolphinEmulator.java

- Join variable declaration and assignments in function onTouchEvent()
- Change a for-loop into a foreach loop in dispatchGenericMotionEvent(). Makes the loop body a single statement.