Commit Graph

45241 Commits

Author SHA1 Message Date
Henrik Rydgård f05fabc26f Relink the README and history 2026-03-02 23:40:15 +01:00
Henrik Rydgård 8fc377d225 README.md: Move 1.18.x history to history.md. 2026-03-02 23:40:15 +01:00
Henrik Rydgård a5e3d6086b Merge pull request #21325 from hrydgard/analog-stick-threshold
Controls: Add a setting for the threshold used to map analog stick inputs to digital buttons
2026-03-02 23:39:32 +01:00
Henrik Rydgård e780e32f98 Controls: Add a setting for the threshold used to map analog stick inputs to digital buttons 2026-03-02 22:50:15 +01:00
Henrik Rydgård 6df47225dd Merge pull request #21323 from hrydgard/misc-work
Show ffmpeg version in sysinfo, add back "Show PSP" button
2026-03-02 11:23:36 +01:00
Henrik Rydgård e46825d7a0 Restore "Show PSP" in control mapping, that button got lost somehow. However it's still not super useful. + readme updates 2026-03-02 01:53:13 +01:00
Henrik Rydgård 133c36f145 Minor logging cleanup in savedata 2026-03-02 00:24:19 +01:00
Henrik Rydgård e9930c77fd Show more info in sysinfo build config, including the FFMPEG version PPSSPP was built with 2026-03-02 00:24:19 +01:00
Henrik Rydgård 161cf0952d Merge pull request #21322 from hrydgard/ui-focus
Fix check for top screen. Fixes a problem with input focus after game reset
2026-03-01 18:30:27 +01:00
Henrik Rydgård e80c67df25 Fix check for top screen. Fixes a problem with input focus after game reset.
Reported by Flide, thanks!

However, there's some underlying bug in screen focus tracking, this just works around it by checking for top screen in a more reliable way.
2026-03-01 17:47:46 +01:00
Henrik Rydgård 6066017019 Merge pull request #21320 from hrydgard/even-more-fixes
Fix mousewheel scroll problem, merge dependabot PRs
2026-03-01 13:58:17 +01:00
Henrik Rydgård 3d0d42bf4e Merge remote-tracking branch 'origin/dependabot/github_actions/nttld/setup-ndk-1.6.0' into even-more-fixes 2026-03-01 12:35:04 +01:00
Henrik Rydgård f7b84aa62f Merge remote-tracking branch 'origin/dependabot/github_actions/actions/upload-artifact-7' into even-more-fixes 2026-03-01 12:34:56 +01:00
Henrik Rydgård 40dcce4c3d Merge remote-tracking branch 'origin/dependabot/github_actions/actions/download-artifact-8' into even-more-fixes 2026-03-01 12:34:48 +01:00
Henrik Rydgård 8086bd1adc Correct the mouse scroll problem reported by sum2012 in #21315
Fixes #21315

Replaces #21316
2026-03-01 12:14:04 +01:00
Henrik Rydgård 5e6ec70280 Minor stuff 2026-03-01 12:09:43 +01:00
dependabot[bot] 2a71a087e2 Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 08:47:27 +00:00
dependabot[bot] 109df8be7d Bump nttld/setup-ndk from 1.5.0 to 1.6.0
Bumps [nttld/setup-ndk](https://github.com/nttld/setup-ndk) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/nttld/setup-ndk/releases)
- [Commits](https://github.com/nttld/setup-ndk/compare/afb4c9964b521afb97c864b7d40b11e6911bd410...ed92fe6cadad69be94a966a7ee3271275e62f779)

---
updated-dependencies:
- dependency-name: nttld/setup-ndk
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 08:47:23 +00:00
dependabot[bot] d37ca94eb7 Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-01 08:47:20 +00:00
Henrik Rydgård 6b3e4b7dd0 Shorter default hiding time for touch controls (8 seconds now) 2026-02-28 13:56:18 +01:00
Henrik Rydgård 6cc0902088 Merge pull request #21314 from hrydgard/more-fixes
Fix issue where touch screen controls were activated by actual gamepad input, UI layout problems
2026-02-28 12:16:11 +01:00
Henrik Rydgård b04eadd11f PauseScreen: Fix bug where resetting the game caused us to ignore virtual key inputs 2026-02-28 12:03:01 +01:00
Henrik Rydgård 0e1150fa39 Fix bug with rootmargins. Fixes cut off buttons on the pause screen when savestate undo is enabled 2026-02-28 11:45:49 +01:00
Henrik Rydgård 52ec01994d Add icons to the buttons on the save state popup. Flip the undo buttons to match the regular buttons. 2026-02-28 11:40:55 +01:00
Henrik Rydgård 2c207aedf8 Fix problem where the touch screen controls got reactivated by gamepad input 2026-02-28 11:11:17 +01:00
Henrik Rydgård 845f9f3d55 Add missing check to Vulkan init. Disable validation on android-x86-64
The latter is broken in the Android SDK emulator.
2026-02-27 23:57:50 +01:00
Henrik Rydgård 3ef74e2c05 Merge pull request #21307 from hrydgard/readme-1.20
Update readme for 1.20
2026-02-27 19:02:28 +01:00
Henrik Rydgård c6074d5e93 Merge pull request #21313 from Saramagrean/patch-2
More Update Thai translations.
2026-02-27 18:34:00 +01:00
Benjamin Benda Gates b62c71ece7 More Update Thai translations. 2026-02-27 23:05:22 +07:00
Henrik Rydgård 641bfe43a7 Merge pull request #21312 from fcrwr/memview-fixes
ImMemView fixes
2026-02-27 16:15:16 +01:00
fcrwr 50690e3e4d remove unused code in ImMemView 2026-02-27 15:44:02 +05:00
fcrwr dd92f82464 fix flickering in ImMemWindow 2026-02-27 14:01:01 +05:00
fcrwr 170a129363 fix ImMemWindow hotkeys globally interfering with text input 2026-02-27 13:58:24 +05:00
Henrik Rydgård 873531d848 Merge pull request #21311 from hrydgard/minor-fixes
Fix key mapping on Android keyboards
2026-02-27 09:55:46 +01:00
fcrwr 79bca7b69c fix usage of uninitialized variables in ImMemView 2026-02-27 13:52:10 +05:00
Henrik Rydgård cf28fd3a8d More cleanup in pngLoadPtr 2026-02-26 23:41:38 +01:00
Henrik Rydgård 48dc36be2e pngLoadPtr: Protect against over-reads from truncated files 2026-02-26 23:37:52 +01:00
Henrik Rydgård 657b3282ab Android keyboard: After processing a char event, fall through and also generate a keydown.
Fixes #21309
2026-02-26 23:30:43 +01:00
Henrik Rydgård fc5daab4d9 Apply NABN00BS changes, reindent some lines 2026-02-26 20:58:23 +01:00
Henrik Rydgård 406df02906 Merge pull request #21308 from Naggioperso/add-games-nexus-to-server-list
Added Games Nexus to the server list
2026-02-26 20:08:21 +01:00
Naggioperso eb79c1cb1c Added Games Nexus to the server list
Added Games Nexus relay server running postoffice to the list of servers
2026-02-26 19:42:56 +01:00
Henrik Rydgård f184967a53 Remove entry with private address (requires OpenVPN), correct discord link 2026-02-26 18:45:00 +01:00
Henrik Rydgård 1d2a7e641d Add back accidentally deleted server to list 2026-02-26 18:41:26 +01:00
Henrik Rydgård 3f8ab09714 Update README.md for 1.20 2026-02-26 18:01:40 +01:00
Henrik Rydgård ecd091b8c4 Push text input dialogs down a bit in portrait mode 2026-02-26 17:57:06 +01:00
Henrik Rydgård 3ddea55b9a Merge pull request #21306 from hrydgard/server-list-update
Server list update, add virtual keyboard to PopupTextInputChoice
2026-02-26 17:47:33 +01:00
Henrik Rydgård 9097dd935a Somewhat improve the UI of the adhoc server list 2026-02-26 17:17:42 +01:00
Henrik Rydgård c3a78724c7 Add an on-screen keyboard in the popup inputbox 2026-02-26 17:17:42 +01:00
Henrik Rydgård 930a95f8f7 compat.ini: Add a few more game IDs for Silent Hill: Shattered Memories 2026-02-26 17:17:42 +01:00
Henrik Rydgård 5255d450bc Move the AdhocServerScreen to its own file, remove the "Toggle List" button 2026-02-26 17:17:42 +01:00