Dzmitry Dubrova
|
a201d50566
|
Fix CI building
|
2023-12-14 08:53:03 +03:00 |
|
Dzmitry Dubrova
|
a461800973
|
Implement custom driver loading for ARM64 Android devices
|
2023-12-14 08:53:03 +03:00 |
|
Henrik Rydgård
|
a6d717cb39
|
Add option in dev tools to ask Android for 60hz display using Surface.setFrameRate
Might help #18514 and #18480 if we're lucky.
|
2023-12-12 15:30:39 +01:00 |
|
Henrik Rydgård
|
a80f590714
|
Minor cleanup (no need for a string query here)
|
2023-12-12 10:15:54 +01:00 |
|
Henrik Rydgård
|
5763ec1b88
|
Move NativeQueryConfig into app-android.cpp
|
2023-12-12 09:56:33 +01:00 |
|
Henrik Rydgård
|
db4993bfdc
|
Implement full support for mouse input on Android
The smoothing algorithm changed a bit now that I centralized that logic
in a way that can work with all backends.
|
2023-12-10 09:52:19 +01:00 |
|
Henrik Rydgård
|
fe732f167c
|
Android: Batch motion events.
|
2023-12-09 15:44:09 +01:00 |
|
Henrik Rydgård
|
29b934a4d9
|
Android: When filtering bogus key events, return true so no further processing happens.
Bugfix for 902ee91a02
|
2023-12-09 00:15:27 +01:00 |
|
Henrik Rydgård
|
902ee91a02
|
Android: Ignore key events with keycode 0 from gamepads.
Trying a really narrow fix for problem with stadia pads converted to
bluetooth, reported by oldmario on Discord.
|
2023-12-08 22:50:34 +01:00 |
|
Henrik Rydgård
|
84d3bfc506
|
Add mouse wheel support for Android
Fixes #18471
Tested on a Poco F4 phone with a generic Bluetooth mouse.
|
2023-12-04 13:41:52 +01:00 |
|
Henrik Rydgård
|
04c6b1ac99
|
Merge pull request #18442 from hrydgard/time-tracking
Track time-played per game
|
2023-11-27 22:12:45 +01:00 |
|
Henrik Rydgård
|
31c85ae0a5
|
Add the basics of a played-time tracker.
|
2023-11-26 19:15:38 +01:00 |
|
Henrik Rydgård
|
7558544183
|
Android: Add *.chd and *.CHD to allowed path patterns for shortcut/intents
|
2023-11-26 19:08:09 +01:00 |
|
Henrik Rydgård
|
c5469c409a
|
Add specific sysprop for accelerometer
|
2023-11-06 18:33:01 -06:00 |
|
Henrik Rydgård
|
87ddb3f3b1
|
Add easy way to verify games against the Redump database, supplied as CSV.
|
2023-10-23 19:11:01 -05:00 |
|
Henrik Rydgård
|
2c795e701f
|
Update rcheevos again. This time there are some files moving around.
|
2023-10-14 23:23:48 +02:00 |
|
Henrik Rydgård
|
ac93419331
|
Merge the 1.16.6 branch into master
Also deletes some unused code.
|
2023-10-13 11:00:11 +02:00 |
|
Henrik Rydgård
|
028c7c3ea8
|
Android: Fix crashes on screen rotation
|
2023-10-11 16:44:30 +02:00 |
|
Henrik Rydgård
|
8d59e30b53
|
Gradle: Fix some deprecation warnings
|
2023-10-10 19:12:24 +02:00 |
|
Henrik Rydgård
|
8c821893f1
|
Android: Fix crashes on screen rotation
|
2023-10-09 18:24:43 +02:00 |
|
Henrik Rydgård
|
34fbbf2c2a
|
Split out the descriptorset pool from VulkanMemory.cpp/h
|
2023-10-08 11:45:00 +02:00 |
|
Henrik Rydgård
|
42164b37d6
|
Gradle: Fix some deprecation warnings
|
2023-10-06 15:39:59 +02:00 |
|
Henrik Rydgård
|
19e4de5088
|
Change global UI messages to use an enum instead of strings.
Makes it easier to add new ones and delete outdated ones without missing
any uses.
|
2023-09-30 11:37:02 +02:00 |
|
Henrik Rydgård
|
1a19884769
|
Manage the Vulkan "EmuThread" from C++.
Preparation for a larger EmuThread refactoring.
|
2023-09-29 11:35:13 +02:00 |
|
Henrik Rydgård
|
2f5f9df620
|
Customize the cmake build. Android now builds that way too. Fixes.
Hack around build error
port the last fix to Android.mk
One more attempt
Warning fixes
Oops, forgot a slash
|
2023-09-29 10:16:47 +02:00 |
|