Commit Graph

  • a41d2e43fd cellFsReaddir: Fix termination sequence Eladash 2023-03-11 08:55:22 +02:00
  • c98158b460 Add buf_to_hexstring RipleyTom 2023-03-17 13:43:23 +01:00
  • 02a53c582c Invite changes RipleyTom 2023-03-15 02:37:49 +01:00
  • 192f4825a2 Fix recvn high cpu usage RipleyTom 2023-03-12 22:32:12 +01:00
  • bcce3acd5f Signaling: report status inactive on unknown connection RipleyTom 2023-03-15 23:36:56 +01:00
  • 8cd6b9275a Fix timestamps in signaling_handler RipleyTom 2023-03-14 21:11:40 +01:00
  • 5fa9dfac6a Trophies: log more specific errors on install failure Megamouse 2023-03-12 23:33:35 +01:00
  • fe51c7b960 Use relative urls in .gitmodules RipleyTom 2023-03-13 13:14:00 +01:00
  • cf5346c263 use new LLVM API in SPURecompiler oltolm 2023-03-11 22:48:20 +01:00
  • 776b3b5efa SPU LLVM: fix regression from #13500 Ivan Chikish 2023-03-11 18:18:48 +03:00
  • 520524285a llvm: update code to new API (#13500) oltolm 2023-03-10 23:57:21 +01:00
  • ec8cb1668c Fix hid_pad_handler RipleyTom 2023-03-10 14:05:08 +01:00
  • 1b7b59466d Add missing spinning icon from resources RipleyTom 2023-03-09 21:35:20 +01:00
  • e45e9c20dd PPU: Do not break on unexpected TOC (#13490) Elad Ashkenazi 2023-03-09 15:53:44 +02:00
  • 450cb1771c Add better error handling for RequestSignalingInfos RipleyTom 2023-03-08 12:24:15 +01:00
  • f7a3d45c2c Use NBIO for RPCN RipleyTom 2023-03-07 10:36:28 +01:00
  • 65eb625843 cellSaveData: Slow save completion Eladash 2023-03-04 19:51:19 +02:00
  • c06b957a8a hid: try to fix linux Megamouse 2023-03-05 20:38:01 +01:00
  • 05064dfaf4 cellVdec: revert RGBA alignment change Megamouse 2023-03-05 02:53:22 +01:00
  • 425610b98a Use win_error for WSAGetLastError Megamouse 2023-03-05 02:55:13 +01:00
  • 0d34b97948 overlays: apply message fade in during lifetime extension if necessary Megamouse 2023-03-02 15:49:00 +01:00
  • c6426245e4 overlays: refresh existing compile message expiration Megamouse 2023-02-21 02:37:53 +01:00
  • 6fe41870ab overlays: properly remove outdated messages from the queue. Megamouse 2023-03-02 14:06:42 +01:00
  • 2d4e02f277 overlays: add ppu compile message if the progress dialog is unavailable Megamouse 2023-02-21 02:03:01 +01:00
  • 6d7d3fff6d Improve some decryption log messages Megamouse 2023-02-21 02:01:19 +01:00
  • cc145eaf2e patches: fix move_file/hide_file error Megamouse 2023-03-04 18:39:11 +01:00
  • da6d1d359c hid/ds4: add logging for PID and VID Megamouse 2023-03-04 18:37:14 +01:00
  • 92ae57c9ee Windows: log more descriptive errors Megamouse 2023-03-04 11:05:32 +01:00
  • 8409979dc5 Qt: Disable some network settings in global config. Re-enable RPCN in global config. Megamouse 2023-03-04 11:39:26 +01:00
  • 8bc92a2cbb VFS: Fix mounting non-existant paths (#13488) Elad Ashkenazi 2023-03-04 18:12:45 +02:00
  • 2de4c03faa Fix wolfssl connect RipleyTom 2023-03-03 20:41:12 +01:00
  • 382a7c94a2 Patches: Virtual move/remove game files patches Eladash 2023-03-03 15:43:46 +02:00
  • 1d7a00666e rpcn: throw exception when using rpcn features without a proper config Megamouse 2023-03-03 10:45:29 +01:00
  • 14c0289542 Qt: disable psn setting in global settings Megamouse 2023-03-02 23:25:50 +01:00
  • 69ebdfd689 cellMic: random improvements Megamouse 2023-02-21 14:43:47 +01:00
  • fc21ece784 pkg install: return correct error if possible. Add more early outs and skip workers on error, Megamouse 2023-03-02 17:02:18 +01:00
  • a3ededdcf1 rsx: Implement deferred buffer allocations for GPU write kd-11 2023-03-01 23:04:41 +03:00
  • 0178b20983 rpcs3_version: Bump to 0.0.27 v0.0.27 Ani 2023-03-01 21:21:24 +00:00
  • f9142a1c56 Update FW 4.90 Latest Version JoãoPaulo 2023-02-28 12:56:46 -03:00
  • b19209c45c [3rdparty] update cubeb oltolm 2023-01-22 10:56:19 +01:00
  • 73b5b9d7b7 cellRtc: fix out of bounds write Megamouse 2023-02-27 11:09:51 +01:00
  • 0a9d646bd7 rsx: Workaround for clang build kd-11 2023-02-28 17:57:39 +03:00
  • 24edfe2190 rsx: Use simple_array for basic array of integers kd-11 2023-02-27 21:53:09 +03:00
  • 0bb8127372 rsx: Use emplace when constructing in-place. kd-11 2023-02-27 21:51:22 +03:00
  • 1b8a69154f rsx: Use non-owning container to ellide a derpy allocation with msvc kd-11 2023-02-27 18:33:57 +03:00
  • f2155b49e2 Debugger: show CIA in register view (#13462) illusion0001 2023-02-27 17:30:23 -06:00
  • 62c9b99e72 Update SPUThread.cpp Eladash 2023-02-27 14:30:32 +02:00
  • 2a344e1d87 cellMsgDialog: fix use-after-free Elad Ashkenazi 2023-02-27 14:07:35 +02:00
  • ae14aa991d overlays: hotfix for return_code lifetime Megamouse 2023-02-27 11:37:18 +01:00
  • 2885c8a4ab cellSaveData: get rid of g_last_user_response Megamouse 2023-02-14 01:01:30 +01:00
  • 3d411431c6 input: disable ldd home menu for now Megamouse 2023-02-26 20:16:14 +01:00
  • 1800faf0dd cellVdec.cpp: use lock_unlock instead of lock_guard oltolm 2023-02-23 21:30:01 +01:00
  • 19ded3809f fix out-of-bounds in VKGSRenderTypes.hpp oltolm 2023-01-22 09:56:36 +01:00
  • 40cd255051 fix: back() called an empty string in PPUThread.cpp oltolm 2023-01-22 09:55:36 +01:00
  • ad4677a67c fix use after move in cellVdec.cpp oltolm 2023-01-22 09:54:46 +01:00
  • d9e0d016c6 Fix for Windows ENOTCONN on connecting socket RipleyTom 2023-02-24 23:02:18 +01:00
  • c570fd03d1 rsx/overlays: Handle corner case where thread signal happens just before pop_all is called. kd-11 2023-02-26 01:57:29 +03:00
  • 1e0565f17b rsx/overlays: Fix emu close kd-11 2023-02-26 01:53:28 +03:00
  • 3ff464641a Fix Visual Studio 17.5.0 compilation Megamouse 2023-02-23 01:46:30 +01:00
  • 7cb3d305d4 main: set locale to C before doing anything else Megamouse 2023-02-24 15:53:30 +01:00
  • e46dba43ad config: try to fix float locale issues Megamouse 2023-02-24 15:26:00 +01:00
  • afad96a52a Qt: try to fix QString::toDouble locale nonsense Megamouse 2023-02-24 00:22:01 +01:00
  • 1a00341e6b Forces local IP to bind address if set RipleyTom 2023-02-25 10:08:43 +01:00
  • 3388c8ed09 overlays/manager: Explicit ctor for the input context kd-11 2023-02-23 22:38:06 +03:00
  • 6d4967ffef [overlays] Implement input suspend+resume kd-11 2023-02-23 21:45:39 +03:00
  • b27366e1e6 rsx/overlays: Enable input hijacking kd-11 2023-02-21 13:20:02 +03:00
  • 95a29b5d1d rsx/overlays: Fix clang/msvc build kd-11 2023-02-14 02:59:11 +03:00
  • d320867569 rsx/overlays: Add a name to the input thread context kd-11 2023-02-14 02:41:26 +03:00
  • aabd388070 rsx/overlays: Remove some unused thread declarations kd-11 2023-02-14 02:29:47 +03:00
  • 7db6594358 rsx/overlays: Use lf_queue for a lock-free stack implementation kd-11 2023-02-14 02:27:47 +03:00
  • 388ca1c645 rsx/overlays: Fix build kd-11 2023-02-14 01:51:13 +03:00
  • 7c04b00e2b rsx/vk: Remove stale include kd-11 2023-02-14 01:47:48 +03:00
  • dac0644f07 rsx/overlays: Fill in the user response when message dialog input loop exits and we're in blocking mode kd-11 2023-02-13 23:41:48 +03:00
  • 7d103fe0f0 rsx/overlays: Fix crash kd-11 2023-02-13 22:49:10 +03:00
  • 901d9f3f6e rsx/overlays: Simplify attach-thread-input API kd-11 2023-02-13 22:21:07 +03:00
  • ddc9e74aa8 rsx/overlays: Putting it all together kd-11 2023-02-13 21:57:38 +03:00
  • 12690de9de rsx/overlays: Refactor and implement callbacks for input token kd-11 2023-02-13 23:50:28 +03:00
  • 6b30cdac09 Use u64 for system_time_t, as s64 doesn't make much sense in a microsecond context. Megamouse 2023-02-22 22:14:40 +01:00
  • ccb7528a59 fix some warnings Megamouse 2023-02-22 21:09:11 +01:00
  • 01ed8a07af fixed_typemap.hpp: static allocation for m_init Ivan Chikish 2023-02-21 18:59:45 +03:00
  • a9f399d6cc patch_manager: fix focus loss during config value editing Megamouse 2023-02-20 20:02:09 +01:00
  • a527a485f8 patch_manager: add more decimal places to spinbox Megamouse 2023-02-20 19:45:40 +01:00
  • f0c8f6d47b patch_manager: check config values before applying them Megamouse 2023-02-19 20:34:21 +01:00
  • a29dc3893f patch_manager: change wording Megamouse 2023-02-19 12:59:46 +01:00
  • c6f392bf6c patch_manager: allow multiple dynamic values Megamouse 2023-02-19 11:13:31 +01:00
  • f2ded2fdb7 patch_manager: Add dropdown labels Megamouse 2023-02-19 10:58:16 +01:00
  • 080737fd1f patch_manager: add more dynamic to dynamic patches Megamouse 2023-02-18 23:57:23 +01:00
  • 1040757556 patch_manager: add ability to add dynamic patches Megamouse 2023-02-18 16:40:12 +01:00
  • 38d612e5ba fix some warnings Megamouse 2023-02-21 23:28:43 +01:00
  • c20aa2ad5f VS: fix miniupnp dependency Megamouse 2023-02-21 22:45:19 +01:00
  • a7c3753c5a cellMsgDialog: Improve some logging and localization Megamouse 2023-02-18 10:39:07 +01:00
  • ebf72eb126 overlays: add internal lock for progress bar texts Megamouse 2023-02-18 10:05:56 +01:00
  • be49a80bc7 overlays: use array for progress bars Megamouse 2023-02-18 10:05:10 +01:00
  • 23da770364 sys_game: LV2 board storage minor fixups brian218 2023-02-21 20:16:49 +08:00
  • 6186ac0245 rpcn: signaling handler improvements & upnp RipleyTom 2023-01-12 04:05:05 +01:00
  • 364c33060b Fix boot by RPCS3_GAMEID constants Megamouse 2023-02-20 21:28:19 +01:00
  • 3922f76ab5 PINE: Fix crash on exit (#13409) Elad Ashkenazi 2023-02-20 10:59:40 +02:00
  • bb2c9196f5 cellVdec: align RGBA/ARGB strides Megamouse 2023-02-18 15:22:52 +01:00
  • 1c8d3e0dca cellVdec: fix au_count race condition Megamouse 2023-02-18 11:28:39 +01:00
  • 6b556a5206 PINE: fix error format function Megamouse 2023-02-16 20:52:36 +01:00