Commit graph

18583 commits

Author SHA1 Message Date
DH
6d9a8e8452 [orbis-elf] Attempt to fix crash on debug message with gcc debug build 2023-07-09 22:37:39 +03:00
kd-11
a98b4adead rsx: Fix projected coordinates calculation again 2023-07-09 19:33:48 +03:00
kd-11
186fe53279 rsx: Fix the default shadow codegen path 2023-07-09 19:33:48 +03:00
kd-11
c9917c826a Fix typo 2023-07-09 19:33:48 +03:00
kd-11
aedebecae2 rsx: Reimplement projected texturing 2023-07-09 19:33:48 +03:00
DH
f0d106a3b9 Missed time.hpp 2023-07-09 14:03:41 +03:00
DH
23fcf2747a [orbis-kernel] umtx: read timeout 2023-07-09 13:52:38 +03:00
Eladash
482dd0e8f8 SPU: Remove wrong clamp in MFC_Size
Just crashes real MFC.
2023-07-09 13:33:03 +03:00
Eladash
cae2e7de80 LV2: Log allocated guest VM addresses 2023-07-09 13:33:03 +03:00
Eladash
e76ce05e29 logs: Add manual set log level with RegEx 2023-07-09 13:33:03 +03:00
Eladash
a98174be85 Logs re-enable on Emu.Kill() fixup 2023-07-09 13:33:03 +03:00
Eladash
b68cfbf794 Fix spu_thread::dump_callstack_list regression
TODO: Fix in PPU [properly!]
2023-07-09 13:33:03 +03:00
Eladash
17d8f2884e Debug fixes 2023-07-09 13:33:03 +03:00
Ivan Chikish
cae3d4ec7a [Logs] Add colors to formatting 2023-07-09 12:07:39 +03:00
Ivan Chikish
863b5c3a4a [orbis-kernel] Workaround strange bug
Occurs in Debug builds.
2023-07-09 12:07:07 +03:00
Ivan Chikish
c2e47df91f Fix formatting 2023-07-08 21:47:13 +03:00
Ivan Chikish
c20eefdd26 Add .gdbinit 2023-07-08 21:39:01 +03:00
Ivan Chikish
ea31f142cf Add .editorconfig 2023-07-08 21:38:31 +03:00
DH
f1aa2d4951 Fix formatting 2023-07-08 21:31:24 +03:00
Megamouse
050b8fa7df Qt: Use detailed text for install message 2023-07-08 20:11:01 +02:00
illusion0001
bfcc50d000
Add Build CI (#14)
* Add Build CI

Co-Authored-By: Margen67 <Margen67@users.noreply.github.com>

* Readme: Change badges

---------

Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
2023-07-08 21:05:33 +03:00
Ivan Chikish
d1651531c3 [Logs] Implement format_n for char[N] 2023-07-08 19:10:48 +03:00
Ivan Chikish
bc4cd8dc4f Fix formatting 2023-07-08 17:40:10 +03:00
Ivan Chikish
aec2574018 [Logs] Don't read nullptr string 2023-07-08 17:39:59 +03:00
Ivan Chikish
f5623fe759 [orbis-kernel] Fix sys_namedobj_create
Use ureadString for name.
2023-07-08 16:54:26 +03:00
Ivan Chikish
6f678ef595 [orbis-kernel] Implement sys_namedobj_create and sys_namedobj_delete 2023-07-08 16:44:05 +03:00
Megamouse
c30c9b2168 Home menu: improve Anisotropic Filter Override value labels 2023-07-08 13:42:05 +02:00
Megamouse
358735a199 Home menu: add optional special label overrides 2023-07-08 13:42:05 +02:00
Megamouse
d909bbc297 Home menu: set vblank step size to 30 2023-07-08 13:42:05 +02:00
Megamouse
2adb2f82d7 Home menu: move advanced video options to advanced menu 2023-07-08 13:42:05 +02:00
Michael G
5a013127ec build-mac: Enable Discord Rich Presence for Mac Users 2023-07-08 07:38:14 +03:00
Ivan Chikish
34b27c271c [orbis-kernel] Add Ref(nullptr) constructor 2023-07-08 07:26:53 +03:00
DH
6d3dc8d645 [orbis-kernel] umtx: initial template 2023-07-08 02:50:45 +03:00
DH
4d783245ad [orbis-kernel] remove example project 2023-07-08 02:22:25 +03:00
DH
800c1ffcdc [orbis-kernel] evf: implement shared evf
Protect shared evfs with mutex
Fixed memory leak on shared evf allocation
Fixed set condition on wait
Update RcIdMap usage to use new api
2023-07-08 02:21:10 +03:00
DH
e613f09b6d [orbis-kernel] RcIdMap: implement atomic destroy 2023-07-08 02:08:14 +03:00
DH
c29ce26415 [orbis-kernel] RcIdMap: protect with mutex 2023-07-08 02:02:27 +03:00
DH
cf9add7209 [rpcsx-os] export backtrace api 2023-07-08 02:01:24 +03:00
Elad Ashkenazi
1219e5c244
SPU: Fix static interpreter requirement with interrupts
Removed a wrong condition in PPU LLVM as a fixup.
2023-07-07 22:39:49 +03:00
Ivan Chikish
820a97ddec [orbis-kernel] shared_cv: fix formatting 2023-07-07 21:37:24 +03:00
Megamouse
4aec48c2ca Only silence logging during gameplay 2023-07-07 18:28:34 +02:00
Eladash
8d54ddf426 memory viewer: Add RegEx instruction searching mode 2023-07-07 16:03:08 +03:00
Eladash
c21cdb8055 Implement PPU LV2 debug 2023-07-07 16:03:08 +03:00
Eladash
05824e6acd UX: Option to pause emulation when RPCS3 is not focused 2023-07-07 14:38:32 +03:00
Ivan Chikish
cab89f44a5 [orbis-kernel] shared_cv fixup 2023-07-07 14:16:35 +03:00
Ivan Chikish
3d78443496 [orbis-kernel] Hopefully fix shared_cv 2023-07-07 13:49:59 +03:00
Ivan Chikish
b3b680f073 [simd.hpp] Fix gv_fmafs 2023-07-07 11:09:55 +03:00
Ivan Chikish
99f520491c [orbis-kernel] shared_cv fixup
notify_one should work, notify_all probably doesn't.
2023-07-07 04:58:59 +03:00
Chris Rizzitello
9aafaea7f0
Find packages and sane include dirs (#8) 2023-07-07 04:35:03 +03:00
DH
ab21148562 [rpcsx-os] Logs: const T * -> T * for log type printer 2023-07-07 04:25:12 +03:00