Commit Graph

  • c310413082
    CDVD: Fix OSDSYS Audio CD regression. Ty Lamontagne 2024-11-24 13:33:19 -0500
  • 04fb232084 Vif: Cleanup code a bit. lightningterror 2024-11-24 19:31:06 +0100
  • 964624479b GameDB: Various fixes JordanTheToaster 2024-11-24 16:53:37 +0000
  • 8bc2ed9282 [Soft-Float] - Code review Part1. GitHubProUser67 2024-11-23 15:35:44 +0100
  • 235cb13647 Vif: Replace some asserts with logs. v2.3.25 lightningterror 2024-11-22 23:40:05 +0100
  • 504dd9f513 Vif: Rename/remove new prefix from files. lightningterror 2024-11-22 21:04:58 +0100
  • ded73fac83
    Merge 3a2f210b02 into e3fedf1676 TellowKrinkle 2024-11-23 11:44:57 +0700
  • 2cac643e24 Vulkan: Re-add shaderc status strings to error messages TellowKrinkle 2024-11-22 20:46:20 -0600
  • e3fedf1676 QT: Use SetStatusText instead of passing a formatted string as a fmt v2.3.24 Ty Lamontagne 2024-11-20 13:10:52 -0500
  • f113a51783 DEV9: Code cleanup. v2.3.23 lightningterror 2024-11-22 19:57:06 +0100
  • 58c84ef68f Vif: Replace some asserts with logs. lightningterror 2024-11-22 23:40:05 +0100
  • 9417996e7a Vif: Rename/remove new prefix from files. lightningterror 2024-11-22 21:04:58 +0100
  • f69d5835b8 PINE: Fix stack buffer overflow for long XDG_RUNTIME_DIR paths v2.3.22 chaoticgd 2024-11-21 11:15:18 +0000
  • 31f24f2f68 DEV9: Code cleanup. lightningterror 2024-11-22 19:57:06 +0100
  • b0b65fa248 [Soft-Float] - Removes Div "special" normalization constant. GitHubProUser67 2024-11-22 00:11:26 +0100
  • 34753ae109 Arrange code style to accommodate requested changes. GitHubProUser67 2024-11-21 22:50:15 +0100
  • 98e3df3cb9 [Soft-Float] - Implements fully accurate Mul operations. GitHubProUser67 2024-11-21 20:45:02 +0100
  • 3f86f532d2
    PINE: Fix stack buffer overflow for long XDG_RUNTIME_DIR paths chaoticgd 2024-11-21 11:15:18 +0000
  • 8e8277c0c9 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-21 00:01:48 +0000
  • 9078bc6219 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-21 00:01:48 +0000
  • c6c4eaf31c
    GameDB: Atelier Iris (SLUS-21113) fixes (#12021) v2.3.21 secondsabre 2024-11-20 12:33:34 -0800
  • 9ea1a95bad remove texturePreloading setting secondsabre 2024-11-20 11:38:10 -0800
  • 33c4417527 Fix TexturePreload and formatting secondsabre 2024-11-20 11:29:13 -0800
  • 66910ec23e update to remove trailing spaces secondsabre 2024-11-20 11:09:27 -0800
  • 8c0ffd7230
    QT: Use SetStatusText instead of passing a formatted string as a fmt gamelist-str-format Ty Lamontagne 2024-11-20 13:10:52 -0500
  • 6324722b65 Qt: Add Volume indicator to verbose status v2.3.20 KamFretoZ 2024-11-18 17:12:17 +0700
  • efd8c9ec69 OSD: Move VU stats above SW threads. KamFretoZ 2024-11-18 16:30:31 +0700
  • 1d6bd2041a Update GameIndex.yaml secondsabre 2024-11-19 15:30:36 -0800
  • a1e48cc101 Revert "Update GameIndex.yaml" secondsabre 2024-11-19 15:26:40 -0800
  • 5817fabf52 Update GameIndex.yaml secondsabre 2024-11-19 15:21:38 -0800
  • f67fd5c3e1 Qt: Add Volume indicator to verbose status KamFretoZ 2024-11-18 17:12:17 +0700
  • f2aae07268 OSD: Move VU stats above SW threads. KamFretoZ 2024-11-18 16:30:31 +0700
  • 9858aa1aa5 CMake: Try to put /usr/local/include last v2.3.19 TellowKrinkle 2024-05-26 15:57:28 -0500
  • 256a946f96 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-17 00:02:03 +0000
  • e108a5c4d1
    Updated Swedish translation Daniel Nylander 2024-11-17 10:47:36 +0100
  • 264e170129 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-17 00:02:03 +0000
  • d5e50284ff [Soft-Float] - Removes "special" COP1 mode. GitHubProUser67 2024-11-16 19:02:09 +0100
  • a507964f33 Debugger: Generate a name map for label symbols v2.3.18 chaoticgd 2024-11-15 02:21:55 +0000
  • 7584a6bb29 Debugger: Allow symbols starting with an underscore in expressions chaoticgd 2024-11-15 02:21:01 +0000
  • ce6103be30 Debugger: Improve function scanner performance for unmapped addresses chaoticgd 2024-11-14 23:27:20 +0000
  • 9da4459ab3 Debugger: Run the function scanner on the main symbol database chaoticgd 2024-11-14 22:58:57 +0000
  • 3b9b9a84cd Debugger: Use expressions for the function scanner address range chaoticgd 2024-11-14 22:53:55 +0000
  • cce0ae4369 Debugger: Allow loading symbols conditionally and with a base address chaoticgd 2024-11-12 23:03:04 +0000
  • efb43ac7f9 Debugger: Make the expression parser thread safe chaoticgd 2024-11-12 22:56:19 +0000
  • 3fe4277555 [Soft-Float] - Fixes Operand checking for denormals Add/Sub operations. GitHubProUser67 2024-11-16 15:45:18 +0100
  • 424e42e679 Fix errant spaces Justin Braben 2024-11-15 20:35:23 -0700
  • f01541afeb formatting Justin Braben 2024-11-15 20:04:37 -0700
  • 1ac3375a21 clang-format Justin Braben 2024-11-15 19:33:05 -0700
  • 2de4c612a8 Pre allocate m_packet_data Justin Braben 2024-11-15 19:19:18 -0700
  • 8132a8a7f8 USB: Cleanup eyetoy code a bit. v2.3.17 lightningterror 2024-11-15 15:20:44 +0100
  • 00c65cd196 USB: Cleanup eyetoy code a bit. lightningterror 2024-11-15 15:20:44 +0100
  • 9c753cb692 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-15 00:01:56 +0000
  • 61976b4f77
    Debugger: Generate a name map for label symbols chaoticgd 2024-11-15 02:21:55 +0000
  • fe85d0bcc9
    Debugger: Allow symbols starting with an underscore in expressions chaoticgd 2024-11-15 02:21:01 +0000
  • 80f6e4f7c7
    Debugger: Improve function scanner performance for unmapped addresses chaoticgd 2024-11-14 23:27:20 +0000
  • 7ad8b002b3
    Debugger: Run the function scanner on the main symbol database chaoticgd 2024-11-14 22:58:57 +0000
  • 0154fa47df
    Debugger: Use expressions for the function scanner address range chaoticgd 2024-11-14 22:53:55 +0000
  • 479fcf93cc
    Debugger: Allow loading symbols conditionally and with a base address chaoticgd 2024-11-12 23:03:04 +0000
  • fedfe84f01 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-15 00:01:56 +0000
  • 514e6675c4 GameDB: Fix Enemies Stuck in Armored Core Nine Breaker v2.3.16 Berylskid 2024-11-12 01:14:49 +0900
  • 18454fd5d0 GameDB: Add TexInRT on SLPM-62482 v2.3.15 Chromaryu 2024-11-15 00:01:03 +0900
  • 6304b5100b GameDB: Add TexInRT on SLPM-62482 Chromaryu 2024-11-15 00:01:03 +0900
  • 3bd88f7e8e [VUops] - Implements accurate SQRT/RSQRT + removal of TriAce hack. GitHubProUser67 2024-11-13 21:15:21 +0100
  • b09bfb0c02 [FPU] - Uses Soft-Float comparison. GitHubProUser67 2024-11-13 18:19:37 +0100
  • b7f38061df [Soft-Float] - Fixes Tony Hawk Pro Skater 4 Mul issue. GitHubProUser67 2024-11-13 16:09:02 +0100
  • b8a80191bf GameDB: Fix Enemies Stuck in Armored Core Nine Breaker Berylskid 2024-11-12 01:14:49 +0900
  • f005522297
    Debugger: Make the expression parser thread safe chaoticgd 2024-11-12 22:56:19 +0000
  • de047eaa40 [Soft-Float] - Initial Interpreter Implementation of Ps2's floating point unit specification. GitHubProUser67 2024-11-12 21:10:30 +0100
  • eeb919325e Misc: Minimise the amount of work done when svnrev.h is updated v2.3.14 chaoticgd 2024-11-08 22:08:01 +0000
  • 959be142ed Deps: Update Flatpak dependencies v2.3.13 Julien Reichardt 2024-10-26 13:08:50 +0200
  • 42be91d48d PAD: Update to latest controller database. v2.3.12 PCSX2 Bot 2024-11-11 16:01:29 +0000
  • 908f916656 GameDB: NBA 2K6 fix hangs on PAL version v2.3.11 Bobby Smith 2024-11-10 16:28:46 +0100
  • 03ee666741 PAD: Update to latest controller database. PCSX2 Bot 2024-11-11 16:01:29 +0000
  • a029acd975
    Misc: Minimise the amount of work done when svnrev.h is updated chaoticgd 2024-11-08 22:08:01 +0000
  • b6f0d7d6a7 GameDB: NBA 2K6 fix hangs on PAL version Bobby Smith 2024-11-10 16:28:46 +0100
  • 5441c7ed59
    Debugger: Use native separators when using external symbol files v2.3.10 Ty Lamontagne 2024-11-06 17:06:37 -0500
  • bea471a0e3 Debugger: Fix loading symbols from ELF files other than the boot ELF v2.3.9 chaoticgd 2024-11-06 21:04:30 +0000
  • f8e247b961
    Debugger: Fix loading symbols from ELF files other than the boot ELF chaoticgd 2024-11-06 21:04:30 +0000
  • 4dafee17e0 Debugger: Refactor nocash symbol importer v2.3.8 chaoticgd 2024-10-25 09:34:00 +0100
  • 6d9b9d44a1 USB: add direct-to-directinput hack for windows for testing badfontkeming 2024-11-06 08:33:01 -0600
  • af10be9036 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-06 00:01:47 +0000
  • d97c929471 [ci skip] Qt: Update Base Translation. PCSX2 Bot 2024-11-06 00:01:47 +0000
  • 1a4e3ab581 OSD: Fix Pause indicator not showing up v2.3.7 KamFretoZ 2024-11-05 21:41:12 +0700
  • 505f01d40a OSD: Fix Pause indicator not showing up KamFretoZ 2024-11-05 21:41:12 +0700
  • d9e9cf8967 workflows: Fix commit name for daily translations. lightningterror 2024-11-05 14:38:58 +0100
  • 041b0cb561 PAD: Update to latest controller database. v2.3.6 PCSX2 Bot 2024-11-04 16:01:29 +0000
  • 2131b83648 PAD: Update to latest controller database. PCSX2 Bot 2024-11-04 16:01:29 +0000
  • 4ad5dde780 3rdparty: Sync cpuinfo to commit 8df44962d437a0477f07ba6b8843d0b6a48646a4 v2.3.5 JordanTheToaster 2024-11-03 03:28:02 +0000
  • 0bc043a0bb 3rdparty: Update LZMA/7zipSDK to 24.08 JordanTheToaster 2024-11-01 23:04:27 +0000
  • c936b7db29 Deps: Update SDL to 2.30.9 JordanTheToaster 2024-11-01 22:51:52 +0000
  • 2793c49694 Deps: Update Freetype to 2.13.3 JordanTheToaster 2024-11-01 01:50:25 +0000
  • c578859122 3rdparty: Update xbyak to 7.21 JordanTheToaster 2024-11-01 02:05:51 +0000
  • 43e6f06a9e Deps: Update libpng to 1.6.44 JordanTheToaster 2024-11-01 01:59:00 +0000
  • cf8e9f773e Deps: Update Harfbuzz to 10.0.1 JordanTheToaster 2024-11-01 01:23:25 +0000
  • ed3bdc61f4 Qt: Update Base Translation v2.3.4 PCSX2 Bot 2024-11-01 00:02:03 +0000
  • e57f7d92c3 FSUI: Don't move IMGUI cursor unnecessarily in DrawGameGrid() v2.3.3 TheLastRar 2024-10-31 12:29:43 +0000
  • b95eb5cd74
    GameDB: Final Fantasy X Optimal FPU config. (#11958) v2.3.2 Gd7 2024-11-04 11:40:16 +0000
  • b865bbb0d3 CI: Add ci skip to base translation update workflow v2.3.1 KamFretoZ 2024-11-01 19:31:41 +0700
  • ca6e1c9a46 Qt: Cleanup Unused InputRec Menu KamFretoZ 2024-10-28 22:05:43 +0700
  • ea8a2deae6 Qt: Icon Tweaks KamFretoZ 2024-10-28 22:01:32 +0700