315 Commits

Author SHA256 Message Date
b0ed08a463 - Add fix-shaderc.patch
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=422
2024-09-01 06:07:07 +00:00
c843420918 - Update to version 2.1.120~git20240831:
* USB: Add passthrough support to DenshaCon
  * Settings: Add DenshaCon bindings UI
  * USB: Add support for Ryojouhen DenshaCon
  * USB: Add support for Shinkansen DenshaCon
  * USB: Add support for Type 2 DenshaCon
  * UI: Enable "System" and toolbar savestate options in OSDSYS
  * DebugTools: Fix some compiler warnings
  * Misc: Minor text and settings changes (#11751)
  * Qt: Update Base Translation
  * DebugTools: Fix iterator invalidation bug in IopBios.cpp
  * GS/HW: Add afix to alphas log.
  * Debugger: Add symbol tree widgets for functions and variables
  * Debugger: Add GNU demangler
  * Debugger: Replace SymbolMap class with new SymbolGuardian class
  * 3rdparty: Add CCC v2.1
  * Debugger: Remove the Avast demangler
  * GS/HW: Further expand blend multipass.
  * Big Picture: Remove ability to make per-game controls
  * PAD: Update to latest controller database.
  * Qt: Set focus to Game Library for improved keyboard navigation (#11719)
  * USB: Fix CaptureEye corruption on dark images
  * Qt: Fix a couple of instances of inconsistent sorting
  *  Qt: Center type icon in game list
  *  Qt: Fix incorrect sort indicator on loading
  * Qt: Ensure fullscreen UI is stopped on exiting
  * ImGuiManager: Fix stutter when multiple OSD messages lapse
  * ImGuiFullscreen: Fix incorrect notification width
  * FileSystem: Correctly use lstat() on Linux
  * GSTextureVK: Fix download inside render pass

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=417
2024-09-01 01:30:03 +00:00
67f16ecd34 - Update to version 1.7.5853~git20240530:
* Qt: Update Base Translation
  * DEV9: Prefer C++ string comparison in AdapterUtils
  * DEV9: Use const in AdapterUtils
  * DEV9: Shuffle code in Linux GetAdapter
  * DEV9: Use helper method to get the sockaddr address family
  * DEV9: Eliminate c-style casts in AdapterUtils
  * DEV9: Use correct buffer type in Win32 GetAdapter
  * DEV9: Unify GetAdapter code
  * DEV9: Add general notes regarding sockaddr casting
  * GS/CRC: Improve Street Fighter 3 EX CRC to remove shimmer (and some potential input lag)
  * 3rdparty: Update to VK memory allocator 3.1
  * Common: Use Mach VM routines for memory mapping
  * 3rdparty/vixl: Import @ 8eca2b7
  * GS:MTL: Fix inverted UseMipmapFiltering check
  * CMake:macOS: Sign with --deep
  * GS/HW: Use valid rect over size in CopyRGBFromDepthToColor()
  * GS/HW: Fix unscaled rect in CopyRGBFromDepthToColor()
  * GS/Vulkan: Purge threaded presentation
  * GS: Add option to disable mailbox presentation
  * GS/DX11: Don't spin on CPU when GPU results aren't available
  * InputManager: Fix exit menu button forwarding to game
  * UI: Fix dithering description + make it so 4 lines of description fits
  * GS/Vulkan: Work around validation layer semaphore error
  * GS: Improve vsync mode selection
  * ImGuiOverlays: Display vsync queue size in OSD
  * GS/HW: Allow forcing Dither to 32bit for 16bit draws
  * GS/Vulkan: Prefer mailbox presentation for vsync-on
  * GS/Vulkan: Log any image acquire error
  * Common: Provide a MAP_FIXED_NOREPLACE define for FreeBSD

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=416
2024-05-30 15:57:20 +00:00
c8663697e3 - Update to version 1.7.5656~git20240329:
* GS/DX: Fix ALT+ENTER causing mode switch
  * GS/OGL: Fix recursive macro compile error
  * GSDevice: Improve IsEffective() test

- Update to version 1.7.5654~git20240329:
  * GS: Remove reduced-depth-range hack
  * GS: Remove DSB feature
  * Config: Allow the use of portable.txt (#10984)
  * Qt: Remove Speed Limiter setting
  * GameDB: Various fixes
  * CDVD: fix sceCdReadConsoleID on bios v1.70 and up
  * GS: Purge GSinit() and GSshutdown()
  * OSD: Minor adjustment to basic blending notification
  * GS/Metal: Fix Wunused-const-variable warning.
  * GS: Improve state load determinism
  * GS/HW: Improve accuracy of RGB_ONLY AFAIL
  * GSDevice: Add separate RGB/A blend factors
  * GS: Use SRC1_COLOR instead of SRC1_ALPHA for DSB
  * GS: Remove separate alpha pass fallback
  * GS/HW: Cleanup blend function, update blend levels.
  * GS/HW: Detect shuffles reshaping the target
  * GS:MTL: RTA correction shader is used to scale textures
  * GS:MTL: Formatting
  * GS: Treat rta as a bit flag
  * GS/HW: RTA improvements and enhancements

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=414
2024-03-29 14:18:22 +00:00
e5c5bc1847 - Remove unneeded build requires kgconfig(gtk+-3.0) and duplicated
build requires pkgconfig(liblzma)

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=413
2024-03-25 13:48:32 +00:00
2769edbfcd - Update to version 1.7.5641~git20240324:
* ci: Bump the ci-deps group with 5 updates (#10944)
  * GS/HW: Check both edges of current triangle for quads
  * GS/HW: Compare dirty rects by valid bounds
  * GS/HW: Improve channel + texture shuffle detection and processing
  * CI: Set build-log-url for Flathub upload
  * USB: Cleanup usb qemu.
  * UnitTests: Only build SSE4 on Apple Silicon host
  * CI: Swap to MacOS 14 runner
  * deps: Build MoltenVK on MacOS
  * Qt: Don't invoke quit() from closeEvent()
  * Qt: Enable unifiedTitleAndToolBarOnMac for main window
  * GS/HW: Make sure RTA doesn't correct when it can't
  * CI:mac: Update to Xcode 15.2
  * CI:mac: Set CMAKE_INSTALL_NAME_DIR
  * CI:mac: Use shared cmake config variable
  * CI: Support relative dirs in install scripts
  * Qt: Fix main window stuck open after update
  * README: Update docs link
  * GameDB: Fix SSX On Tour NTSC-US patch
  * Qt: Update docs link on setup wizard
  * GameDB: Add some gshw fixes.
  * Qt: Fix closing log window via taskbar
  * GS/HW: Optimize RTA correction to reduce copies
  * GS/HW: Improve how we handle texture shuffles with barriers.
  * PAD: Update to latest controller database.
  * UI: Rename screenshot size options
  * GameDB: Various fixes
  * GameDB: NTSC-J Fixes. (#10928)
  * UI: Add the "points" unit in some RA-related strings (#10917)

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=412
2024-03-25 13:38:36 +00:00
c7a6ae8e3f - Added xpadneo recommends to support Xbox One/Series wireless controllers
- Update to version 1.7.5617~git20240315:
  * Qt: Disable Texture barriers option on Metal.
  * GS/Metal: Fix some Wformat warnings.
  * GS/HW: Adjust blend mix for impossible blend.
  * Debugger: Fixes crash selecting a filter search with new search button
  * Debugger: Reduces RAM useage for searches (Act 1)
  * OSD: Add Memcard Icon in more places
  * BPM: Implement "Open in File Browser" Function
  * Path: Add CreateFileURL()
  * GS/HW: Instead of adjusting blend min/max, adjust GetAlphaMinMax.
  * GS/HW: Remove blend_ad_improved case.
  * GS/HW: Calculate blend/rt alpha min/max based on alpha test.
  * GS/HW: Adjust blend_alpha_min/max based on DATE.
  * GS/HW: Don't allow conversion to indexed is read is outside the target
  * PAD: Update to latest controller database.
  * GS/HW: Adjust dither on Blend Mix when Cs-Cd * Af blend.
  * GS/HW: Adjust dither on Blend Mix when Cs-Cd * As blend.
  * GS/HW: Don't include TBW in hash cache key
  * GS/HW: Reduce duplicates in hash cache
  * GS/Vulkan: Work around NVIDIA attachment clear bug
  * GS/HW: Handle redundant FRAME+Z buffer clears
  * CI: Update to SDL2 2.30.1 and Qt 6.6.2
  * Qt: Fix log window disabling itself on close
  * VulkanDevice: Add additional semaphore on swap chain
  * Qt: Toggle for DualSense Player LED
  * vmmanager:revert gpu logging
  * VMManager: Log power profile and GPUs on startup
  * GS/HW: Pre check DATE requirement before updating rt alphas
  * GameDB: God of War 2 Fixes

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=410
2024-03-16 04:47:56 +00:00
fbf7113391 - Update to version 1.7.5585~git20240229:
* 3rdparty/rcheevos: Bump to 3d01191 and move in-tree
  * Debugger: Add automatic refresh on 1 second interval
  * DebugTools: Add noreturn heuristic
  * GameDB: FIFA Street 2 Fixes
  * GameDB: FIFA 14 Fixes
  * GS/HW: Calculate alpha on updated areas on RT invalidation
  * PAD: Update to latest controller database.
  * GameDB: Various fixes
  * CI/Flatpak: Fix dubious ownership error
  * ci: Switch Flatpak build to flathub-infra/flatpak-github-actions (#10838)
  * 3rdparty: Update xbyak to 7.05.1
  * Debugger: Fixes crash on debugger open when cpu not alive
  * DisassemblyWidget: Allow showing opcodes & some key bind modification
  * GS/HW: Preload whole target on match

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=408
2024-03-01 14:18:47 +00:00
d395198f59 - Update to version 1.7.5571~git20240221:
* Debugger: Migrates Memory Search tab to it's own widget
  * Core: Correctly identify TOOL and Namco 246/256 bios (#10836)
  * GameDB: Jak TLF Fixes
  * GameDB: Add PCRTCOverscan to Crash Twinsanity (PAL)
  * ImGuiManager: Defer scale updates
  * 3rdparty/libchdr: Rebase to upstream 2a1119c
  * PAD: Update to latest controller database.
  * UI: Update SW Renderer Threads Tooltip
  * GitHub: Update macOS versions on issue templates
  * GS/Vulkan: Use fbfetch flag for subpass dependency
  * GSBlock: Add Zen 4 to comment
  * Misc: Rename Disable Depth Emulation
  * Interpreter: Comment cleanup
  * R5900: Comment cleanup
  * GameDB: Various fixes
  * PAD: Update to latest controller database.
  * UI: Remove option to disable per-game settings
  * GS: Fix crop scaling for software and bilinear (sharp)
  * RAchievements: Fix off by one error in scratchpad reads
  * GameDB: NTSC-J Overhaul
  * OSD: Add icon for Slow-Mo
  * Memcard: Fix incorrect order of directory/filename path components for _pcsx2_meta_directory files
  * Memory cards:  Update error message
  * Qt: Update Base Translation
  * GameDB: Add Autoflush to X2: Wolverine
  * GS/HW: Only allow tex is fb on alpha if draw is recursive
  * Qt: Revert to old icon
  * Qt: Translation Fixes
  * Debugger: Create check for successful QString conversion in MemoryViewerWidget.cpp

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=406
2024-02-21 12:10:59 +00:00
209075647e - Update to version 1.7.5540~git20240203:
* DEV9: Fix HDD Response when no HDD is connected
  * GameDB: Various fixes
  * Qt: Add mention zso formatted roms
  * Qt: Update Base Translation
  * translations: Syncing Crowdin translations (#10759)
  * GS/HW: Clear draw list when replacing with single sprite
  * GameDB: Add MipMap to Arc the Lad games for Depth of Field
  * GS/HW: Allow palette lookups from depth and deswizzle manual deswizzles
  * Debugger: Adds editing register values via double click
  * Qt/BPM: Minor icon tweaks
  * InputRec: Stop input recording on VM shutdown
  * Achievements: Handle fake memory map
  * GS: Check for D3D Mapping Layers and disable Vulkan if present
  * GS/Vulkan: Fix potential race between submit and main thread
  * GS/Capture: Stop capture on VM shutdown
  * ImGuiOverlays: Use white font for recording time
  * GS/Capture: Show video timestamp instead of wall time
  * Qt: Update Base Translation
  * Qt: Deprecate per-game WS/NI toggles in favor of Patches
  * USB: Fix buffer copies in EyeToy
  * GameDB: Add mipmap full with ps2 trilinear to SWAT Global Strike Team.
  * GameDB: Add gshwfixes to Band Hero.
  * GSDumpReplayer: Fix UI not responded to messages when replaying dumps
  * USB: Fix possible buffer overflow in webcam
  * USB: Don't reset configuration when saving state
  * USB: Audio devices don't need port numbers
  * USB: Fix incorrect config keys for usb-headset
  * USB: Rewrite RingBuffer class
  * Qt: Update Base Translation

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=404
2024-02-04 15:47:44 +00:00
58b40db03b - Update to version 1.7.5518~git20240126:
* ImGuiOverlays: Fix OSD margin
  * Qt: Make "Ignore Inversion" a global mapping setting
  * Qt: Update Base Translation
  * DEV9: Remove some casts in ATA Info
  * DEV9: Various ATA fixes
  * DEV9: LBA48 Support
  * Qt: Icon Refresh
  * Qt: Fix use of tr outside of Qt class
  * Common: Add helper for creating an NSString from a string_view
  * Qt: Use proper Show in Finder on macOS
  * CMake: Set qm files as non-source data in Xcode
  * GS/HW: Handle more double-half clear edge cases
  * GameDB: Hot Shots Golf Fore Fixes
  * PINE: fix save state regression introduced during the switch to Qt
  * Debugger: Allow copying address of memory search results
  * FSUI: Add Recording Indicator and Time
  * GameDB: Thrillville fixes
  * GUI: Memory Card "slot" instead of "port"
  * Debugger: Adds loading breakpoints/saved addresses from settings
  * Qt: Fix unclickable links in Setup Wizard
  * Qt: Remove the duplicate memcard button
  * Qt: Remove NTFS compression checkbox on Linux/Mac
  * MemoryCardFile: Log size/formatted state on load
  * MemoryCardFile: Don't compress file on opening
  * Qt: Explicitly set memcard compression regardless of choice
  * GameDB: Various fixes
  * GS/HW: Don't preload target from other targets after hw clear
  * PAD: Update to latest controller database.
  * GS/HW: Fix up Tekken 5 CRC hack to not remove post + break other scenes

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=402
2024-01-26 12:19:12 +00:00
ef21e242d9 - Update to version 1.7.5412~git20240107:
* GameDB: DMC 1 Fixes
  * Qt: Update base translation
  * Qt: Fix opening game properties causing patch reload
  * Qt: Fix missing font message not being translatable

- Update to version 1.7.5410~git20240107:
  * Qt: Add runtime downloading of CJK OSD fonts
  * Qt: Add runtime resource downloading
  * Config: Add UserResources to EmuFolders
  * SDLInputSource: Replace hint strings with macros
  * Qt: Fix columns in cheat tree list not auto-sizing
  * Patch: Fix ungrouped patches from >1 file not merging
  * SDLInputSource: Log axes/buttons when controller is opened
  * Misc: Enable some disabled warnings
  * CI: migrate to upload-artifact@v4, download-artifact@v4 and labeler@v5 (#10431)
  * Qt: Minor Translation Fixes
  * Qt: Add Popn icon to Input OSD
  * GameDB: Various fixes
  * GameDB: Fixes for Bully
  * Misc: Uses Qt::UserRole for hardcoded literals & const changes
  * Debugger: Double clicking Memory Search result switches to memory view tab
  * Debugger: Add Saved Addresses tab widget for bookmarking mem addresses
  * SIO: Fix Wunused-variable compiler warnings.
  * Qt: Update Base Translation
  * Patch: Fix last duplicate patch group not being ignored
  * Pad: Add Pop'n Music controller type
  * GameDB: Add fullblend/autoflush/tex-in-RT for Catwoman
  * GS/HW: Handle offset RTs when offset texture is detected
  * Linux: Stop OpenGL overriding Vulkan if both VK and OpenGL are enabled

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=401
2024-01-07 10:18:53 +00:00
d5c9776513 - Update to version 1.7.5386~git20240104:
* GS: Fix autoflush init after renderer switch

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=399
2024-01-04 12:11:08 +00:00
c992a0099f - Update to version 1.7.5385~git20240102:
* GameDB: fixes for Mary-Kate & Ashley - Sweet Sixteen - Licensed to Drive

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=398
2024-01-03 14:16:46 +00:00
f45c2e4f90 - Update to version 1.7.5384~git20240102:
* GameDB: Rock Band Track Pack Volume 2 Fixes
  * Qt: More Translation Fixes
  * GameDB: 007 - Agent Under Fire
  * PAD: Update to latest controller database.
  * IOP HLE: Fix broken dopen implementation
  * PCAP: Fix a regression from #10448
  * GS: Refactor renderer switching
  * GS/DX11: Ignore two irrelevant warnings
  * GS/DX11: Fix crash with debug device
  * GS/HW: Fix crash with custom textures

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=396
2024-01-02 16:15:32 +00:00
141501e0c0 - Update to version 1.7.5376~git20231231:
* Achievements: Wrap long achievement descriptions
  * ImGuiFullscreen: Add LayoutUnscale()
  * Achievements: Display missable/progression/win icons
  * 3rdparty/rcheevos: Bump to 3cadf84
  * Resources: Add achievement icons to PromptFont
  * GS/HW: Add descriptive labels to RTs/textures
  * GS: Move texture object labels to base class
  * GS: Purge GSTextureSW
  * GS/SW: Remove use of GSTextureSW for dumping
  * GS: Purge GSTexture::Swap()
  * CMake: Move unsupported compiler warning to end
  * 3rdparty/libzip: Hardcode most checks
  * CMake: Fix building x86 on Apple Silicon
  * CMake: Use shared libwebp, liblz4, and libzstd on Linux/Mac
  * CI: Add xz/zstd/lz4/webp to Mac dependencies
  * GamePatchSettingsWidget: Enable word wrap for long patch names/descriptions
  * Qt: Update Base Translation

- Update to version 1.7.5371~git20231231:
  * GS/HW: Use DECAL/TCC for GT4 render fix
  * GS/HW: Don't discard alpha in C32 targets being used as C24

- Update to version 1.7.5370~git20231230:
  * Qt/Translations: Hopefully filled the remainder of still missing description
  * Tools: Fix glyph range generator script
  * Qt: Use more fitting icon for the cover download FSUI
  * GS:MTL: Give labels to textures
  * GameDB: Various fixes
  * VMManager: Fix disc change path message

OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=395
2023-12-31 05:41:29 +00:00
c08bdeecba Accepting request 1045983 from home:hillwood:branches:Emulators
- Fix build on Tumbleweed

OBS-URL: https://build.opensuse.org/request/show/1045983
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=394
2023-01-04 14:25:01 +00:00
15ed7b9ec5 Accepting request 1039447 from home:hillwood:branches:Emulators
- Update version to 1.7.3494
  * Support x86_64
  * Support GTK3
  * Fix bugs
- Add fix-convert-wxString-issue.patch and pcsx2-system-libs.patch

OBS-URL: https://build.opensuse.org/request/show/1039447
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=393
2022-12-05 03:12:09 +00:00
Klaus Kämpf
c105edc82e OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=392 2022-12-01 17:42:00 +00:00
Duarte Pousa
15d96d7ac5 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=335
2019-10-21 19:57:43 +00:00
Duarte Pousa
745ca5bae3 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=334
2019-10-16 18:19:57 +00:00
Duarte Pousa
0a8ba4d822 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=333
2019-10-09 21:00:57 +00:00
Duarte Pousa
7c17da27ef Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=332
2019-10-05 10:56:10 +00:00
Duarte Pousa
9fea484c80 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=331
2019-10-03 12:08:05 +00:00
Duarte Pousa
e3ce15bd6b Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=330
2019-09-29 17:36:24 +00:00
Duarte Pousa
0f7e53aed4 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=329
2019-09-23 20:51:47 +00:00
0a5c1bc0a1 Accepting request 732373 from home:guoyunhe:branches:Emulators
- Use "ExclusiveArch: i586" to disable x86_64 build
- Remove unneeded baselibs.conf

OBS-URL: https://build.opensuse.org/request/show/732373
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=328
2019-09-21 15:01:37 +00:00
Yunhe Guo
0bce70f68d Accepting request 732247 from home:guoyunhe:branches:Emulators
- Add baselibs.conf to source, so we can push it to Factory.

OBS-URL: https://build.opensuse.org/request/show/732247
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=327
2019-09-20 21:27:59 +00:00
Duarte Pousa
0ad57b9cae Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=326
2019-09-13 11:55:50 +00:00
Duarte Pousa
98e3c82194 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=325
2019-09-09 19:52:13 +00:00
Duarte Pousa
c000575973 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=324
2019-09-04 12:01:04 +00:00
Duarte Pousa
51f88b9d6b Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=323
2019-09-01 20:10:19 +00:00
Duarte Pousa
362aa1a6cf Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=322
2019-08-28 19:51:23 +00:00
Duarte Pousa
b239147ced Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=321
2019-08-08 20:18:15 +00:00
Duarte Pousa
a551dedecf Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=320
2019-08-03 17:31:15 +00:00
Duarte Pousa
f481bf5f3e Add missing dependencies
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=311
2019-07-27 19:16:30 +00:00
Duarte Pousa
9bac133d2c Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=310
2019-07-19 13:01:26 +00:00
Duarte Pousa
d96047441b Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=309
2019-07-16 07:25:26 +00:00
Duarte Pousa
06d5eae5a5 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=308
2019-07-14 14:53:15 +00:00
Duarte Pousa
eb84867690 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=307
2019-07-10 20:45:33 +00:00
Duarte Pousa
6488778648 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=306
2019-07-06 10:40:45 +00:00
Duarte Pousa
a8b346ea0e Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=305
2019-07-03 12:29:42 +00:00
Duarte Pousa
11496c03b5 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=304
2019-06-27 20:47:23 +00:00
Duarte Pousa
f308532ee4 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=303
2019-06-22 10:51:56 +00:00
Duarte Pousa
50aa2aed59 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=302
2019-06-15 22:08:11 +00:00
Duarte Pousa
17f916fae3 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=301
2019-06-10 11:03:21 +00:00
Duarte Pousa
49860be243 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=300
2019-05-31 17:49:31 +00:00
Duarte Pousa
7508cdf537 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=299
2019-05-27 12:53:18 +00:00
Duarte Pousa
6ab7e4c083 Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=298
2019-05-24 14:07:24 +00:00
Duarte Pousa
6633b6e0ed Scheduled source refresh
OBS-URL: https://build.opensuse.org/package/show/Emulators/pcsx2?expand=0&rev=297
2019-05-18 15:12:17 +00:00