Tolstoy Justin
f927e9951d
Move camera docs under ai_instructions/mac_camera
2025-11-09 12:25:03 +00:00
Tolstoy Justin
673c1e76a9
Add macOS camera bridge and polish PSP camera emulation
2025-11-09 00:01:07 +00:00
Henrik Rydgård
58b61b17c6
Merge pull request #20979 from sum2012/npdrmRead-minor
...
Avoid nullptr in npdrmRead
2025-11-08 23:06:56 +01:00
sum2012
094b069b68
Avoid nullptr in npdrmRead
2025-11-09 01:43:42 +08:00
Henrik Rydgård
5646e47169
Merge pull request #20977 from oltolm/warning
...
fix GCC warning
2025-11-08 00:21:27 +01:00
oltolm
b488c17518
fix GCC warning
...
C:/src/ppsspp/Core/System.cpp: In function 'void DumpFileIfEnabled(const u8*, u32, std::string_view, DumpFileType)':
C:/src/ppsspp/Core/System.cpp:938:29: warning: 'void free(void*)' called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
938 | free(path);
| ~~~~^~~~~~
C:/src/ppsspp/Core/System.cpp:924:67: note: returned from 'void* operator new [](std::size_t)'
924 | char *path = new char[strlen(fullPath.c_str()) + 1];
|
2025-11-07 22:46:18 +01:00
Henrik Rydgård
4563d8130a
Merge pull request #20973 from hrydgard/resize-improvements
...
Assorted UI improvements
2025-11-07 01:13:47 +01:00
Henrik Rydgård
833f80421f
Delete some obsolete code
2025-11-06 23:44:55 +01:00
Henrik Rydgård
9155de3358
Make the old behavior that the UI shrinks if the window is small optional. New hidden setting [General]/ShrinkIfWindowSmall
2025-11-06 23:44:55 +01:00
Henrik Rydgård
cfe807baed
Android refactor: Move all contentUri utilities to the new class ContentUri
2025-11-06 23:44:55 +01:00
Henrik Rydgård
57d64eaf60
New icons for the tools and system tabs
2025-11-06 23:44:55 +01:00
Henrik Rydgård
56d3dae334
Avoid regenerating the UI Atlas if unnecessary (faster resize)
2025-11-06 23:44:55 +01:00
Henrik Rydgård
602418aa1f
Merge pull request #20957 from sum2012/mpeg-patch
...
Update Mpeg function
2025-11-06 23:19:52 +01:00
Henrik Rydgård
e948a04a87
Merge pull request #20972 from sum2012/pgd-minor
...
Fix pgd_offset
2025-11-06 15:49:10 +01:00
sum2012
f80e489638
Fix pgd_offset
...
By miniMax AI while debuging scemp4 .When PGD decryption failed for .edat files, the pgd_offset variable was not being reset to 0. This caused subsequent file reads to access the wrong file position
2025-11-06 22:17:35 +08:00
Henrik Rydgård
fee7b1d2a6
Merge pull request #20971 from hrydgard/portrait-touch-screen-profile
...
Touch screen: Separate settings for portrait mode
2025-11-05 22:35:14 +01:00
Henrik Rydgård
ed0e206162
Merge pull request #20970 from bilginGamer/bilginGamer-translation_az
...
Translation update (Azerbaijani)
2025-11-05 22:30:24 +01:00
Henrik Rydgård
9089eb38cb
Fix shadowing issue in TabHolder that messed up the direction of tab switching animation
2025-11-05 22:12:39 +01:00
Henrik Rydgård
a183420a87
Orientation-specific defaults
2025-11-05 21:46:38 +01:00
Henrik Rydgård
4565b4710d
Merge pull request #20947 from oltolm/ffmpeg8
...
ffmpeg: update API for ffmpeg 8
2025-11-05 21:18:49 +01:00
Henrik Rydgård
063c7d4f7e
Get separate touch screen config for portrait working
2025-11-05 21:01:37 +01:00
Henrik Rydgård
4c73103c6c
Work on splitting touch controls between orientations
2025-11-05 20:29:55 +01:00
Henrik Rydgård
eab2cc85bc
Sneak in a critical bugfix in config loading, oops. Also fix minor bug reported by oltolm.
2025-11-05 20:29:12 +01:00
oltolm
e94361064b
FindFFmpeg.cmake: do not search for postproc
2025-11-05 19:37:58 +01:00
oltolm
122eddfe0f
ffmpeg: update API for ffmpeg 8
2025-11-05 19:11:32 +01:00
bilginGamer
35d403cb8c
Updated PPSSPP translation into Azerbaijani
...
The translation into Azerbaijani has been corrected, updated, and completed.
2025-11-05 22:06:24 +04:00
Henrik Rydgård
245927b360
Merge pull request #20967 from hrydgard/assorted-ui-work
...
Add icons to the tabs on the main settings page
2025-11-05 16:04:36 +01:00
Henrik Rydgård
f47c938a28
Merge pull request #20941 from hrydgard/separate-portrait-config
...
Separate display layout config between portrait and landscape
2025-11-05 15:30:12 +01:00
Henrik Rydgård
48ba3d99d3
GameSettingsScreen: Add tab icons. In portrait mode, use only icons on the tabs.
2025-11-05 15:29:34 +01:00
Henrik Rydgård
75020e2ed7
Add ability to put icons on tabs
2025-11-05 14:42:49 +01:00
Henrik Rydgård
1246b2d131
Correct handling of fallbacks and defaulting
2025-11-05 14:13:11 +01:00
Henrik Rydgård
1acec17045
Merge pull request #20953 from hrydgard/dependabot/github_actions/actions/upload-artifact-5
...
Bump actions/upload-artifact from 4 to 5
2025-11-05 14:11:21 +01:00
Henrik Rydgård
cd8f347ca8
Merge pull request #20952 from hrydgard/dependabot/github_actions/softprops/action-gh-release-2.4.1
...
Bump softprops/action-gh-release from 2.3.3 to 2.4.1
2025-11-05 14:11:02 +01:00
Henrik Rydgård
591bc376c3
Merge pull request #20951 from hrydgard/dependabot/github_actions/actions/download-artifact-6
...
Bump actions/download-artifact from 5 to 6
2025-11-05 14:10:53 +01:00
Henrik Rydgård
0fcbd9c2e9
Merge pull request #20966 from crashGG/master
...
enhance MMPX algorithm bug fixes and logic optimizations
2025-11-05 14:10:32 +01:00
crashGG
b82e21bdca
enhance MMPX algorithm bug fixes and logic optimizations
...
enhance MMPX algorithm bug fixes and logic optimizations
2025-11-05 16:04:12 +03:00
Henrik Rydgård
2b863aafe1
Prepare for the new defaulting mechanism, IniFile cleanup
2025-11-05 12:49:52 +01:00
Henrik Rydgård
2651a3a241
Add base struct ConfigBlock
2025-11-05 12:49:52 +01:00
Henrik Rydgård
2d9ceb8ccf
Display layout: Add orientation indicator. Also, the stretch option was inconsistent between UI and actual application
2025-11-05 12:49:52 +01:00
Henrik Rydgård
f7ed063b87
Add a comment
2025-11-05 12:49:51 +01:00
Henrik Rydgård
4467357e09
Add "fallback sections" to config reading, so we can "upgrade" settings
2025-11-05 12:49:51 +01:00
Henrik Rydgård
67010ff2af
Split the display layout config between landscape and portrait orientations
2025-11-05 12:49:51 +01:00
Henrik Rydgård
3e2edbfe81
Merge pull request #20965 from hrydgard/config-code-cleanup
...
Config code cleanup
2025-11-05 12:49:43 +01:00
Henrik Rydgård
c609e96a30
Fix issue where manual edits like comments were not preserved in game configs.
...
This allowed some simplification.
2025-11-04 23:39:56 +01:00
Henrik Rydgård
4edb8e53cd
Just some renaming and cleanup
2025-11-04 23:39:56 +01:00
Henrik Rydgård
1facc4d485
Remove obsolete hidden setting Browse
2025-11-04 23:39:56 +01:00
Henrik Rydgård
3391d65f4b
Minor cleanups
2025-11-04 23:39:56 +01:00
Henrik Rydgård
99c53f609a
Remove debug assert that gets triggered in headless mode
2025-11-04 23:39:56 +01:00
Henrik Rydgård
f2583ba24e
Merge pull request #20962 from hrydgard/more-misc-code-cleanup
...
More misc code cleanup, fix setting softgpu in game-specific settings
2025-11-04 15:17:49 +01:00
Henrik Rydgård
54a7095522
Fix an issue where game-specific configs didn't affect the software renderer setting properly.
...
Fixes #20923
2025-11-04 13:52:01 +01:00