Henrik Rydgård
00a13bfb14
Fix static analysis warnings (pointless move, empty instead of size)
2025-08-31 00:59:51 +02:00
Henrik Rydgård
cee9494476
Consolidate the touch event handling between the two SurfaceView classes
2025-08-31 00:59:51 +02:00
Henrik Rydgård
37677e22a0
Android: Consolidate shared code between the surface view classes
2025-08-31 00:59:51 +02:00
Henrik Rydgård and GitHub
43ffbffc41
Merge pull request #20769 from lvonasek/master
...
OpenXR - Support for Play for Dream MR headset
2025-08-30 22:44:07 +02:00
Luboš V. and GitHub
52aa9c27f6
OpenXR - Define extensions for Play for Dream
2025-08-30 16:43:58 +02:00
Luboš V. and GitHub
8a535e9f01
OpenXR - Play for Dream support added into VRManifest.xml
2025-08-30 16:41:40 +02:00
Henrik Rydgård and GitHub
b9a3e93971
Merge pull request #20768 from Mrlinkwii/dx
...
CI : remove refernces to dx9sdk
2025-08-30 13:40:06 +02:00
Mrlinkwii
b0fc687a5c
CI : remove refernces to dx9sdk
2025-08-30 12:02:35 +01:00
Henrik Rydgård and GitHub
46aaca185a
Merge pull request #20764 from hrydgard/more-translation-cleanup
...
More translation cleanup
2025-08-30 10:32:47 +02:00
Benjamin Wegener and GitHub
0d785dddd6
Update fsr_rcas.fsh
2025-08-30 09:41:53 +02:00
Henrik Rydgård and GitHub
74aa0f22ac
Merge pull request #20765 from fp64/sdl-help-followup
...
Fix more stdout on SDL
2025-08-29 23:21:26 +02:00
Henrik Rydgård
0796918914
Remove and fix obsolete translation strings (from the D3D9 removal)
2025-08-29 23:12:06 +02:00
Henrik Rydgård
3895bab1dc
Fix more translation issues
2025-08-29 22:52:17 +02:00
Henrik Rydgård
51d5e62f02
Remove the auto-translation of PromptScreen parameters, nearly all callers do this manually
2025-08-29 22:24:07 +02:00
Henrik Rydgård and GitHub
ea2e52e02a
Merge pull request #20762 from hrydgard/more-cleanup
...
Android: Remove support for Moga controllers
2025-08-29 22:00:40 +02:00
Benjamin Wegener and GitHub
f304232c13
Update fsr_easu.fsh
2025-08-29 21:45:32 +02:00
Henrik Rydgård
c58abd14aa
Remove support for Moga controllers.
...
Moga was an early "standard" (well, supported by a single company) for
joystick input before Android got official support, which was a long,
long time ago. I can't imagine many of these are still in use. Plus, the
Moga integration library broke back in Lollipop so we've carried around
an ugly workaround.
Let's just get rid of this stuff.
2025-08-29 21:27:47 +02:00
fp64
4bed8ac8c8
Fix more stdout on SDL
...
Followup to https://github.com/hrydgard/ppsspp/pull/20748
Now PPSSPPSDL outputs nothing to stdout during normal operation.
Didn't touch `printf`s `CocoaBarItems.mm`, though.
2025-08-29 21:52:08 +03:00
Henrik Rydgård and GitHub
15087de385
Merge pull request #20761 from hrydgard/java-cleanups
...
Java code cleanups, bump some dependencies
2025-08-29 12:11:10 +02:00
Henrik Rydgård
c57163ec86
Remove a lot more redundant Android version checks
2025-08-29 11:35:48 +02:00
Henrik Rydgård
827b59f4cd
Remove a lot of obsolete Android version checks
2025-08-29 11:15:16 +02:00
Henrik Rydgård
8cdf1a435b
Bump the androidx appcompat version. Not quite to the latest but not far behind.
2025-08-29 11:03:08 +02:00
Henrik Rydgård
18af3c4e6c
bump gradle plugin
2025-08-29 10:43:18 +02:00
Henrik Rydgård
f8c6543664
Remove the dx9sdk submodule, no longer needed for anything
2025-08-29 10:41:45 +02:00
Henrik Rydgård
50e9f5726c
..
2025-08-29 10:40:29 +02:00
Henrik Rydgård and GitHub
dc05950ef8
Merge pull request #20760 from bslenul/lr-d3d11-fixes
...
[Libretro] Fix Windows build + D3D11 glitches
2025-08-29 10:39:02 +02:00
Bobby Smith
46a07943cc
[Libretro] Fix Windows build + D3D11 glitches
2025-08-29 02:29:54 +02:00
Henrik Rydgård and GitHub
36207e42ad
Merge pull request #20759 from hrydgard/more-translation-issues
...
Fix more translation issues
2025-08-29 01:09:00 +02:00
Henrik Rydgård
621cee686f
Fix another translation issue, more strings
2025-08-29 01:07:55 +02:00
Henrik Rydgård
d4c9e631a9
Fix more translation issues
2025-08-29 01:07:51 +02:00
Henrik Rydgård and GitHub
51a5a06109
Merge pull request #20758 from hrydgard/more-misc-fixes
...
Misc improvements (ImDebugger log window, scrollview drop shadow, etc)
2025-08-29 00:27:39 +02:00
Henrik Rydgård
b5595ea450
Add simple imgui log window (just reads the short log ring buffer)
2025-08-29 00:04:54 +02:00
Henrik Rydgård
e369da453b
Fix bug with watch window visibility pointing to the wrong bool
2025-08-28 23:23:19 +02:00
Henrik Rydgård
3268d2afd0
ScrollView: Add a subtle drop shadow to the top.
2025-08-28 23:21:32 +02:00
Henrik Rydgård
6b5d4fdd86
Avoid exiting Buffer::Printf with a pending va_end(). Oops. Thanks Nemo.
2025-08-28 17:14:19 +02:00
Henrik Rydgård and GitHub
96f82a03b1
Merge pull request #20753 from hrydgard/further-debugger-fixes
...
Allow binding "Pause (no menu)" to a touch control button
2025-08-28 14:40:12 +02:00
Henrik Rydgård
e4a14330e0
Correct comment, rename array
2025-08-28 10:24:30 +02:00
Henrik Rydgård and GitHub
893861eb94
Merge pull request #20755 from crashGG/mmpx-enhace
...
enhance MMPX algorithm Final Addendum
2025-08-27 15:45:36 +02:00
crashGG and GitHub
cbfbaa23b9
enhance MMPX algorithm add 1
...
1.Use a new luma tiebreaker mechanism that divides alpha levels into 6 levels to avoid luma tiebreaker confusion between similar alpha pixels.
2.Added new gradient edge shape capture
3.Optimize the blending mechanism at the edge of the texture to prevent single pixel distortion
2025-08-27 17:39:09 +08:00
Henrik Rydgård
76fb535bec
Allow binding "Pause (no menu)" to touch controls. Also makes controls stay visible when paused.
2025-08-27 08:54:13 +02:00
Henrik Rydgård
709e136470
Map pause-no-menu to F8 by default.
2025-08-27 08:33:24 +02:00
Henrik Rydgård
35f2209c63
Fix two translation inconsistencies
2025-08-26 11:23:52 +02:00
Henrik Rydgård
0fe72582e2
Fix some x64Emitter header typos
...
Fixes #20747
2025-08-26 10:50:56 +02:00
Henrik Rydgård and GitHub
6e4d363f76
Merge pull request #20749 from hrydgard/more-debugger-fixes
...
More debugger fixes
2025-08-26 10:50:49 +02:00
Henrik Rydgård
aaa4f9d72e
Add websocket testing script
2025-08-26 10:26:35 +02:00
Henrik Rydgård
3b3257ad99
Fix crash in debug builds in gpu.stats.get
2025-08-26 10:24:30 +02:00
Henrik Rydgård
e017775538
Allow configuring the server port from the developer tools screen
2025-08-26 10:13:21 +02:00
Henrik Rydgård
a7b36ae0ae
Websocket: Request resets asynchronously. sync won't work.
2025-08-26 10:12:43 +02:00
Henrik Rydgård
3680bb17d3
RemoteISOScreen: Don't check "allowed" every frame.
2025-08-26 10:12:05 +02:00
Henrik Rydgård and GitHub
2769b1b833
Merge pull request #20748 from fp64/sdl-help
...
Implement `--help` in SDL backend
2025-08-26 09:49:23 +02:00