Commit graph

18722 commits

Author SHA1 Message Date
Megamouse
13cd461a1f sys_rsx_context_attribute: Improve errors 2024-12-11 18:56:53 +01:00
Antonino Di Guardo
68b7e5971d
Welcome Dialog: Reject users that reject our TOS
* Improved welcome dialog

* "show at startup" checkbox always changeable
2024-12-07 20:56:05 +02:00
DH
2d5f00ec35 fix compilation error 2024-12-07 16:47:46 +03:00
Antonino Di Guardo
24655fd975
fix dark theme switching on initial welcome dialog (#16373) 2024-12-06 20:14:35 +01:00
Darkhost1999
05d12f68ad Test
Works on my machine
2024-12-05 12:55:23 +02:00
Elad
d84fe592c8 PRX: Do not check exported function code address 2024-12-03 19:01:17 +02:00
Elad
b4505600c7 PPU: Notify SPUs while waiting for its own state 2024-11-30 18:06:34 +02:00
Elad
a4ea71d18f CELL: Rewrite reservation notification postponing 2024-11-30 18:06:34 +02:00
Megamouse
729826ec40 cellGem: fix HUE_NOT_SET 2024-11-29 05:39:11 +01:00
Megamouse
a8b0c0be07 cellGem: calculate distance from sphere to camera 2024-11-29 05:39:11 +01:00
Elad
926de68a79 Debugger: Dump related thread information on crash 2024-11-28 13:32:52 +02:00
Elad
cf850598eb System.cpp: Do not hold on fs::dir handle 2024-11-28 05:47:40 +02:00
Elad
2b9f076024 fs: Minor fix of fs::dir::open
Did not close previous handle on fs::dir::open like on fs::file
2024-11-28 05:47:40 +02:00
Elad
d63e643081 Emu: Fixup 2024-11-28 05:47:40 +02:00
Elad
9a2bcd2508 System.cpp: Fix Kill() on bad app startup 2024-11-27 16:00:40 +02:00
Elad
f3b9d64df7 Add some asserts for g_fxo->init<> 2024-11-27 16:00:40 +02:00
Elad
68c58281e5 System.cpp: Add system_state::loading 2024-11-27 16:00:40 +02:00
Elad
07df91d4e8 Fix Emulation boot recursion 2024-11-27 16:00:40 +02:00
Elad
378a69ea85 Qt: Deprecate processEvents() part 2 2024-11-27 16:00:40 +02:00
Elad
191e132c6c util/types.hpp: Rewrite narrow<> 2024-11-27 16:00:40 +02:00
DH
eaf15a0169 kernel: merge appInfo and appInfo2 2024-11-27 14:10:53 +03:00
DH
20303c903d kernel: sysctl: add AppInfo2
stub camera and devact ioctls
stub sys_cpuset
reduce log spam

thanks ga2mer for investigation
2024-11-26 15:29:43 +03:00
Elad
fce07bbeab Qt: Deprecate proccessEvents() usage 2024-11-26 03:33:24 +02:00
kd-11
3e427c57f0 rsx: Use strict bounds testing when replacing memory via blit engine 2024-11-25 22:21:07 +03:00
kd-11
9afebfdd72 rsx/texture-cache: Rework invalidation cause object to have more granular controls 2024-11-25 22:21:07 +03:00
kd-11
109b841d8d rsx/util: Change the filter function to an in-place erase-if operation 2024-11-25 22:21:07 +03:00
DH
6257c0f76d ps4: proto fw tweaks 2024-11-25 19:06:56 +03:00
DH
28ceb7471d kevent: fix graphics core events 2024-11-25 03:06:33 +03:00
DH
e0650ef782 kernel: kevent: wake up on signals
fix freeze in compositor
2024-11-24 20:55:25 +03:00
DH
9bed1001bc ps4: kevent: fix Flip event 2024-11-24 20:50:28 +03:00
DH
091a9eec26 kernel: umtx: implement umtx_wake2_umutex
fixed shared unlock
2024-11-24 20:49:13 +03:00
DH
c029923739 kernel: umtx: fix race on lock/unlock 2024-11-24 15:44:17 +03:00
DH
8c5bde7bc5 add hmd2 devices stubs 2024-11-24 15:02:25 +03:00
DH
c46b391203 fix merge 2024-11-24 15:01:01 +03:00
DH
4a0cbe7701 gc: fix switch buffer 2024-11-24 14:13:01 +03:00
DH
804d195922 ps5: do not patch sceKernelGetMainSocId 2024-11-24 14:12:06 +03:00
DH
44acb30d60 kernel: sysctl: add hw.sce_main_socid 2024-11-24 14:11:12 +03:00
DH
2d30385a9a kernel: improve sys_begin_app_mount stub 2024-11-24 14:10:38 +03:00
DH
47619f1956 kevent: fix display events 2024-11-24 14:09:40 +03:00
DH
b96cc207bc dce: add FlipControlStatus2 2024-11-24 14:07:18 +03:00
DH
2d407fbf33 util: add debug utility 2024-11-24 14:05:46 +03:00
Darkhost1999
b94ddb0cd3
Migrate Savestates Home Menu (#16340) 2024-11-23 21:29:07 +02:00
Elad
b073d08a52 LLVM: Implement Recursive Intrinsics 2024-11-23 20:22:58 +02:00
capriots
fcf0b74c79
VS: add quotes around paths
Fixes use with paths that contain spaces.
2024-11-23 18:10:29 +02:00
capriots
e7fd4224ad cellDmuxPamf: add module + stubs 2024-11-23 17:01:25 +02:00
capriots
8778e69f9d cellAdec: make AdecContext and AdecFrame trivial classes 2024-11-23 17:01:25 +02:00
capriots
108247dccc Invalidate savestates 2024-11-23 17:01:25 +02:00
capriots
9b3b9562c0 cellAdec: review + warning fixes 2024-11-23 17:01:25 +02:00
capriots
e7f1a34fe1 cellAdec implementation part 1: abstraction layer 2024-11-23 17:01:25 +02:00
capriots
0a29ca2946 Fix HLE PPU callback stack arguments 2024-11-23 17:01:25 +02:00