Commit Graph
43985 Commits
Author SHA1 Message Date
Henrik Rydgård 0e46cab21b Minor code modernization 2025-09-10 13:02:47 -06:00
Henrik Rydgård 40a5331581 Delete reference to prebuilt libfreetype, pull in the source instead. 2025-09-10 13:02:47 -06:00
Henrik Rydgård 28f8ce64f7 Add freetype as a submodule (2.14.0) 2025-09-10 13:02:47 -06:00
Henrik Rydgård baac136456 Set atlastool and zimtool to build for arm64 2025-09-10 13:02:47 -06:00
Henrik RydgårdandGitHub a240cb2407 Merge pull request #20805 from hrydgard/pause-screen-layout-fixes
On the pause screen, if no other banner is visible, move the save buttons down a bit.
2025-09-10 12:44:15 -06:00
Henrik Rydgård 96fb50b655 On the pause screen, if no other banner is visible, move the save buttons down a bit.
This makes them easier to hit when there's a pulldown or something in
the way, which there often is on Android.
2025-09-10 12:19:09 -06:00
Henrik RydgårdandGitHub f8261ae7ff Merge pull request #20801 from NABN00B/gui-buttons-and-margins
GUI margin and Back button adjustments
2025-09-09 10:02:08 +02:00
Henrik Rydgård f2a3457a43 Fix issue where the "Set UI background" button was now always hidden.
Thanks to NABN00B for noticing, in the comments of #20790.
2025-09-07 20:23:51 +02:00
NabandGitHub 5200ace606 GUI margin and Back button adjustments 2025-09-07 20:10:50 +02:00
Henrik RydgårdandGitHub a996645764 Merge pull request #20800 from NABN00B/gameregion-addition
Add UNKNOWN region in place of former OTHER
2025-09-06 23:59:50 +02:00
Nab 7edc3f0223 Add UNKNOWN region in place of OTHER 2025-09-06 17:18:57 +00:00
Henrik RydgårdandGitHub 598d073058 Merge pull request #20797 from jonkadelic/master
GEDebugger: fixed Verts tab displaying Invalid
2025-09-05 10:31:20 +02:00
jonkadelic 202260de0d GEDebugger: fixed Verts tab displaying Invalid
Resolves an issue where the Verts tab on the GE Debugger consistently
displays "Invalid" for all vertex values. This was due to rowCount_ in
TabVertices being left uninitialized.
2025-09-05 08:30:23 +02:00
Henrik Rydgård ddc16c9227 PauseScreen: Use the same logic as on the GameScreen for CreateConfig
Not ideal though.

See #20785
2025-09-04 21:45:10 +02:00
Henrik RydgårdandGitHub d311b3832c Merge pull request #20745 from Benjamin-Wegener/master
Add FSR (FidelityFX Super Resolution) shaders for upscaling and sharpening
2025-09-04 19:32:35 +02:00
Henrik RydgårdandGitHub e8dd3c2223 Merge pull request #20794 from hrydgard/project-8-fix
Correct error codes from sceUtilityLoadAvModule / UnloadAvModule.
2025-09-04 16:13:44 +02:00
Henrik RydgårdandGitHub 936e23f227 Merge pull request #20793 from hrydgard/misc-tweaks
Fix creating game configs from the pause screen for homebrew, other cleanup
2025-09-04 16:13:35 +02:00
Henrik Rydgård cfba17b6e6 Correct error codes from sceUtilityLoadAvModule / UnloadAvModule.
Fixes #20775
2025-09-04 15:18:15 +02:00
Henrik Rydgård f89c169f8a Use the correct ID when creating game configs from the pause screen 2025-09-04 11:34:55 +02:00
Henrik Rydgård 14016f84df Comments 2025-09-04 11:24:43 +02:00
Henrik Rydgård 12aba31f38 Delete the Running slow warning (but keep the one for software rendering) 2025-09-04 10:27:22 +02:00
Henrik RydgårdandGitHub 313d1fa390 Merge pull request #20763 from hrydgard/alignment-cleanup
Resolve #20746 by checking addresses harshly in MIPSAnalyst
2025-09-04 00:06:10 +02:00
Henrik Rydgård 33b87578c5 Revive old alignment utility functions, give them better names. 2025-09-03 20:48:51 +02:00
Henrik Rydgård f2df336f79 Resolve #20746 by checking addresses harshly in MIPSAnalyst
By fixing up badly aligned addresses in HLESubscriber.cpp.

This should help eliminate any bad usage within PPSSPP itself, while
also keeping existing websocket code working.

Additionally, this makes some end addresses exclusive instead of
inclusive, which simplifies address math.
2025-09-03 20:32:19 +02:00
Henrik RydgårdandGitHub 16eddfc1a1 Merge pull request #20791 from NABN00B/gameregion-addition
GameRegion improvements
2025-09-03 20:29:06 +02:00
Nab 3c611355c6 Stricter check for 'H' region 2025-09-03 17:40:40 +00:00
NabandGitHub f81018d8b4 Merge branch 'master' into gameregion-addition 2025-09-03 14:58:44 +02:00
Henrik RydgårdandGitHub 77720c070c Merge pull request #20790 from hrydgard/metadata-updates
Rework the game info screen implementation
2025-09-03 14:34:21 +02:00
NabandGitHub 5bfd4b390c GameRegion improvements 2025-09-03 14:17:55 +02:00
Henrik Rydgård 7fda054147 ImDebugger: Add a GameInfo tab to the PARAM.SFO window. 2025-09-03 14:10:54 +02:00
Henrik Rydgård ac48b9125b Add a "Desktop shortcut created" notification 2025-09-03 13:59:44 +02:00
Henrik Rydgård 97cfca8f18 Cleanup the Game info screen code. Fixes issue with it not loading sometimes. 2025-09-03 11:57:13 +02:00
Henrik Rydgård 2086326c75 Make use of constexpr in the ENUM_CLASS_BITOPS macro 2025-09-03 10:16:34 +02:00
Henrik RydgårdandGitHub 0332e67ad4 Merge pull request #20789 from hrydgard/more-modernization
Android: Fix some lint warnings
2025-09-02 14:56:22 +02:00
Henrik Rydgård 214995d9d5 Fix more lints, set up a lint baseline for Android 2025-09-02 14:35:29 +02:00
Henrik Rydgård d5682910cc Use AppCompat to implement future-compatible Back handling. 2025-09-02 14:25:46 +02:00
Henrik Rydgård ebe4fccbb1 Change some uses of TargetApi to RequiresApi 2025-09-02 13:51:36 +02:00
Henrik RydgårdandGitHub 52027613c3 Merge pull request #20788 from hrydgard/android-update-ndk
Android: Update to NDK 28
2025-09-02 13:49:33 +02:00
Henrik Rydgård 4aaf44dd02 Warning fixes 2025-09-02 13:26:04 +02:00
Henrik Rydgård 00edf03819 Remove another deprecated feature from build.gradle 2025-09-02 13:26:03 +02:00
Henrik Rydgård bbfe605959 build.gradle: Replace the deprecated variantFilter clause with the modern replacement 2025-09-02 13:26:03 +02:00
Henrik Rydgård 984f30a530 Update NDK. Remove 16K page compatibility flag that's now on by default. 2025-09-02 13:26:03 +02:00
Henrik RydgårdandGitHub da0d6b1b96 Merge pull request #20787 from hrydgard/upgrade-zlib
Update our vendored copy of zlib to 1.3.1
2025-09-02 13:25:57 +02:00
Henrik Rydgård aedd6a9c3a zlib: Include <unistd.h> to avoid undefined prototype errors in newer compilers 2025-09-02 12:11:05 +02:00
Henrik Rydgård 2a4db7717d Update our vendored copy of zlib to 1.3.1 2025-09-02 12:05:16 +02:00
Henrik RydgårdandGitHub 061913c7f6 Merge pull request #20786 from hrydgard/debugger-param-sfo
Small upgrade to the ParamSFO debugger window
2025-09-02 01:26:39 +02:00
Henrik Rydgård 6c238e0109 Small upgrade to the ParamSFO window: Show the original params, add copy to clipboard 2025-09-02 00:50:12 +02:00
Henrik RydgårdandGitHub 34402e3a16 Merge pull request #20783 from hrydgard/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2025-09-02 00:27:33 +02:00
Henrik RydgårdandGitHub 72fedd9b5b Merge pull request #20782 from hrydgard/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2025-09-02 00:27:25 +02:00
dependabot[bot]andGitHub fc484aa67c Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-01 18:22:41 +00:00