georgemoralis
a5af64c258
misc
2025-12-09 19:28:46 +02:00
georgemoralis
868ad608b2
GetValidUsers function to check users with valid home directories
2025-12-09 18:24:22 +02:00
georgemoralis
fca94497b1
savedata path is not homedir / userid / savedata / gameid
2025-12-09 18:22:01 +02:00
georgemoralis
34ef7fd0bf
Merge branch 'main' into user_and_settings
2025-12-09 14:43:15 +02:00
AlpinDale
de6c5bbb83
cli: add --show-fps to the CLI launcher ( #3860 )
...
* cli: add `--show-fps` to the CLI launcher
* fix: clang-format
* nit: PascalCase -> camelCase
Pre-release-shadPS4-2025-12-08-de6c5bbb836f05560a3639810f4ea8e9ef044c3d
2025-12-08 21:02:54 +01:00
Stephen Miller
65f0b07c34
libkernel: Implement sceKernelEnableDmemAliasing, proper mapping type checks in posix_mmap ( #3859 )
...
* Basic handling for MAP_VOID, MAP_STACK, and MAP_ANON in mmap.
* Update memory.cpp
* Update memory.cpp
* Dmem aliasing check
* Oops
2025-12-08 13:46:32 +02:00
kalaposfos13
2a5910ed51
New translations en_us.ts (OpenOrbis) ( #3858 )
2025-12-07 23:56:51 +02:00
Stephen Miller
391d30cbb1
cpu_patches: Patch stack canary accesses ( #3857 )
...
* Patch stack checks done using fs:[0x28]
Additionally adds support for multiple patches per instruction, since this makes two separate patches we need to conditionally perform for mov instructions.
* Missing include
* Disable patches for Apple
Mac can use their native FS segment directly, so these patches aren't needed
* Oops
2025-12-06 22:47:39 -08:00
TheTurtle
d3ad728ac0
vector_alu: Handle -1 as src1 in v_cmp_u64 ( #3855 )
2025-12-06 15:11:29 -08:00
Odukoya Abdullahi Ademola
5183cbe686
sceHttpUriSweepPath ( #3854 )
2025-12-04 10:50:24 +02:00
Odukoya Abdullahi Ademola
9e80cde60d
Implement http uri escape unescape ( #3853 )
...
* Implement sceHttpUriEscape and sceHttpUriUnescape
* Implement sceHttpUriEscape and sceHttpUriUnescape
* edge case
---------
Co-authored-by: Pirky10 <odukoyaabdullah@gmail.com >
2025-12-04 10:50:01 +02:00
kalaposfos13
98fd0689ac
Revert non-Linux parts of #3819 ( #3852 )
...
* Revert non-Linux parts of #3819
* More OpenOrbis stuff that I couldn't be bothered to put in a new PR
2025-12-03 15:05:19 +02:00
Lander Gallastegi
9db4642f66
video_core: Scheduler priority pending operation queue ( #3848 )
...
* Priority pending ops
* Use priority operations on image download
* clang-format
* Simplify thread
* I'm tired, it's too late :(
2025-12-02 22:27:01 +01:00
kalaposfos13
88c30ab9d6
copyright 2025
2025-12-02 10:28:13 +01:00
georgemoralis
80be4b391c
Merge branch 'main' into user_and_settings
2025-12-02 11:15:45 +02:00
kalaposfos13
b135a056ba
Remove debug logging
2025-12-02 09:50:11 +01:00
kalaposfos13
f50d842f80
Merge remote-tracking branch 'origin/main' into user_and_settings
2025-12-02 09:49:07 +01:00
kalaposfos13
dc6013cf0e
Block normal mouse inputs in mouse-to-touchpad mode
...
shadow sniped my PR. :(
2025-12-02 09:41:06 +01:00
Pirky
e5ea55e425
np: Add dialog state tracking for NpCommerce ( #3841 )
2025-12-02 10:22:41 +02:00
kalaposfos13
c3f7a4301c
Add basic mouse-to-touchpad emulation ( #3842 )
2025-12-02 10:21:01 +02:00
georgemoralis
cfa6317836
Merge branch 'main' into user_and_settings
2025-12-01 11:17:21 +02:00
Stephen Miller
a5f9280841
Return CPU mode based on param.sfo attributes ( #3846 )
...
Values are based on hardware observations.
2025-12-01 10:21:19 +02:00
kalaposfos13
cf866ab294
Don't bother trying to restart the emulator if sceSystemServiceLoadExec is called with an invalid path ( #3845 )
2025-11-30 22:40:58 +02:00
Connor Garey
052f3260f3
Sdl message box when no args provided ( #3843 )
...
* Added a message box when no arguments are passed.
* clang-fix
* clang-fix episode 2
* Output message box error to stderr instead of stdout
2025-11-30 19:57:14 +02:00
TheThunderTurner
78e301c3db
libSceNpCommerce ( #3839 )
...
* libSceNpCommerce
* copyright notice
2025-11-29 23:47:15 +02:00
georgemoralis
073194b324
Merge branch 'user_and_settings' of https://github.com/shadps4-emu/shadPS4 into user_and_settings
2025-11-29 20:10:21 +02:00
georgemoralis
85d4fef6c9
fixed linux?
2025-11-29 20:10:12 +02:00
georgemoralis
149c613834
Merge branch 'main' into user_and_settings
2025-11-29 16:13:54 +02:00
georgemoralis
44b78612f8
fixed creating new default json file if not exists
2025-11-29 15:56:44 +02:00
georgemoralis
4977b99d9a
save after adding a game dir via command line
2025-11-29 15:40:28 +02:00
kalaposfos13
ad1e58ed16
Squashed multiple controllers PR
2025-11-29 14:08:24 +01:00
georgemoralis
d1e9b47fc3
removed load before init singleton
2025-11-29 15:07:26 +02:00
psucien
a9f8eaf778
video_core: Initial implementation of pipeline cache ( #3816 )
...
* Initial implementation
* Fix for crash caused by stale stages data; cosmetics applied
* Someone mentioned the assert
* Async blob writer
* Fix for memory leak
* Remain stuff
* Async changed to `packaged_task`
2025-11-29 11:52:08 +02:00
georgemoralis
abc456b62f
even more settings
2025-11-28 20:04:20 +02:00
Quang Ngô
f9ef57f74b
Fix metainfo ( #3834 )
2025-11-28 18:36:11 +02:00
georgemoralis
039b145159
more settings
2025-11-28 15:11:41 +02:00
georgemoralis
6ee0ee65ad
more settings conversion
2025-11-27 21:04:46 +02:00
georgemoralis
d39ff10747
More settings
2025-11-27 19:26:10 +02:00
georgemoralis
6bb8ad8968
clang fix (of course)
2025-11-27 17:11:21 +02:00
georgemoralis
f952d375a4
more settings porting
2025-11-27 17:08:55 +02:00
georgemoralis
f54367734d
more settings porting
2025-11-27 15:25:21 +02:00
georgemoralis
761306188d
more settings conversion
2025-11-27 13:01:29 +02:00
georgemoralis
b6d2748ed7
initial
2025-11-26 20:44:20 +02:00
squidbus
1394852791
renderer_vulkan: Remove primitive restart disable support check. ( #3827 )
2025-11-24 23:51:39 -08:00
Stephen Miller
6295c32e5c
Render.Recompiler: Implement V_FLOOR_F64 ( #3828 )
...
* VectorFpRound64 decode table
Also fixed definition for V_TRUNC_F64, though I doubt that would change anything important.
* V_FLOOR_F64 implementation
Used by Just Cause 4
* Oops
Never forget your 64s
2025-11-24 23:51:06 -08:00
TheTurtle
14d71a155a
video_core: Reimplement inline data as buffer fill ( #3825 )
2025-11-24 23:25:22 +02:00
kalaposfos13
2577dfde7e
Add assert on SFO file being empty ( #3815 )
2025-11-23 17:30:09 -08:00
Missake
8123c44ad1
Make FSR off by default ( #3801 )
...
* Make FSR and RCAS off by default
* Update config.cpp
2025-11-23 17:28:48 -08:00
TheTurtle
f1a8b7d85e
vector_alu: Fix V_CMP_U64 ( #3823 )
...
* vector_alu: Fix V_CMP_U64
* vector_alu: Also handle vcc in V_CMP_U64
2025-11-23 17:26:34 -08:00
Stephen Miller
f6ae5544fd
Kernel.Vmm: Protect Fixes ( #3822 )
...
* Some mprotect fixes
The biggest thing here is preventing mprotect on memory that isn't mapped in address space. This would cause exceptions before, but succeeds on real hardware.
I've also included a couple other minor fixes, mostly based around some tests I recently performed.
Note: All changes to memory pools in this PR are assumed. I have not yet tested memory pools with any of this logic, but I do at least want to prevent mprotect on pool reserved memory to avoid crashes.
* Update memory.cpp
* clang
2025-11-22 10:32:53 +02:00