Commit Graph

  • 9279736fe6 cellOskDialog: fix cellOskDialogAbort error format Megamouse 2022-04-09 23:41:33 +02:00
  • d84a0c6503 cellGameGetBootGameInfo Megamouse 2022-04-09 23:28:52 +02:00
  • 8fb2d04ce8 rpcn: validate callbacks before queuing them RipleyTom 2022-04-10 00:01:31 +02:00
  • c06cb4664a Various sys_net improvements RipleyTom 2022-04-09 20:07:11 +02:00
  • 039d19dacf Patch manager: detailed message box for long logs Megamouse 2022-04-09 20:54:35 +02:00
  • 4dfb47cdd9 Patch manager: check for invalid value node Megamouse 2022-04-09 20:16:23 +02:00
  • 499fe3e218 Patch manager: add node location to patch errors Megamouse 2022-04-09 01:14:31 +02:00
  • 855b23b3fe re-add scope to sys_net_bnet_poll RipleyTom 2022-04-09 17:36:31 +02:00
  • 72b2876b6a sys_net refactor (#11740) RipleyTom 2022-04-09 14:51:22 +02:00
  • f4d0286109 Add SPU XFloat Accuracy combobox Nekotekina 2022-04-08 14:36:15 +03:00
  • 544cec0434 revert cellSysutilAvc2Load Megamouse 2022-04-07 23:51:15 +02:00
  • bcc097718f cellSysutilAvc2 fixes Megamouse 2022-04-07 22:21:54 +02:00
  • 0dc176b4f1 cellSysutilAvc2EstimateMemoryContainerSize Megamouse 2022-04-07 21:45:10 +02:00
  • 47401cba1f cellSysutilAvc2: more improvements Megamouse 2022-04-07 00:32:45 +02:00
  • 8a2826f3a9 cellSysutilAvc2SetWindowString: add strlen check Megamouse 2022-04-06 23:46:44 +02:00
  • 81f8ece236 cellSysutilAvc2InitParam: remove overzealous code. Megamouse 2022-04-06 23:15:23 +02:00
  • 3c2cf79675 cellSysutilAvc2: more stubs and errors Megamouse 2022-04-06 00:17:22 +02:00
  • a841ba4084 cellSysutilAvc2: more constants Megamouse 2022-04-05 21:42:38 +02:00
  • 3024026d9e cellSysutilAvc2: format some enums Megamouse 2022-04-05 21:21:14 +02:00
  • fb03a3bf67 Qt: Implement simple filter in log viewer Megamouse 2022-04-08 00:46:53 +02:00
  • e53bbd668b rsx: Fix surface cache scanning and removal kd-11 2022-04-04 21:39:33 +03:00
  • fc05511354 rsx: Optimize software sampling further for the 6-tap kernel kd-11 2022-04-01 21:53:25 +03:00
  • ca35a75a7d rework weighting scheme kd-11 2022-03-31 23:13:35 +03:00
  • 15b7e4f05e 6-tap experiment kd-11 2022-03-30 23:00:50 +03:00
  • 49c84f099a rsx/glsl: Fixup kd-11 2022-03-30 22:11:28 +03:00
  • 43b267ea51 glsl: Rewrite MS sampling implementation kd-11 2022-03-30 22:09:13 +03:00
  • a8441b28e8 rsx: Implement basic 2D bilinear filtering for MSAA images kd-11 2022-03-30 02:19:17 +03:00
  • 3002e592c3 gs_frame: remove unnecessary CallFromMainThread Megamouse 2022-04-01 17:57:10 +02:00
  • 4f12f8b04f Qt: fix GracefulShutdown regression Megamouse 2022-04-01 03:44:05 +02:00
  • 36e3939ec2 Emu: actually wait 5 seconds during GraceFulShutdown Megamouse 2022-04-01 03:44:36 +02:00
  • c803bf1849 soundtouch: fix debug build Megamouse 2022-03-31 22:01:02 +02:00
  • ee98f577e2 sceNpTrophyGetTrophyIcon: SCE_NP_TROPHY_ERROR_HIDDEN Megamouse 2022-03-17 23:18:33 +01:00
  • 4a86638ce8 rsx: Avoid unnecessary memprotect syscalls kd-11 2022-03-28 23:57:44 +03:00
  • e037b5c438 rsx: Handle in-place image swaps when locking data for WCB/WDB kd-11 2022-03-28 23:42:08 +03:00
  • f45343a345 rsx: Handle DMA block init where empty pages exist in the range kd-11 2022-03-28 22:29:39 +03:00
  • 94a7e52c1f rsx: Disable ref count on exit kd-11 2022-03-27 22:48:49 +03:00
  • 2b42895bc7 rsx: Reduce log spam a bit kd-11 2022-03-27 22:38:27 +03:00
  • d98d152d23 rsx: Fix leaking surface cache refs from texture cache kd-11 2022-03-27 20:25:34 +03:00
  • b645a7faf5 vk: Rebuild swapchain in case of unexpected errors during present kd-11 2022-03-27 19:58:58 +03:00
  • ffa841e7c1 vk: Force resolve explicitly for transfer operations kd-11 2022-03-27 19:49:49 +03:00
  • 98cee991ef PPU: fix step execution after BP Nekotekina 2022-03-27 11:37:11 +03:00
  • 0a617a05d0 PPU: correct behaviour under external debugger Nekotekina 2022-03-25 20:51:55 +03:00
  • e66d6a9399 Fix interpreter kd-11 2022-03-25 21:18:46 +03:00
  • ef65c47592 vk: Restore UBO alignment kd-11 2022-03-24 23:25:54 +03:00
  • 1592ecdc55 rsx: Invalidate transform block on program change kd-11 2022-03-24 21:31:17 +03:00
  • 96742852eb Fix OGL kd-11 2022-03-24 01:51:59 +03:00
  • de0e660d28 rsx: Handle vertex shaders with no constant references kd-11 2022-03-24 01:23:20 +03:00
  • d057ffe80f rsx: Fix program generation and compact referenced data blocks kd-11 2022-03-23 23:59:42 +03:00
  • 9a2d4fe46b rsx: Relocatable transform constants kd-11 2022-03-23 22:53:18 +03:00
  • e650d11b30 CI: Update Vulkan to minimum version JohnHolmesII 2022-02-15 20:23:57 -08:00
  • a4d715e25d Warning Fixes RipleyTom 2022-03-23 11:26:24 +01:00
  • af0e1f609e Fix vulkan compilation warnings kd-11 2022-03-22 21:37:49 +03:00
  • 1ab5b481ff Fix ambiguous comparison operator warning kd-11 2022-03-22 21:13:47 +03:00
  • 26ee1246ae rsx: Block size back down to 4MB kd-11 2022-03-22 00:45:03 +03:00
  • d0402332f7 rsx: Bump surface cache block size to 16M kd-11 2022-03-22 00:14:13 +03:00
  • 43c7417906 rsx: Rework ranged map kd-11 2022-03-22 00:04:39 +03:00
  • 56540a55ec Fix linux kd-11 2022-03-21 01:45:00 +03:00
  • 35ec4de776 rsx: Optimize surface store for faster scanning kd-11 2022-03-20 23:03:46 +03:00
  • c5748983f6 WolfSSL: Use a custom UTF-8 aware _stat on Windows Silent 2022-01-15 12:20:48 +01:00
  • 791ee013ac Update WolfSSL submodule Silent 2022-01-15 12:19:55 +01:00
  • 5797673daa fix vfs::host::rename. - resolve_path requires the path to be valid and can only be used before the call to fs::rename, not after. aliaspider 2022-02-26 11:30:16 +01:00
  • 3972022fa2 evdev: improve latency Megamouse 2022-03-20 00:19:44 +01:00
  • 39201e5042 Fix macdeployqt. This is based off of the instructions found here: https://riptutorial.com/qt/example/24133/integrating-with-cmake C.W. Betts 2022-03-17 21:21:31 -06:00
  • ff34a73fbd cellSaveData: CELL_SAVEDATA_FOCUSPOS_NEWDATA Megamouse 2022-03-17 21:04:43 +01:00
  • 539ac32806 Decrease log spam in case that per core cpu usage cannot be queried Megamouse 2022-03-18 00:16:31 +01:00
  • 7a86cffd0a Revert writable folder check Megamouse 2022-03-18 00:00:48 +01:00
  • bc7ed8eaab rsx/vk: Rework MSAA implementation kd-11 2022-03-13 11:32:04 +03:00
  • 9c5ed01130 Add rpcs3 location checks to main Megamouse 2022-03-16 23:56:43 +01:00
  • e58906cb4d cpu_stats: fmt::win_error_to_string Megamouse 2022-03-16 20:44:47 +01:00
  • 7a1a4541c0 StrFmt: print src_loc error as string Megamouse 2022-03-16 19:59:20 +01:00
  • 04df392866 Log cpu usage periodically Megamouse 2022-03-11 21:08:44 +01:00
  • f3a325fe1a Build on Monterey and set target to 11.6 nastys 2022-03-05 19:03:47 +01:00
  • ce7b1576e0 Low Power Mode detection nastys 2022-03-05 17:32:35 +01:00
  • 686d2759f4 cellMic: remove cellMicRead error spam Megamouse 2022-03-12 01:56:13 +01:00
  • 78b8bd80e4 rsx: Unconditionally set MSAA flags if MSAA is active kd-11 2022-03-11 00:01:36 +03:00
  • 1943d9819f rsx: Clean up surface cache routines around RTT invalidate kd-11 2022-03-10 00:06:03 +03:00
  • 1670769119 Use simpler C00 unlock EDAT check in GUI NicknineTheEagle 2022-03-07 12:24:28 +03:00
  • 59a0cf94ab rsx: Fix msvc build kd-11 2022-03-06 17:33:32 +03:00
  • 3e4faf602a rsx: Fix clang build kd-11 2022-03-06 15:32:38 +03:00
  • 454a724f4e rsx: Reduce the performance impact of enabling the profiling timer kd-11 2022-03-06 15:12:29 +03:00
  • cfecbb24ca rsx: Avoid calling slow functions every draw call kd-11 2022-03-06 15:09:28 +03:00
  • 762b594927 rsx: Fully process texture if surface cache configuration changed kd-11 2022-03-06 12:45:46 +03:00
  • 8d3d290e33 rsx: Fix build kd-11 2022-03-05 18:59:21 +03:00
  • 0df903090d rsx: Optimize metrics a bit kd-11 2022-03-05 18:42:53 +03:00
  • 6812fa4764 rsx: Fix surface write coherency when MSAA is active kd-11 2022-03-05 16:19:17 +03:00
  • cd97d74f0f cellMusic/Decode: add SelectContents functions Megamouse 2021-06-19 18:33:43 +02:00
  • 00f6763228 cellMusic: fix qt music handler resume Megamouse 2022-03-06 12:09:04 +01:00
  • aafd74f9ea cellMusicDecode: initial implementation Megamouse 2022-03-05 14:20:07 +01:00
  • f61ee85f80 Fix macOS CI Qt path nastys 2022-03-05 12:44:16 +01:00
  • e33b130606 Fix some enumeration warnings Megamouse 2022-02-25 07:35:43 +01:00
  • 15e74357cf cellMusic: implement qt music handler Megamouse 2022-02-20 19:01:21 +01:00
  • 0dbfe314a3 vk: Encode image type when caching resources kd-11 2022-03-01 20:41:02 +03:00
  • 00a1864a95 Revert "rsx: Downgrade depth-1 3D images to 2D (#11593)" kd-11 2022-03-01 20:20:22 +03:00
  • 6c096b72b5 rsx: Downgrade depth-1 3D images to 2D (#11593) kd-11 2022-03-01 10:45:50 +03:00
  • a8e62e1bc1 rpcs3_version: Bump to 0.0.21 v0.0.21 Ani 2022-02-28 23:01:15 +00:00
  • 42aa8f263a Qt: store pad settings state and remove max size Megamouse 2022-02-27 21:48:21 +01:00
  • af95ff5f8b Round macOS icon nastys 2022-02-26 15:50:03 +01:00
  • f0093375b8 Set min macOS version to 11.6 nastys 2022-02-26 15:49:42 +01:00
  • 7d26e61d82 gui/themes: YoRHa by Ani (r2) (#10785) Ani 2022-02-26 13:49:43 +01:00
  • e035000864 vk: Do not enable passthrough DMA unconditionally (yet) kd-11 2022-02-25 21:59:09 +03:00