Commit Graph

  • 281f248d91 Qt: remove seemingly obsolete processEvents Megamouse 2024-05-04 22:43:54 +02:00
  • d6d6ce9c5f Qt: Keep progress dialog alive to fix rare segfaults Megamouse 2024-05-04 22:18:32 +02:00
  • 3856b77e15 Savestates: Fix avconf serialization Elad Ashkenazi 2024-05-05 05:06:09 +03:00
  • 91a54c11eb Savestates: Fixup file write Elad Ashkenazi 2024-05-05 04:37:49 +03:00
  • 0fcb0b7d8e cellVideoOutGetDeviceInfo: Fix Interlace typo for 1080p Megamouse 2024-05-04 23:36:46 +02:00
  • 9f90ca1b48 Rename enum values to be more precise Megamouse 2024-04-28 17:39:20 +02:00
  • ee8629835b Hide interlaced resolutions from the settings dialog Megamouse 2024-04-28 17:30:02 +02:00
  • e164d462b4 cellVideoOut: support interlaced scan modes Megamouse 2024-04-28 01:20:03 +02:00
  • 8e5fec785e Remove p from resolution strings. The Param.sfo doesn't specificy progressive/interlaced Megamouse 2024-04-28 00:58:51 +02:00
  • cebf6dcd01 Allow any 1080p selection if the game supports 1080p Megamouse 2024-04-27 14:53:18 +02:00
  • 4aa83d1350 sys: force resolution to 720p if the game does not support the configuration Megamouse 2024-04-27 14:17:21 +02:00
  • 96104688e1 Qt: Replace custom config resolution string logic with enum values Megamouse 2024-04-27 13:33:00 +02:00
  • 32666b5ae8 HLE: use original filename for media exports Megamouse 2024-05-03 23:47:58 +02:00
  • 6a776624ac Qt/Logs: Fixing spaces, optimize string to html conversion Elad Ashkenazi 2024-05-04 12:36:35 +03:00
  • 4fc7e27417 Add SPRX booting option Elad Ashkenazi 2024-05-03 22:32:19 +03:00
  • e74cceb3f4 Add logging of exported SPRX functions on dummy load Elad Ashkenazi 2024-05-03 22:27:33 +03:00
  • 7bd4cfc5b3 Logging fix Eladash 2024-04-25 09:21:55 +03:00
  • 0791349455 Avoid calling std::vector::data() if empty Eladash 2024-04-22 17:42:14 +03:00
  • b83e39a540 Fix some warnings Eladash 2024-04-20 19:34:10 +03:00
  • 4905cd425f Thread.cpp: Prevent repeatedly halting the debugger Eladash 2024-04-19 15:59:27 +03:00
  • bef832f4e0 llvm_calli fix Eladash 2024-04-17 18:59:53 +03:00
  • b55f38290b Win32: Fix deadlock on std::cerr usage Eladash 2024-04-16 23:29:38 +03:00
  • 51e1598e42 Savestates: Fix rare race Eladash 2024-04-13 22:43:25 +03:00
  • 6b906b9a9c Fixup SPU Profiler Eladash 2024-04-13 22:27:17 +03:00
  • f1ef3bdcd7 USB: Allow UsbPspCm passthrough Florin9doi 2024-05-01 12:50:44 +03:00
  • c16e176fbe rpcs3_version: Bump to 0.0.32 v0.0.32 Ani 2024-05-01 14:35:16 +01:00
  • 55fccf03fa USB: Update GameTablet Florin9doi 2024-04-30 13:46:38 +03:00
  • d3f9ae4868 USB: GunCon 3 emulation Florin9doi 2024-04-26 11:39:41 +03:00
  • debeafa36b USB: Update GameTablet Florin9doi 2024-04-28 19:23:58 +03:00
  • 39e946630d syscall: Register syscall 149 sys_time_get_system_time Ani 2024-04-29 17:28:26 +01:00
  • 8d815e8ee0 Clamp spu_fi results RipleyTom 2024-04-28 21:55:52 +02:00
  • 430b57833d SPU LLVM: Remove wrong zero sign fixup Elad Ashkenazi 2024-04-28 20:01:30 +03:00
  • e32c48d0dd Camera: optimize some loops Megamouse 2024-04-21 00:10:20 +02:00
  • e2402b1c8f cellRtc: review fixes capriots 2024-04-27 10:54:41 +02:00
  • 36abdd7114 sys_time: review fixes capriots 2024-04-21 21:34:24 +02:00
  • 79f54771b5 cellRtc: set to HLE by default capriots 2024-04-18 17:12:17 +02:00
  • 2556f84752 cellRtc: replace vm::check_addr() with sys_memory_get_page_attribute() capriots 2024-04-18 17:11:59 +02:00
  • c8e624850b cellRtc: improvements capriots 2024-04-18 16:45:26 +02:00
  • 56692e23f5 lv2: stub sys_time syscalls, add error code to sys_ss capriots 2024-04-18 16:18:59 +02:00
  • b38ce9452d Revert "Split normal sockets and p2p sockets handling" RipleyTom 2024-04-27 09:33:49 +02:00
  • fcba193a3c input: use keyboard consumers to seperate cell and overlay logic Megamouse 2024-04-25 23:17:27 +02:00
  • 6fc7fa3b13 Logging improvements RipleyTom 2024-04-25 21:47:53 +02:00
  • ad4216a3fc PPU LLVM: Do not crash on linkage of garbage code Elad Ashkenazi 2024-04-26 18:13:41 +03:00
  • 08c3a38b67 Split normal sockets and p2p sockets handling RipleyTom 2024-04-20 14:06:34 +02:00
  • b8165af054 rsx: optimize some loops Megamouse 2024-04-21 02:05:09 +02:00
  • 90b6912daa Compile AUDIT on release builds Elad Ashkenazi 2024-04-23 17:24:22 +03:00
  • 862727e9bf simplify template code like std::invoke_result<T>::type oltolm 2024-03-20 17:28:59 +01:00
  • 9e9a3262eb simplify template code like std::is_same<T>::value oltolm 2024-03-20 17:16:49 +01:00
  • c268189e38 Don't crash the game if only a LDD controller is present Florin9doi 2024-04-21 11:01:11 +03:00
  • 94431a7a33 Fix include on linux Megamouse 2024-04-20 17:54:40 +02:00
  • b4d5b44e00 Don't create perf map files in linux unless enabled Megamouse 2024-04-20 17:48:35 +02:00
  • 16f006362e Move freopen to console.h Megamouse 2024-04-20 12:38:14 +02:00
  • dfec577417 cellRtc: implement remaining parsers, improve formatters (#15451) capriots 2024-04-20 15:41:42 +02:00
  • 33e2f8766a Update spurs_test.self RipleyTom 2024-04-19 21:40:27 +02:00
  • 31a080a9cb Warning cleanup RipleyTom 2024-04-19 21:38:57 +02:00
  • 14e9c8954c cellMusic Megamouse 2024-02-16 09:54:55 +01:00
  • dff7352e2e llvm: silence warning: dereferencing type-punned pointer might break strict-aliasing rules [-Wstrict-aliasing] Megamouse 2024-04-19 23:49:47 +02:00
  • 30bb6c9fb9 cellSysutilAvc2MicRead: Fix some nonsensical nullptr deref warning Megamouse 2024-04-19 23:47:50 +02:00
  • 7485ec2223 cellKb: fix missing slashes and brackets on japanese layout Megamouse 2024-04-19 04:43:09 +02:00
  • 60082864a6 cellKb: actually set the arrange member Megamouse 2024-04-19 02:01:31 +02:00
  • dcb8f21b2b Use unordered map to store keyboard keys Megamouse 2024-04-19 01:57:04 +02:00
  • b18a97e777 SPU Analyzer: Filter calls to calls Eladash 2024-04-18 16:27:30 +03:00
  • c7d93bd470 PPU Analyzer: Look for functions using callers (fallback) Eladash 2024-04-18 15:42:11 +03:00
  • 7bf8917c08 PPU LLVM: Fix crash in Unity games Eladash 2024-04-18 15:44:42 +03:00
  • 093198e3d5 savestate_utils.cpp: Fixup a tiny bug Eladash 2024-04-15 16:44:30 +03:00
  • e48bd29584 Qt: try to fix sound effects Megamouse 2024-04-19 03:13:46 +02:00
  • 1444981bdc overlays/osk: Don't use meta out key code in the osk overlay Megamouse 2024-04-18 23:53:14 +02:00
  • e3f6bbfcc9 fix some warnings and typos Megamouse 2024-04-18 23:08:24 +02:00
  • 89922b254c cellSysutilAvc2: improve unload and some more stuff Megamouse 2024-04-12 23:02:34 +02:00
  • ea8918291b uDraw emulation [3] Florin9doi 2024-04-17 15:58:51 +03:00
  • 21445fa01a uDraw emulation [2] Florin9doi 2024-04-16 22:45:17 +03:00
  • 8d340eecc1 Sort IO files Florin9doi 2024-04-16 22:39:20 +03:00
  • 463826bf13 uDraw emulation Florin9doi 2022-11-18 10:15:50 +02:00
  • 40eda1b972 rsx: Make const explicitly unsigned kd-11 2024-04-17 03:19:09 +03:00
  • a5c3e303c7 rsx: Improve ROP output rounding precision kd-11 2024-04-17 03:15:11 +03:00
  • 270a21ebae Fix typo in System.cpp Ikko Eltociear Ashimine 2024-04-16 12:19:58 +09:00
  • 6aa96e5f81 Fix OVL patching trigger 2024-04-15 13:29:18 -07:00
  • 1792714901 rsx: Fix intra-draw-call barrier queueing kd-11 2024-04-16 03:38:46 +03:00
  • 54ab16ab35 Buzz update Florin9doi 2022-11-18 10:10:46 +02:00
  • c58959eba2 Fix some msvc for loop warning Megamouse 2024-04-15 15:29:21 +02:00
  • 2f53d58cd9 fix some warnings Megamouse 2024-04-15 08:49:01 +02:00
  • e0d6f8a311 Set a unique System Name Florin9doi 2024-04-14 22:46:43 +03:00
  • e48ec75896 rsx: Fix vertex texture invalidation kd-11 2024-04-14 21:35:04 +03:00
  • 58d8c65990 rsx: Fix some broken latch checks kd-11 2024-04-14 21:00:12 +03:00
  • dd66380132 vk: Always initialize internal objects kd-11 2024-04-14 20:05:24 +03:00
  • 92dd801ecd Attempt at bundling wayland libraries Zion 2024-04-11 22:59:18 -07:00
  • fba1db29b3 Savestates: Fixup Eladash 2024-04-13 19:03:39 +03:00
  • 1111c1952b SPU: Add debug information when logging analyzer failures Eladash 2024-04-09 20:36:28 +03:00
  • 7833862342 Add SPU Profiler to GUI Eladash 2024-04-13 12:35:01 +03:00
  • 78c1a6f326 CPUThread.cpp: Add reservation sampling Eladash 2024-04-13 11:48:42 +03:00
  • 060ddca1ab SPU: Fixup breakpoints Eladash 2024-04-12 21:47:29 +03:00
  • a9fd2f76d2 Savestates: serilialize avc2_settings Eladash 2024-04-12 21:22:48 +03:00
  • d1837b54b4 Savestates: Add save stage names Eladash 2024-03-06 17:28:07 +02:00
  • 26746ac9ee Progress Dialog: Force update every 20 seconds Eladash 2024-04-11 16:32:28 +03:00
  • c019b10aa8 savestate_utils.cpp: Fix out-of-range bug Eladash 2024-04-12 21:01:26 +03:00
  • 0cd316116b Savestates: Make non-existing versions 0 Eladash 2024-04-12 20:52:37 +03:00
  • c92a556093 Default constructor for avc2_settings RipleyTom 2024-04-13 03:42:00 +02:00
  • d6f6752af0 Add missing newline kd-11 2024-04-10 23:22:53 +03:00
  • d7e04e9b0a Update CMakelists.txt kd-11 2024-04-10 23:21:53 +03:00
  • c1aaa1bcf6 Get reworked RSX to compile kd-11 2024-04-10 04:02:12 +03:00