Henrik Rydgård
|
4491c7e2ca
|
Quick hack to enable analog stick sensitivity on non-windows platforms.
See #8028
|
2017-05-18 15:15:10 +02:00 |
|
Xiong Shimin
|
17b6f9f7a3
|
Fix: in some extreme case on-screen touch controls get stuck on iOS
|
2017-05-01 17:58:35 +08:00 |
|
Unknown W. Brackets
|
3b4103cb3b
|
System: Use a separate API for bool props.
This simplifies defaulting, instead of -1 being "true".
|
2017-04-29 17:35:12 -07:00 |
|
Henrik Rydgard
|
cf365bb257
|
Minor cleanup with GOLD define - only use it in System_GetPropertyInt
|
2017-04-05 16:21:08 +02:00 |
|
Henrik Rydgård
|
22782b6439
|
UWP: Fix DPI calculations for touch. Implement back button support.
|
2017-03-23 10:02:29 +01:00 |
|
Henrik Rydgård
|
e17772b58d
|
Merge pull request #9430 from unknownbrackets/input-state
Remove legacy InputState tracking
|
2017-03-15 10:16:14 +01:00 |
|
Unknown W. Brackets
|
9e390510df
|
Remove legacy InputState.
|
2017-03-14 22:07:07 -07:00 |
|
Unknown W. Brackets
|
e1bc26e67a
|
Remove remaining input_state mutexing.
|
2017-03-14 22:07:06 -07:00 |
|
Unknown W. Brackets
|
255c726c1e
|
Remove legacy pointer tracking outside Windows.
|
2017-03-14 22:07:05 -07:00 |
|
Henrik Rydgård
|
7e007c3973
|
Merge pull request #9426 from unknownbrackets/input-state
Remove various legacy parts of the InputState
|
2017-03-14 09:34:57 +01:00 |
|
Unknown W. Brackets
|
2812ddcc86
|
Remove End/UpdateInputState and ButtonTracker.
No longer used for anything.
|
2017-03-13 22:58:38 -07:00 |
|
Unknown W. Brackets
|
ef57eafaad
|
Correct GE debugger font size in small window mode.
This should handle high and low DPI cases correctly, to avoid making the
text unreadably small.
|
2017-03-12 12:17:35 -07:00 |
|
Henrik Rydgård
|
9f17c7f01e
|
Fix iOS crash. Fixes #9381
|
2017-03-06 20:27:11 +01:00 |
|
Henrik Rydgård
|
a1941d8a81
|
It's enough to call net::Init/Shutdown in NativeInit/Shutdown. Remove other calls.
|
2017-03-06 10:51:28 +01:00 |
|
Henrik Rydgard
|
26a2d42731
|
Big mutex overhaul - remove our custom ones, make them non-recursive where possible
|
2017-02-28 11:40:29 +01:00 |
|
Henrik Rydgard
|
55aa879216
|
A lot of buildfixes
|
2017-02-06 16:16:43 +01:00 |
|
Henrik Rydgard
|
ad29974a56
|
Change when drawcontexts are allocated. Hook up backbuffer events to fix d3d9 resizing.
|
2017-02-06 11:40:16 +01:00 |
|
Henrik Rydgard
|
20d9e60a67
|
Just some renaming. Start moving away from the "thin3d" name
|
2017-01-30 14:38:31 +01:00 |
|
Henrik Rydgård
|
b9bbee5c85
|
Use the mach memory functions on Mac and 32-bit iOS as well.
|
2017-01-25 20:38:46 +01:00 |
|
Henrik Rydgård
|
193b5f3094
|
By skipping kernel mappings, I got things to fit in the iOS 64-bit address space. However, something is still a bit broken with JIT...
|
2017-01-25 18:35:09 +01:00 |
|
Henrik Rydgård
|
5af8b152e1
|
Further buildfixes
|
2016-12-27 11:59:12 +01:00 |
|
Henrik Rydgard
|
bb4920298b
|
ios/ViewController.mm : Add a comment about a future optimization
|
2016-12-21 17:40:33 +01:00 |
|
Matthew Campbell
|
5d17c5e38e
|
fix ios build docs
|
2016-10-23 09:55:57 +07:00 |
|
Florent Castelli
|
eb2eb4cd9b
|
cmake: Move some platform configuration to a toolchain file
|
2016-10-12 18:52:23 +02:00 |
|
Henrik Rydgard
|
2a4f4ed41d
|
iOS buildfix, fix another comment
|
2016-08-28 18:10:26 +02:00 |
|
Henrik Rydgard
|
1e4b77fb49
|
Use PAGE_SIZE, fix a comment, fix some indentation.
|
2016-08-28 18:07:54 +02:00 |
|
Henrik Rydgard
|
daf10ec882
|
Use JIT on iOS (not actually working yet, but it will start working in later commits)
|
2016-08-28 13:43:59 +02:00 |
|
Henrik Rydgard
|
b39206f922
|
Use the app cache directory on Android for the shader cache.
|
2016-01-17 22:15:23 +01:00 |
|
Henrik Rydgard
|
27c71aa340
|
Get rid of the unused "InstallID"
|
2016-01-17 15:46:15 +01:00 |
|
Unknown W. Brackets
|
481be1cd34
|
Fix GL feature detection.
|
2016-01-06 20:26:53 -08:00 |
|
Henrik Rydgård
|
517c5183ac
|
IOS buildfix
|
2016-01-03 15:19:43 +01:00 |
|
Henrik Rydgard
|
03aa820c28
|
Untested ios buildfix
|
2016-01-01 14:40:18 +01:00 |
|
Henrik Rydgard
|
15de6e6b98
|
GraphicsContext: Abstract away things like swapbuffers etc before adding even more backends.
Needed to prevent clutter all over the codebase.
Does not go all the way yet, goal would be a common render loop between platforms but not there yet.
|
2016-01-01 14:40:16 +01:00 |
|
Karen Tsai
|
c4a28a2998
|
Restore JIT for armv7/armv7s iOS 9 devices, which were erroneously disabled when I fixed PPSSPP's arm64 crashing.
|
2015-12-28 14:20:28 -05:00 |
|
Unknown W. Brackets
|
29eea477b9
|
iOS: Return mobile for device type prop.
This makes touch controls show by default, for example.
|
2015-12-26 20:38:43 -08:00 |
|
Henrik Rydgård
|
7eb662fc6b
|
Attempt at fixing scissor scaling issue on ios ( #8300 )
|
2015-12-24 23:32:24 +01:00 |
|
Henrik Rydgard
|
732b1239e7
|
Add some permission infrastructure, add an ugly button that asks you to grant STORAGE permission if necessary.
|
2015-12-17 22:41:50 +01:00 |
|
Henrik Rydgård
|
3386f1e181
|
Merge pull request #8153 from angelXwind/SpringBoardAnimatedExit
Perform an animated exit to SpringBoard on iOS devices
|
2015-11-03 20:48:12 +01:00 |
|
Karen Tsai
|
063d519056
|
Perform an animated exit to SpringBoard on iOS devices as opposed to simply terminating PPSSPP (which could be misinterpreted for a crash)
|
2015-11-03 13:57:10 -05:00 |
|
Karen Tsai
|
1ba873a496
|
Override JIT setting in ppsspp.ini for JIT-incapable environments, fakesign PPSSPP binary via adhoc signing in order to prevent crash-at-launch on iOS 9, separate jailbreak detection logic from JIT support logic, temporary change to only enable JIT on iOS 8 and below.
|
2015-11-03 12:34:33 -05:00 |
|
mgaver
|
0fc2e9a77b
|
Update PPSSPP-Info.plist
Relocate a launch image
|
2015-10-08 13:44:42 +09:00 |
|
Henrik Rydgard
|
d822cbf60b
|
Move fbo.cpp/h from native into PPSSPP
|
2015-09-06 13:13:37 +02:00 |
|
Conrado
|
6d00a7722e
|
Changed iOS icons to follow Apple directives (PNG24 with no transparency and no rounded corners).
|
2015-06-08 22:53:53 -03:00 |
|
Karen Tsai
|
dbd15420f5
|
Properly post lost_focus and got_focus notifications when iOS app resigns active state and gains active state. Fixes #7758
|
2015-05-27 02:35:09 -04:00 |
|
Karen Tsai
|
3501d9348d
|
Map right thumbstick as another analog stick, particularly useful for controllers like the DualShock 3/4 when connected to an iOS device. Fixes #7762
|
2015-05-24 20:46:56 -04:00 |
|
Henrik Rydgard
|
8b05e7abf0
|
Adjust the audio speed on non-60hz Android devices to compensate.
Greatly improves audio stability on Nexus S.
Fixes #6677 .
|
2015-01-14 00:45:12 +01:00 |
|
Henrik Rydgard
|
51f352ee26
|
Delete unused code in DSoundStream, fix system_getpropertyint for iOS
|
2015-01-11 19:30:25 +01:00 |
|
Unknown W. Brackets
|
c0804427ef
|
Merge remote-tracking branch pull/7047.
And fix the whitespace + optimize the pngs.
|
2014-11-04 01:46:00 -08:00 |
|
TwistedUmbrella
|
07f0478425
|
Xcode 6 / iPhone 6 compatibility updates
|
2014-11-04 03:37:40 -05:00 |
|
mgaver
|
7f3ab8715f
|
use nativeScale insted of scale, works fine.
iPhone 6 Plus scale fix
|
2014-10-16 09:11:26 +09:00 |
|