Henrik Rydgård
|
fb88dbbbbf
|
Android: Handle pointer event cancellation
|
2026-02-06 12:47:41 +01:00 |
|
Henrik Rydgård
|
4c72a1c041
|
Handle zipped extracted ISOs a little better (don't try to install them as savedata)
|
2026-02-06 12:43:13 +01:00 |
|
Henrik Rydgård
|
f8077347e4
|
FileSystems: Change multiple internal functions to take std::string_view
|
2026-02-06 12:31:49 +01:00 |
|
Henrik Rydgård
|
c85496c84d
|
ISOFileSystem: Some const correctness
|
2026-02-06 12:00:53 +01:00 |
|
Henrik Rydgård
|
f2116c4236
|
Start using string_view in MetaFileSystem
|
2026-02-06 11:51:40 +01:00 |
|
Henrik Rydgård
|
236a0acf71
|
Minor tweaks
|
2026-02-06 11:37:09 +01:00 |
|
Henrik Rydgård
|
9ed6c8046c
|
Merge pull request #21213 from white-axe/revert-21144-libretro-vfs
Revert "Disable the libretro VFS on non-Android platforms"
|
2026-02-06 08:48:21 +01:00 |
|
刘皓
|
924b30b607
|
Revert "Disable the libretro VFS on non-Android platforms"
|
2026-02-06 00:04:19 -05:00 |
|
Henrik Rydgård
|
aa4ff3dc1a
|
Merge pull request #21211 from hrydgard/background-fix
Background stretch: Only resort to crop to avoid extreme squishing of the image.
|
2026-02-06 01:06:47 +01:00 |
|
Henrik Rydgård
|
0b7dc94f51
|
Background stretch: Only resort to crop to avoid extreme squishing of the image.
Fixes #21206
|
2026-02-06 00:49:14 +01:00 |
|
Henrik Rydgård
|
a342e8c9dc
|
Minor cleanup, merge the two game background drawing functions
|
2026-02-06 00:41:52 +01:00 |
|
Henrik Rydgård
|
dd19523204
|
Merge pull request #21210 from hrydgard/tilt-default-fix
Make sure tilt control defaults to off.
|
2026-02-05 23:50:47 +01:00 |
|
Henrik Rydgård
|
fc63096741
|
Make sure tilt control defaults to off. Show a warning if enabled.
|
2026-02-05 23:29:48 +01:00 |
|
Henrik Rydgård
|
5ea00c8ad9
|
Merge pull request #21205 from hrydgard/fix-block-copy
Fix issue with destination rectangles with image block copies
|
2026-02-05 15:54:48 +01:00 |
|
Henrik Rydgård
|
b05dbb8713
|
Warning fix
|
2026-02-05 14:04:50 +01:00 |
|
Henrik Rydgård
|
34108551da
|
Fix a problem with copies to RAM - forgot to set up the copy dest rectangle
Fixes #21187
|
2026-02-05 14:04:34 +01:00 |
|
Henrik Rydgård
|
9a2870f426
|
Merge pull request #21204 from hrydgard/more-misc
A few crashfixes, assorted cleanups
|
2026-02-05 14:02:44 +01:00 |
|
Henrik Rydgård
|
d4896fbecd
|
VtxDec_Tu16_C8888_Pfloat: Avoid over-reading the input
|
2026-02-05 13:34:34 +01:00 |
|
Henrik Rydgård
|
6ae4fee26b
|
Reduce the limit for ELF size to 24MB (still unreasonably large)
|
2026-02-05 13:26:20 +01:00 |
|
Henrik Rydgård
|
d8c40eefe8
|
Windows: Use a different window title for debug asserts
Fix bug in FastVec.h
|
2026-02-05 13:26:20 +01:00 |
|
Henrik Rydgård
|
991d7bdfab
|
VertexDecoder: Refactor away lowerbound/upperbound parameters
|
2026-02-05 13:26:17 +01:00 |
|
Henrik Rydgård
|
472499ef7c
|
Merge pull request #21201 from hrydgard/toggle-tilt-control
Add mappable input to toggle "enable tilt control"
|
2026-02-05 11:13:30 +01:00 |
|
Henrik Rydgård
|
841e4c8564
|
Add various checks trying to avoid various crashes found in Google Play crash reports.
|
2026-02-05 11:12:53 +01:00 |
|
Henrik Rydgård
|
0c3f6afeef
|
Vulkan: Fix MSAA crash due to silly typo
|
2026-02-05 11:03:33 +01:00 |
|
Henrik Rydgård
|
6fc44ea033
|
Android: Disable packing debug symbols in the AAB files. Not really needed.
I still have symbol files locally and can symbolize stack traces.
|
2026-02-05 09:58:53 +01:00 |
|
Henrik Rydgård
|
71305df15b
|
Gesture controls: Increase the max sensitivity to 2.0.
See #17678
|
2026-02-05 09:44:44 +01:00 |
|
Henrik Rydgård
|
d6d2c24e24
|
Fix the toggle touch controls input (properly this time)
|
2026-02-05 09:44:42 +01:00 |
|
Henrik Rydgård
|
f546dc3835
|
Add an Enable checkbox to tilt control, add mappable control
- Fixes #20830
|
2026-02-05 09:44:11 +01:00 |
|
Henrik Rydgård
|
3000c82d2c
|
Merge pull request #21200 from oltolm/warnings
Fix warnings and GCC/Clang build on Windows
|
2026-02-05 09:43:55 +01:00 |
|
Henrik Rydgård
|
c6f442f500
|
Merge pull request #21203 from hrydgard/improve-switch-pro-support
Windows: Enable tilt input for Switch Pro controllers, make it work on bluetooth
|
2026-02-05 02:53:33 +01:00 |
|
Henrik Rydgård
|
0fc5e86ca5
|
Add support for the touchpad button for DualSHock/DualSense controllers
|
2026-02-05 02:05:28 +01:00 |
|
Henrik Rydgård
|
7adbf0e27e
|
Enable tilt input for Switch Pro controllers
|
2026-02-05 01:33:40 +01:00 |
|
oltolm
|
3e290817aa
|
cmake: fix GCC Windows build
|
2026-02-04 21:34:24 +01:00 |
|
oltolm
|
ee7e68be16
|
cmake: use "list(APPEND)" instead of "set"
|
2026-02-04 21:33:39 +01:00 |
|
oltolm
|
72f305c779
|
fix warnings and cmake windows build
|
2026-02-04 21:28:01 +01:00 |
|
Henrik Rydgård
|
eb25a3d7e4
|
Merge pull request #21198 from HR1025/bugfix/build
Fix build in windows with cmake
|
2026-02-04 16:52:07 +01:00 |
|
haorui wang
|
7f2b504a01
|
Fix build in windows with cmake
|
2026-02-04 23:11:22 +08:00 |
|
Henrik Rydgård
|
b9233c74b1
|
Merge pull request #21197 from hrydgard/split-gesture-zones
Split gesture control into left and right zones
|
2026-02-04 15:45:04 +01:00 |
|
Henrik Rydgård
|
44e30b14a3
|
Split the screen between the two gesture input zones.
|
2026-02-04 15:01:06 +01:00 |
|
Henrik Rydgård
|
03a7df74fa
|
Have two independent gesture control zones
|
2026-02-04 15:01:06 +01:00 |
|
Henrik Rydgård
|
48d50fe712
|
Add strings for the two gesture zones
|
2026-02-04 15:01:06 +01:00 |
|
Henrik Rydgård
|
03c901d0cc
|
Prepare for multiple gesture mapping zones
|
2026-02-04 15:01:06 +01:00 |
|
Henrik Rydgård
|
8282bd0f3b
|
Merge pull request #21196 from hrydgard/misc
Minor code cleanup, langtool update
|
2026-02-04 15:00:44 +01:00 |
|
Henrik Rydgård
|
42137914e1
|
Fix the Toggle touch controls button, thanks Domiiniik
|
2026-02-04 14:33:54 +01:00 |
|
Henrik Rydgård
|
3f545af25c
|
Minor cleanup in DualShock code
|
2026-02-04 10:53:05 +01:00 |
|
Henrik Rydgård
|
efc920c948
|
langtool: Clippy fixes, add ability to avoid overwriting already-translated strings with AI
|
2026-02-04 10:42:41 +01:00 |
|
Henrik Rydgård
|
8350f67332
|
Fix typos, minor translation updates
|
2026-02-04 01:34:26 +01:00 |
|
Henrik Rydgård
|
1f204a5c92
|
Merge pull request #21195 from hrydgard/touch-control-no-fade
Touch controls: Don't fade out while buttons are being held
|
2026-02-04 01:14:27 +01:00 |
|
Henrik Rydgård
|
7dfaf2fa2c
|
Android buildfix attempt
|
2026-02-04 00:53:15 +01:00 |
|
Henrik Rydgård
|
9001f33d94
|
Minor cleanup
|
2026-02-04 00:48:50 +01:00 |
|