Commit graph

18583 commits

Author SHA1 Message Date
DH 5aaabba761 vfs: do not crash on procfs access 2024-11-13 22:01:04 +03:00
DH 3ca33e19e2 hid: reduce log spam 2024-11-13 22:00:23 +03:00
DH 245bc31b6d add unself tool 2024-11-13 21:59:36 +03:00
DH 1497d01fed ajm: do not crash on codec error 2024-11-13 21:59:21 +03:00
DH 74e1b4d8b2 hdmi: report 1080p display edid 2024-11-13 21:58:34 +03:00
DH 017cda3c43 dmem: implement get direct memory type 2024-11-13 21:57:12 +03:00
DH 396698d0be dmem: do not report main dmem size in get total size 2024-11-13 21:56:57 +03:00
DH b472f40266 vm: allow big allocations 2024-11-13 21:56:05 +03:00
DH d654e5fcad rpcsx: implement blockpool 2024-11-13 21:55:28 +03:00
DH 9fbe1846c0 orbis-kernel: unblock signals only on wait operations
implement sys_cpuset_getaffinity, sys_cpuset_setaffinity, sys_rtprio_thread
fix hang on sys_select
simplify sys_thr_*_ucontext
2024-11-13 21:53:05 +03:00
DH c19c70eb77 ipmi: fix dead lock on connection error
improved ipmi client simulators
2024-11-13 21:28:15 +03:00
Nikita Savyolov 2bf0824a5c
ipmi: hack to close message dialogs (#83) 2024-11-13 15:09:26 +03:00
DH 1ba65dea8e gpu: wsl workaround
avoid usage of int8
avoid usage of B8G8R8
remove debugPrintf if not supported
2024-11-13 14:27:10 +03:00
DH 5e987e633e gcn: shader: add constexpr to PointerWrapper 2024-11-13 14:20:04 +03:00
DH b64bfb94a5 aout: alsa: increase periods 2024-11-13 14:17:27 +03:00
Elad 72437b50b4 LV2: Fix thread notifications regression 2024-11-12 15:00:35 +02:00
DH 676aa359e7 utilities: TypeId: store name of type 2024-11-12 13:01:15 +03:00
DH aaec1484a1 orbis-kernel: sys_event: cache triggered events
add hp3d event stub
2024-11-12 13:00:13 +03:00
DH ce99af234c orbis-kernel: do not extend lifetime of kqueue in knote 2024-11-12 12:55:35 +03:00
DH 89c1601d49 vm: use virtual address range from orbis config 2024-11-12 12:55:06 +03:00
DH 3b57880040 vm: fix min address 2024-11-12 12:40:42 +03:00
Elad e9b24eba85
SPU Analyzer: Fix programs code caching 2024-11-12 11:11:37 +02:00
oltolm 2b0f786b2d
Fix std::basic_string warnings (#16261) 2024-11-11 21:54:44 +02:00
DHrpcs3 f9c67d60f1
Update BUILDING.md
Add release and march options
Add ubuntu 24.04 specific options
2024-11-09 17:25:35 +03:00
Megamouse 2262ac1684 Qt: Replace QMap with std::map
This should reduce the amount of string conversions during list refreshes
2024-11-06 09:34:32 +01:00
RipleyTom c68f42e0ee Fix sceNpScoreGetRankingByNpId when no score is registered 2024-11-05 20:48:05 +01:00
Joshua de Reeper 73cee9a43d sys_usbd: Better Dimensions Move Handling 2024-11-05 18:17:05 +01:00
NicknineTheEagle 6d766ccbb5
cellSaveData: Add autosave indicator (#15720) 2024-11-04 21:53:34 +01:00
Elad bcf581dc82 Fixup Emulator::GetBackgroundPicturePath() 2024-11-04 14:59:21 +02:00
Elad c782b45b97 High-Resolution Game Background for loading 2024-11-04 10:59:45 +02:00
Megamouse 7858053bb9 Update SDL to 2.30.9 2024-11-04 08:31:03 +01:00
Megamouse 2d0d4119f4 Update FAudio to 24.11 2024-11-04 08:31:03 +01:00
Megamouse d2d76bb560 Update wolfssl to 5.7.4 2024-11-03 17:05:11 +01:00
DH 5682a350a4 vm: fix virtualQuery with invalid address 2024-11-03 18:43:15 +03:00
DH d7a5bbcc57 vm: do not lock gpu 2024-11-03 18:41:48 +03:00
DH 837cca331c vm: protect: allow unaligned addresses 2024-11-03 18:40:23 +03:00
Elad Ashkenazi bc22df8ba8 SPU: Optimize cellSpurs reservations 2024-11-03 11:13:54 +02:00
Elad b053b1e200 Another attempt to fix fs::pending_file for hardlinks 2024-11-02 21:43:35 +02:00
Elad d3c0ec5651 Print last system error on fs::error::unknown 2024-11-02 21:43:35 +02:00
Elad 695799c39a GUI: Fix welcome_dialog dereference 2024-11-02 21:43:35 +02:00
Elad 85d1649696 utils/atomic.hpp: Make atomic_op reject non-non-const lvalue 2024-11-02 21:43:35 +02:00
Elad 1417f9b7de utils/atomic.cpp: Fixup utils::get_unique_tsc()
It was reading s_min_tsc again inside the atomic operation.
Also optimize it a bit.
2024-11-02 21:43:35 +02:00
Elad 0e31aafc09 Fixup GCM unmap event sending 2024-11-02 21:43:35 +02:00
Ani 17e78a9e6f rpcs3_version: Bump to 0.0.34 2024-11-01 23:22:32 +00:00
oltolm 42751cc8fb SPULLVMRecompiler: remove unnecessary bitcast 2024-11-01 16:31:14 +02:00
DH 410683ef36 gpu: cache: fix image offset 2024-11-01 16:37:03 +03:00
DH 2dbbabedd3 gc: wait after each submit
some games hates use synchronization primitives, make them happy with slow shader compilation
2024-11-01 13:02:35 +03:00
DH 73397a0fea gpu: cache temporary disable image buffer cache 2024-11-01 12:58:09 +03:00
Elad e67d090c35 Fixup sys_event_port_send 2024-11-01 10:43:46 +02:00
Elad ddd0494cf4 Silence sys_ss_access_control_engine 2024-11-01 10:43:46 +02:00