Commit Graph

  • 8021e03ebf Accepting request 1301986 from Emulators factory Ana Guerrero 2025-09-01 15:17:23 +00:00
  • a0437f552c - Update to version 0.0.37~git20250827: * Fix raw mouse handler keypress logic * asm.hpp: Make utils::rational_mul<u64>() consistent (#17452) * vfs_dialog: ensure that one item is always selected * vfs_dialog: allow to check list items with double-click * patch_manager: make patches selectable by double click * overlays: add settings for screenshot and recording hints * Audio: simplify apply_volume * SPU: Update RdEventStat Busy Wait detection to updated setting behavior Hunter Wardlaw 2025-08-29 22:43:27 +00:00
  • 5540531e90 Accepting request 1296591 from Emulators leap-16.0 Dominique Leuenberger 2025-07-31 15:46:26 +00:00
  • 041974e88a - Replace pkgconfig(opencv) with pkgconfig(opencv4) BuildRequires. Build with current version of opencv. devel Hunter Wardlaw 2025-07-30 14:29:53 +00:00
  • 029ff3463f Accepting request 1295371 from Emulators Dominique Leuenberger 2025-07-24 16:44:55 +00:00
  • 80a5d6eb00 - Update to version 0.0.37~git20250722: * vk: Fix textureCompressionBC check for v3dv/panvk Hunter Wardlaw 2025-07-23 15:52:25 +00:00
  • bbae29ce29 Accepting request 1295189 from Emulators Ana Guerrero 2025-07-23 14:35:08 +00:00
  • c5e7ca7882 - Update to version 0.0.37~git20250719: * Add support for arrowlake-s and lunarlake CPUs * ARL wasn't using FMA/VNNI/GFNI * SPU/LV2: Notify SPU events after mutex guards' unlocking Hunter Wardlaw 2025-07-22 23:09:15 +00:00
  • 8c8aa1c5c9 Accepting request 1293203 from Emulators Ana Guerrero 2025-07-15 14:44:29 +00:00
  • 51ec4eadb8 - Update to version 0.0.37~git20250713: * Qt/patches: optimize patch_manager_dialog::handle_item_changed * Qt/patches: Fix configurable value dropdown visibility * gl: Fix compiler warning * vk: Default initiailize program inputs with trap constants * vk: Properly initialize VS inputs * fix: cannot compile with Qt Creator while using "/DYNAMICBASE:YES" Hunter Wardlaw 2025-07-14 16:16:53 +00:00
  • e90b86c94c Accepting request 1290923 from Emulators Ana Guerrero 2025-07-07 12:46:18 +00:00
  • 32acec5242 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=203 Hunter Wardlaw 2025-07-06 23:15:03 +00:00
  • 654901fc7e - Update to version 0.0.37~git20250706: * Move gamemode exit to final kill callback analog to display_sleep * [Linux] Implement Feral Interactive's Gamemode for Potential Performance Increases (#17325) * cellVdec: log uknown arguments instead of throwing an error * clang-cl: fix a bunch of warnings * Update FAudio to 25.07 * Enable fetch (oops) and also check highest tag in version_check Hunter Wardlaw 2025-07-06 23:13:58 +00:00
  • bea3cf564a Accepting request 1289998 from Emulators Ana Guerrero 2025-07-03 10:10:29 +00:00
  • 14532523a9 - Update to version 0.0.37~git20250702: * Fix invalid comparator in event_strcmp_events() * Remove qstr, sstr and qsv aliases. This does not compile on clang-cl * Fix missing include on clang-cl * Fix u32 compile error on clang-cl * Fix noexcept warnings in XAudio Hunter Wardlaw 2025-07-02 14:52:53 +00:00
  • 274ec27d39 Accepting request 1289261 from Emulators Ana Guerrero 2025-07-01 09:34:07 +00:00
  • d77527b3bb - Update to version 0.0.37~git20250629: * RawSPU: Add missing MMIO register reads * cellSaveData: Order equal elements using the opposing trait Hunter Wardlaw 2025-06-30 11:45:51 +00:00
  • 93e694b085 Accepting request 1288737 from Emulators Ana Guerrero 2025-06-27 21:01:23 +00:00
  • 8731e8fb9c - Update to version 0.0.37~git20250625 Hunter Wardlaw 2025-06-26 17:33:47 +00:00
  • 04512a2595 Accepting request 1286143 from Emulators Ana Guerrero 2025-06-17 16:21:54 +00:00
  • 0b079bd067 - Update to version 0.0.37~git20250616: * hid/input: fix enumerated device comparison * Entitlements are never found (#17306) * RawSPU: Fix race of SPU_MBox_Status_offs (#17303) * Update opencv to 4.11.0 Hunter Wardlaw 2025-06-16 14:51:15 +00:00
  • 5ac2f71344 Accepting request 1284276 from Emulators Ana Guerrero 2025-06-10 07:08:40 +00:00
  • 1ebbb5df59 -Update to version 0.0.37~git20250609: * input: only copy relevant members to external buttons and sticks * SPU: Skip PUTLLUC writes of the same data * llvm: fix deprecation warnings * Fix missing inserted = true in check_for_duplicates_fast * Update Qt to 6.9.1 Hunter Wardlaw 2025-06-09 20:16:57 +00:00
  • 68f2fe7aa9 Accepting request 1283471 from Emulators Ana Guerrero 2025-06-06 20:42:48 +00:00
  • f697f8a1ad - Update to version 0.0.37~git20250602: * Update VMA vulkan version to 1.2 * vk: Raise min API version to 1.2 * input: move copilot code to pad_thread * Fix some static analysis warnings, including c-style cast * Logs: use thread_local * restore ffmpeg dependencies on linux * rpcs3_version: Bump to 0.0.37 * Fixing the two upload commit hashes got switched around * Suggested review changes * Readd Homebrew Cache (used to be on Cirrus), silence more warnings * Silence warnings * Move Mac builds to GH Actions * input: implement basic copiloting * multithreaded version_check * Fix codestyle * cmake: add option to use system cubeb * fix Windows build with GCC/Clang * stdafx.h: fix clang warnings * Update curl to 8.14.0 * rsx/util/test: Cover edge cases in address_range test suite * rsx: Use address_range64 to simplify MM intersection tests * rsx/util: Split address_range into a sized address_range template * utils: Rename address_range to address_range32 to allow implementation of address_range16 and address_range64 * rsx/util: Add unit tests for address ranges * rsx: Flush MM queue before applying nv3089 block transfers * Minor struct memory layout optimization * rsx: Fix use after move warning * rsx: use more const ref * Fix some static analysis warnings * Remove roadmap link from README Hunter Wardlaw 2025-06-05 23:31:52 +00:00
  • 4cedbc8358 Accepting request 1280585 from Emulators Ana Guerrero 2025-05-27 16:43:59 +00:00
  • f243396718 - Add OpenCV to the list of BuildRequires - Use %cmake macro instead of custom %__cmake call and replace %make_jobs with %cmake_build - Replace %make_install with %cmake_install - Remove CMake options to not use precompiled headers Hunter Wardlaw 2025-05-27 13:24:19 +00:00
  • 8e78e0b5f9 - Remove fix-toolbar-color.patch since upstream supports native ui - Update to version 0.0.36~git20250523: * Sort bin attributes based on ID * Update hidapi to 0.15.0 * rsx: Refactor CgBinaryProgram to avoid namespace collision with X11 * rsx-debugger: Extra safety checks for FP decompiler * rsx-debugger: Show disassembly of the currently active VP and FP * rsx: Use safe memory in RSX assembly decompiler * vk: Force VMA to comply with Vulkan 1.0 * SDL: do not track emu state when initializing * Always initialize SDL from main thread * Logitech G27 log control transfers as todo * Logitech G27 update bit 86 shifter_pressed behavior * PPU debugger: Update CIA unconditionally if "PPU Debug" enabled * Silence clang warning spam Yunhe Guo 2025-05-24 04:51:06 +00:00
  • 020b1cdfc8 Accepting request 1278439 from Emulators Ana Guerrero 2025-05-20 07:33:31 +00:00
  • c497a57804 - Fix log level of sdl pad handler log message Hunter Wardlaw 2025-05-19 19:10:36 +00:00
  • 553d62d7b5 - Use upstream cmake build option -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for cmake4 (#16978) - Update to rpcs3-0.0.36~git20250515: * Logitech G27 update shifter input (#17216) * Fix some warnings * Update VulkanMemoryAllocator to 3.3.0 * Update SDL to 3.2.14 Hunter Wardlaw 2025-05-19 17:00:42 +00:00
  • 3dd906476b - Update spec file config from sdl2 to sdl3 - Update to rpcs3-0.0.36~git20250514: * LG27: Update defaults * G27: Make warning label color more dynamic * G27: Improve layout a bit * Fix emu name in label * Gui: simplify LogitechG27 settings dialog * Fix UB * SPU: Improved GETLLAR spin detection conditions * Logitech G27 Expand SDL device identification, add mapping note (#17206) * LogitechG27: use named_thread instead of std::thread * SDL/input: Log GUID * Fix CallFromMainThread execution condition * rsx: Don't trigger surface swap-in/swap-out handlers when replacing self * Make Disable IPv6 text translatable * Bind RPCN client socket only if bind_ip is set * Fix building with SDL submodule * Make IP Binding more global * System: Fix Kill calling duplication * trophies/overlays: treat unlocked hidden trophies just like normal unlocked trophies * SPU: Evaluated Thread-blocked LR messaging * Emu: Track game termination progress better * remove SDL_INIT_JOYSTICK since SDL_INIT_GAMEPAD implies SDL_INIT_JOYSTICK * initialize sdl haptic, log haptic device open errors * cellSysutilCheckCallback: increase read_counter as soon as a callback is about to be called * Use const for present_samples buf argument * overlays: Allow auto exit in home menu's exit game function * Emu: Make game termination less confusing * Add log message when QApplication is being quit * Log RPCS3 exit code * Add log message if game ignores exit game request * MSVC: Fix weird std::move on const variable warning... * Use string_view for log params * StrUtil: Add more unit tests * Fixup SPU Interpreters Hunter Wardlaw 2025-05-15 18:46:59 +00:00
  • 68138db0eb Accepting request 1277494 from Emulators Ana Guerrero 2025-05-15 15:00:49 +00:00
  • 694a14b574 - export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes minimum version warnings Hunter Wardlaw 2025-05-14 19:53:36 +00:00
  • 474fc48cad Accepting request 1275383 from Emulators Dominique Leuenberger 2025-05-08 16:22:50 +00:00
  • 0d691a4b55 - Update to 0.0.36~git20250507: * Logitech G27 fixes and cleanups (#17170) * PPU Loader: Consume Executable Memory * VS: compile glslang with the solution * Remove old OGLCompiler.lib dep * Cleanup what we build in glslang vcxproj * Just build the latest glslang instead of dowloading the precompiled libs * VS: Add glslang include directory * Update glslang to 15.3.0 * vk: Limit NV crash workaround to older generations * vk: Fix cyclic dependency problem during physical device init * vk: Disable texel buffer update-after-bind on NVIDIA driver * SDL/Input: add DS3 pressure intensity * SDL/Input: add new misc buttons * Update SDL to 3.2.12 * Atomic utils fixup after ASLR changes (#17168) * Update MoltenVK to v1.3.0 * rsx: Do not interpolate when performing image reconstruction Hunter Wardlaw 2025-05-08 03:30:04 +00:00
  • d273f8e8ff Accepting request 1274161 from Emulators Ana Guerrero 2025-05-05 20:25:22 +00:00
  • aaf3263560 - Update fix-test-files.patch - Update to 0.0.36~git20250503: * Fix crash in memory viewer launcher (#17152) * Logitech G27 cleanup * Qt: "Show in Memory Viewer" context action (#17131) * virtual Logitech G27 for Gran Turismo 6 (#17135) * CMake: try to fix gcc * Update FAudio to 25.05 * tests: Fix failing test and improve msvc setup * test: Add UTs for rsx::simple_array<T> * Disable WholeProgramOptimization for unit test * CI: Only run unit tests for pull requests * CI: Add windows unit tests * VS: improve unit test project setup * Add unit test for fmt::merge * Update libpng to 1.6.48 * Remove unused fmt::match function * Fix fmt::replace_all with empty from and add unit tests * Add submodule version check script * CMake: Disable unit tests in gcc * CMake: Use existing main for unit tests * Move spellcheck before build * CI: Add unit tests * VS: Remove unnecessary LinkIncremental to fix some warning * VS: Remove unnecessary moc_predefs file to fix a warning * Fix some warnings * VS: Enable ASLR in unit test * CMake: fix gcc build * CMake: move all rpcs3 cpp files to rpcs3qt * CMake: Run unit test during build if requested * CMake: Create unit test * CMake: Create static rpcs3_lib * Utils fixes for ASLR * Separate segment and function addresses in PPU LLVM * Disable SPU asmjit on ARM. Only supported on x86 * Don't make assumptions about address format * Enable ASLR * fmt: add some unit tests and fix fmt::trim * Add unit test project to VS * Update docker to 1.6 * Move main to main.cpp * Rename main.cpp to rpcs3.cpp * CI: Use variables for docker artifacts dir * Avoid checking out unused submodules * VS: fix relative 3rdparty paths * VS: remove some outdated keywords * github actions: disable pushes unless it's the RPCS3 master branch * Qt: Hex validator for address/instruction inputs (#17113) * vm_native.cpp: Fix possible weakness of map_self() * Fix sys_mmapper_unmap_shared_memory * vk: Prevent header internals from leaking * vk: Stop using internal defines to structure platform-specific code Hunter Wardlaw 2025-05-03 19:20:10 +00:00
  • 871acffe3b Accepting request 1273256 from Emulators Dominique Leuenberger 2025-04-29 14:41:19 +00:00
  • 2c01f9f522 - Update to 0.0.36~git20250428: * sys_mmapper: Lazily allocate shared memory descriptors * Embedded SPU Image Search Fixes * PPU: HasBreakpoint fast path when empty Hunter Wardlaw 2025-04-28 22:17:25 +00:00
  • 2cc8a7e49d Accepting request 1273028 from Emulators Dominique Leuenberger 2025-04-28 14:16:39 +00:00
  • 5083dd6384 - Update to 0.0.36~git20250427: * vk: Fix more silly mistakes * vk: Fix indexed multidraw * rsx: Silence compiler warnings * rsx: simplify simple_array<T>::erase_if * Update wolfssl to 5.8.0 * Update miniupnp to 2.3.9 * Avoid passing -fuse-ld to non-linking step * cellVideoOutConvertCursorColor: fix and implement * fix missing check on swapped item * fix erase_if method * Fix IPv6 support detection * Warning fixes * SPU Image Finder Fixes * Fix some warnings * Remove some obsolete pragmas * vk: Fix copypasta causing incorrect buffer to be released by GC * vk: Properly initialize EXT_multidraw functionality * vk: Fix a rare GPU timeline UAF when replacing buffer views * rsx: Fix static ringbuffer allocator logic * hotfix: fix parentheses when saving some files * vk: Get rid of multidraw indirection buffer * vk: Fix bug preparing multidraw command details * rsx: Do not consume draw call barrier iterator when executing deps * rsx: Cache draw subranges storage * Qt: implement music player dialog for music handler tests * cellMusic: improve logging * Fix sceNpTrophyRegisterContext Hunter Wardlaw 2025-04-28 06:52:21 +00:00
  • a535c879c6 Accepting request 1271256 from Emulators Ana Guerrero 2025-04-22 15:29:24 +00:00
  • 9d98db30d4 - Update to 0.0.36~git20250420: * types: Fix comment * vk: Properly initialize multi draw extension * rsx: de-uglify buffer upload restructure * Copy debug self elf properly (#17070) * PPU Debugger/Memory: STDCX/STWCX breakpoints, make vm::_ref const * rsx: Fix arm64 build * rsx/vk: Retire the concept of heap being in "critical" state * vk: Fix extension wrangling * vk: Rework multi-heap health checks for performance * vk: Rework heap checks to be explicit * vk: Optimize heap check iterator * rsx: Optimize static heap allocations * vk: Use robin_hood for renderpass caches * vk: Rework extension wrangling * vk: Implement EXT_multi_draw support * vk: Use garbage collector to handle buffer views * Apr 18, 2025 * vk: Refactor the heap manager * vk: Add automatic heap management * PPU: Fix memory write breakpoints for 13 instructions * Implement sys_spu_image_open_by_fd * sys_spu: Fix sys_spu_image_open Hunter Wardlaw 2025-04-22 04:27:17 +00:00
  • 05f27eea73 Accepting request 1270646 from Emulators Ana Guerrero 2025-04-18 14:21:34 +00:00
  • 627cce49de - Update fix-test-files.patch - Update to 0.0.36~git20250417: * Fix game list update for auto-detection VFS games folder (#17051) * Qt: Add checkboxes to vfs list to make selection more user friendly * git: Remove unused code * Qt: use image_change_callback function to ensure the member is valid * Qt: use unique_ptr in qt_video_source * Qt: Fix gamelist icon after stopping a movie * Qt: fix game list image reset after a movie was stopped * sceNpTrophy: Send signals asynchronously * Qt/input: accumulate button presses between gui refresh * Add Menu Key (used by 8bitdo Pro 2 controller * rsx: Avoid reallocating scratch buffers every draw call when processing instancing data * rsx: Fix simple_array<T>::erase_if * evdev: log positive axis config Hunter Wardlaw 2025-04-17 20:59:02 +00:00
  • 87586960b2 Accepting request 1268915 from Emulators Ana Guerrero 2025-04-14 10:58:02 +00:00
  • 5af8897670 - Update to 0.0.36~git20250412: * Update to Qt 6.9.0 * vk: Fix typo in NVIDIA-specific stencil unresolve path * Qt: fix visibility check of table widget items * use fixed uruntime version * reduce appimage size * rsx: Replace robin_hood with ankerl::unordered_dense Hunter Wardlaw 2025-04-13 03:40:16 +00:00
  • 2e692c6ef1 Accepting request 1268230 from Emulators Ana Guerrero 2025-04-10 19:59:09 +00:00
  • 2f4baf0bfd - Update to rpcs3-0.0.36~git20250409 Hunter Wardlaw 2025-04-09 20:00:51 +00:00
  • 8813992cd9 Accepting request 1255643 from Emulators Ana Guerrero 2025-03-25 21:10:30 +00:00
  • 23a0e7c609 Accepting request 1255642 from home:regularhunter:branches:Emulators Hunter Wardlaw 2025-03-24 14:01:49 +00:00
  • 6a21c97d02 Accepting request 1254243 from Emulators Ana Guerrero 2025-03-19 21:33:15 +00:00
  • 59ff61bd71 - Update fix-test-files.patch - Update to rpcs3-0.0.35~git20250318 Hunter Wardlaw 2025-03-18 21:01:29 +00:00
  • 643714c5a6 Accepting request 1252231 from Emulators Ana Guerrero 2025-03-12 14:27:29 +00:00
  • 5402d7a074 - Change glew+egl patch to work under x11 Hunter Wardlaw 2025-03-12 07:38:10 +00:00
  • 71f697a664 - Update to rpcs3-0.0.35~git20250310: * rsx: Handle out-of-bounds read/writes from FIFO register IO * Settings: Move 'Max Shader Compile Threads' next to the equivalent LLVM setting * Settings: Move 'Vulkan Queue Scheduler' to Debug * Settings: Move 'Disable On-Disk Shader Cache' to Debug * Settings: Move 'Disable Asynchronous Memory Manager' to Debug * Settings: Move 'SPU Profiler' to Debug * Settings: Move 'PPU Vector NaN Fixup' to Debug * Settings: Specify FSR 1 * Settings: Default 'Shader Mode' to Async with Interpreter * Settings: Move 'SPU Block Size' to the middle column Hunter Wardlaw 2025-03-11 21:22:21 +00:00
  • d917fe7752 Accepting request 1251623 from Emulators Ana Guerrero 2025-03-10 17:05:43 +00:00
  • 6285206bda - Rename glew+egl build patch to fix-build-glew-egl.patch - Update to rpcs3-0.0.35~git20250309 Hunter Wardlaw 2025-03-10 04:55:46 +00:00
  • 94b3b7393b - Add patch addressing glew+egl build macro for wayland - Update to version 0.0.35~git20250305 Hunter Wardlaw 2025-03-10 03:31:28 +00:00
  • 121d47a964 Accepting request 1250228 from Emulators Ana Guerrero 2025-03-05 12:40:42 +00:00
  • 11001f326b - Update to version 0.0.35~git20250303 Hunter Wardlaw 2025-03-04 17:12:14 +00:00
  • dbf34c1198 Accepting request 1249571 from Emulators Ana Guerrero 2025-03-03 15:04:40 +00:00
  • f8a49f7866 - Update to version 0.0.35~git20250302 Hunter Wardlaw 2025-03-02 20:54:49 +00:00
  • 08d2fe4448 Accepting request 1248953 from Emulators Dominique Leuenberger 2025-02-27 15:40:22 +00:00
  • 7edbcbc096 - Update to version 0.0.34~git20250226 Hunter Wardlaw 2025-02-27 11:48:14 +00:00
  • f739c48b21 Accepting request 1247508 from Emulators Dominique Leuenberger 2025-02-21 20:36:33 +00:00
  • 4f5e319fe4 - Update to version 0.0.34~git20250220 - Now builds properly in Factory (boo#1237276) Hunter Wardlaw 2025-02-21 01:13:41 +00:00
  • cee29456bd Accepting request 1245797 from Emulators Hunter Wardlaw 2025-02-14 06:57:54 +00:00
  • 10588545b8 Accepting request 1245477 from home:regularhunter:branches:Emulators Hunter Wardlaw 2025-02-12 22:51:25 +00:00
  • 37bb1c5c94 Accepting request 1244841 from Emulators Ana Guerrero 2025-02-11 20:22:59 +00:00
  • 50b7b5da23 - Update to version 0.0.34~git20250209: * PPU Analyzer: Minor Fixup Hunter Wardlaw 2025-02-10 18:05:26 +00:00
  • 9638c78502 Accepting request 1244297 from Emulators Dominique Leuenberger 2025-02-09 19:01:52 +00:00
  • 25ede060dd - Update to version 0.0.34~git20250207 - BuildRequire cmake >= 3.28.0 Hunter Wardlaw 2025-02-08 02:39:18 +00:00
  • 112c5fd695 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=140 Hunter Wardlaw 2025-02-08 01:34:45 +00:00
  • 72a718d7d4 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=139 Hunter Wardlaw 2025-02-08 01:34:24 +00:00
  • 2a573778df OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=138 Hunter Wardlaw 2025-02-08 01:33:11 +00:00
  • 0c14365152 OBS-URL: https://build.opensuse.org/package/show/Emulators/rpcs3?expand=0&rev=137 Hunter Wardlaw 2025-02-08 01:33:04 +00:00
  • eca784baf2 Accepting request 1241370 from Emulators Ana Guerrero 2025-01-31 15:04:16 +00:00
  • 6d59365e60 - Update to version 0.0.34~git20250128 - BuildRequire pugixml >= 1.15 - BuildRequire cmake >= 3.16.9: BUILDING.md documents cmake 3.28.0+ as the requirement, but CMakeLists.txt shows 3.16.9 Hunter Wardlaw 2025-01-30 14:54:15 +00:00
  • b00cee5b30 Accepting request 1236869 from Emulators Ana Guerrero 2025-01-12 10:20:57 +00:00
  • 812c41ae58 - Update to version 0.0.34~git20250110 Marcus Meissner 2025-01-10 13:12:13 +00:00
  • bbcedf2391 Accepting request 1233311 from Emulators Ana Guerrero 2024-12-26 11:24:14 +00:00
  • a36fbc0b2c - Update to version 0.0.34~git20241223: * Fix fs::file log formatting * Qt: allow to skip further automatic update notifications for a single version * IDM: Implement lock-free smart pointers (#16403) * SPU LLVM: Recognize ROTYQBYI and ROTQBI rotation pattern (#16409) - Update to version 0.0.34~git20241221: * ps move: ignore second half frame in ZCM1 * cellGem: add magnetometer support * cellGem: request orientation reset during calibration * cellGem: fix some data types * cellGem: invalidate hue and tracking in cellGemInvalidateCalibration * cellGem: split status_flags into calibration flags and runtime flags * cellGem: implement cellGemSetRumble * cellGem: add setting to let the game actually set the device hues * cellGem: set sphere RGB when a hue is set and vice versa * cellGem: add debug setting for painting spheres into the live image * cellGem: fix some data types * Fix some warnings * cellPhotoDecode: allow dev_bdvd paths * cellGem: Split horizontal and vertical mouse rotation cone setting * Qt: fix settings_dialog opening on wrong tab * Qt: fix flow_layout segfault * cellAdec implementation part 2: LPCM decoder (#16381) * cellGem: expose rotation cone to settings * cellCamera: try to fix internal state on stop * Update SDL to 2.30.10 * Update curl to 8.11.1 * Update 7zip to 24.09 * Update OpenAL to 1.24.1 * Update FAudio to 24.12 * Fix some static analysis warnings * Fix warning - Update to version 0.0.34~git20241217: * Fix unused p2p socket closing * rsx: Improve MM synchronization * rsx: Revert bounds optimization on RO texture load * rsx: Improve performance even more when async MM is active * rsx: Restore previous (incorrect) low-precision format handling * rsx/qt: Add option to disable async host MM to GUI * Fix linux build * rsx: Fix texture renormalization flag and fix windows build * rsx: Fix OpenGL deadlock * rsx: Make the deferred mm flush option usable with OpenGL * rsx/vk: Implement asynchronous host memory management. * Fixup Intel macOS builds * Revert Qt to 6.7.3 for macOS Yunhe Guo 2024-12-25 10:59:52 +00:00
  • 792015e564 Accepting request 1230978 from Emulators Ana Guerrero 2024-12-15 11:37:49 +00:00
  • 389e4ffcac Accepting request 1230908 from home:regularhunter:branches:Emulators Yunhe Guo 2024-12-14 06:51:16 +00:00
  • 9c1e17a625 Accepting request 1226259 from Emulators Ana Guerrero 2024-11-25 22:23:02 +00:00
  • 1ebdca2a6c - BuildRequire llvm-devel >= 17: this is what is documented to be required according to BUILDING.md. - Change service definitions to 'manual' instead of 'localonly': localonly keep on running the service on every local build attempt. Hunter Wardlaw 2024-11-18 13:50:00 +00:00
  • 0ca679df14 - Change llvm-devel requires to llvm16-devel - Update to version 0.0.34~git20241116: * VS: ignore opencv debug build guard (fix debug build) * ci: Don't fetch opencv submodule unless on windows * gitignore cleanup * added missing -p option * fixed CI for building on windows * Improve and fix sln solution * More constexpr * Fix warning * Add opencv to cmake * Move opencv submodule to subdirectoty * Qt: show warning if ps move tracking is not supported * Update vm_native.cpp * Progress Dialog: Fix recursion and concurrency use of text updates * Implement lf_array::for_each * Utilities\lockless.h: Flatten recusrion in lf_array * Fix compilation * Add HAVE_OPENCV preprocessor flag * Windows: Add and deploy opencv files * cellGem: implement real ps move handler * util/vm_native.cpp: Fix memory leak * overlays: localize RPCS3 progress dialog * overlays: get localized values in home menu settings * Qt: Add std::string GetSettingOptions * overlays: add more overlay hint option to home menu settings * overlays: remove unnecessary text logging * overlays: add input debug overlay to home menu settings * overlays: translate home menu settings * fix: cannot copy OpenAl32.dll with CMake Yunhe Guo 2024-11-17 11:59:29 +00:00
  • ab4db4b0f6 Accepting request 1218220 from Emulators Ana Guerrero 2024-10-27 10:24:29 +00:00
  • 186ee4d18b Update to version 0.0.33~git20241017 Updated fix-toolbar-color.patch Yunhe Guo 2024-10-25 11:00:17 +00:00
  • 7396db0241 Accepting request 1204508 from Emulators Ana Guerrero 2024-09-30 13:38:41 +00:00
  • 3c16f10838 Update to version 0.0.33~git20240927 Marcus Meissner 2024-09-29 09:42:07 +00:00
  • 8b11e37166 Accepting request 1198159 from Emulators Dominique Leuenberger 2024-09-02 11:15:02 +00:00
  • d530a2c9d1 Update to version 0.0.32~git20240827 Yunhe Guo 2024-09-01 13:17:53 +00:00
  • 96f4b9d08e Accepting request 1195808 from Emulators Ana Guerrero 2024-08-25 10:10:28 +00:00
  • 542d723b2a Update to version 0.0.32~git20240810 Fixed formatting of .changes file Yunhe Guo 2024-08-24 05:08:17 +00:00
  • 18fabacecf Accepting request 1181322 from Emulators Ana Guerrero 2024-06-17 17:34:09 +00:00
  • ba6f7c8d9a Accepting request 1181189 from home:Vogtinator:branches:Emulators Klaus Kämpf 2024-06-17 13:15:19 +00:00
  • a81ebd434b Accepting request 1179053 from Emulators Ana Guerrero 2024-06-07 13:03:45 +00:00