The Following 2 Users Say Thank You to merpl For This Useful Post: | ||
|
2017-08-05
, 14:56
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#32
|
I really don't want to spend days faffing with a broken source tree when someone has a working (0.4?) version lying around.
The Following 4 Users Say Thank You to Wonko For This Useful Post: | ||
|
2017-08-16
, 20:36
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#33
|
The Following User Says Thank You to Wonko For This Useful Post: | ||
|
2017-08-16
, 21:28
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#34
|
The Following 7 Users Say Thank You to Wonko For This Useful Post: | ||
|
2017-08-17
, 10:55
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#35
|
The Following 8 Users Say Thank You to Wonko For This Useful Post: | ||
|
2017-08-19
, 20:37
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#36
|
diff --git a/src/base/touchinputdevice.cpp b/src/base/touchinputdevice.cpp index 3b7cd0b..9d0cffd 100644 --- a/src/base/touchinputdevice.cpp +++ b/src/base/touchinputdevice.cpp @@ -324,7 +324,7 @@ void TouchInputDevice::setGridVisible(bool on) void TouchInputDevice::setDpadAreaSize(int size) { - int rSize = qBound(160, size, 320); + int rSize = qBound(160, size, 16384); if (m_areaSize != rSize) { m_areaSize = rSize; setDpadAreaDiagonalSize(m_diagonalAreaSize);
[General] touchAreaDiagonalSize=128 touchAreaSize=512
The Following 7 Users Say Thank You to Wonko For This Useful Post: | ||
|
2017-11-05
, 10:21
|
Posts: 387 |
Thanked: 707 times |
Joined on May 2015
@ Italy
|
#37
|
The Following 2 Users Say Thank You to claustn For This Useful Post: | ||
|
2017-12-16
, 15:05
|
Posts: 19 |
Thanked: 34 times |
Joined on Aug 2017
|
#38
|
The Following User Says Thank You to merpl For This Useful Post: | ||
|
2017-12-17
, 09:57
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#39
|
Hi Wonko, thanks for your work.
...
Perhaps the problem lies with TheKit's port of SFOS to Droid 4? I think he uses framebuffer for graphics.
The Following 4 Users Say Thank You to Wonko For This Useful Post: | ||
|
2017-12-17
, 19:41
|
Posts: 456 |
Thanked: 1,580 times |
Joined on Dec 2009
|
#40
|
The Following 8 Users Say Thank You to Wonko For This Useful Post: | ||
We need an update.
I built two versions - emumaster 0.3.1-1 and 0.3.1-69 which have some differences, neither work.
I really don't want to spend days faffing with a broken source tree when someone has a working (0.4?) version lying around.
So - stop by freenode or give me a PM please if you have a non-broken source tree, then i can build it and upload to warehouse.
Thanks.