Commit Graph

  • 481bc76d8e
    Remove redundant 32-bit code Zopolis4 2022-08-19 18:33:17 +10:00
  • f0d2ce4683
    Remove _M_X86 in favour of _M_X86_64 Zopolis4 2022-08-08 10:18:36 +10:00
  • 69fc7bbdad
    Merge pull request #12333 from Tilka/thdj Tilka 2023-11-28 09:54:47 +00:00
  • ac4da97159
    Merge pull request #12075 from JosJuice/gpr-block-inputs Tilka 2023-11-28 09:23:23 +00:00
  • 30b1131869
    Merge pull request #12230 from qixils/dolphintool-header-json Tilka 2023-11-28 09:02:58 +00:00
  • 71dfa66d8b Tool/Header: Add JSON output mode; game data Lexi Larkin 2023-10-11 04:58:42 -04:00
  • 0a4d46ece2
    Merge pull request #12334 from Dentomologist/oglconfig_only_use_warn_log_when_extensions_missing Tilka 2023-11-28 07:25:49 +00:00
  • becbaf50c4 OGLConfig: Only use Warn Log if OGL extensions are missing Dentomologist 2023-11-27 20:28:43 -08:00
  • 9d415c1dbc
    Merge pull request #12192 from JosJuice/jitarm64-nan-check Mai 2023-11-28 04:22:27 +01:00
  • 99cf862596
    Merge pull request #12317 from JosJuice/setting-saveable-cleanup Mai 2023-11-28 04:20:21 +01:00
  • 7e9c19fdb1
    Merge pull request #12231 from JosJuice/jitarm64-frsqrte-optimization Mai 2023-11-28 04:19:27 +01:00
  • 731013c316
    Merge pull request #12263 from Dentomologist/realtime_cheatsearch_update Mai 2023-11-28 04:17:06 +01:00
  • 2869a4c168
    Merge pull request #12278 from JosJuice/jitarm64-gpr-loop Mai 2023-11-28 04:14:34 +01:00
  • 6be8e63b23
    Merge pull request #12306 from JosJuice/hle-discard Mai 2023-11-28 04:05:31 +01:00
  • b8a897fda7
    Merge pull request #12328 from iwubcode/xf_state_manager Tilka 2023-11-28 02:04:26 +00:00
  • 4d346f29eb GameSettings: add patch to disable blur in Tony Hawk's Downhill Jam Tillmann Karras 2023-11-27 16:48:44 +00:00
  • 074de243e3
    Merge pull request #12332 from TryTwo/bugfix_GetCallstack Tilka 2023-11-28 01:06:47 +00:00
  • c67f1afcef
    Merge pull request #12330 from Tilka/xxhash Tilka 2023-11-28 00:58:58 +00:00
  • d19dcd22be Breakpoints: Fix lag when adding or removing multiple memory breakpoints, by only calling DBATUpdated() once. TryTwo 2023-11-27 17:08:31 -07:00
  • e5f5722497 Callstack: Bugfix. Remove double counting in loop to allow for more callstack items to be reported. TryTwo 2023-11-25 15:57:45 -07:00
  • 3a00ff625e PPCAnalyst: Don't discard registers across HLE'd functions JosJuice 2023-11-19 11:26:38 +01:00
  • ba6fea1c81 HLE: Refactor ReplaceFunctionIfPossible JosJuice 2023-11-19 11:14:43 +01:00
  • be1e103435 Remove references to Debugger.ini JosJuice 2023-11-25 14:32:54 +01:00
  • b18519320c Config: Flip the IsSettingSaveable system check JosJuice 2023-11-25 14:29:24 +01:00
  • 5c3517c31d Config: Remove RA settings from s_setting_saveable JosJuice 2023-11-25 14:10:26 +01:00
  • 51bc86fc25 Config: Remove MAIN_USE_DISCORD_PRESENCE from s_setting_saveable JosJuice 2023-11-25 14:09:26 +01:00
  • d28155a7bb
    Merge pull request #12265 from TryTwo/FuncFinder_bkup Mai 2023-11-27 19:00:27 +01:00
  • c53e29c3c8
    Merge pull request #11093 from Pokechu22/disable-graphics-settings Tilka 2023-11-27 12:54:02 +00:00
  • 97abb3aa0b
    Video: Add 4xRGSS downsampling shader. KrossX 2023-11-26 11:40:04 -03:00
  • ff6ea89036
    Merge pull request #10818 from Pokechu22/icache-always-invalidate Tilka 2023-11-27 10:15:05 +00:00
  • 2b9aee5c8f CMake: allow using system xxhash Tillmann Karras 2023-11-27 06:02:39 +00:00
  • 0826586f96 CodeDiffDialog: Add saving/loading function finder results. TryTwo 2023-10-30 17:30:10 -07:00
  • eba2b9ab9c
    Merge pull request #12279 from Dentomologist/opengl_single_core_fix_start_movie_recording_crash Mai 2023-11-27 03:19:54 +01:00
  • e8faad3ccc
    Merge pull request #12300 from iwubcode/dump_texture_free_function Mai 2023-11-27 00:18:22 +01:00
  • fb86c6342e VideoCommon: move texture dump function out of texture cache to its own free function so it can be used elsewhere. Doing this change may also slightly improve performance of this operation iwubcode 2023-11-16 01:23:59 -06:00
  • 095f946b66 Core: update State version due to adding XFStateManager iwubcode 2023-11-26 16:30:54 -06:00
  • 849a0c13b5 VideoCommon: move xf state management to its own class, so changes can be detected in places other than VertexShaderManager iwubcode 2023-11-25 16:23:54 -06:00
  • 1a2d0882d0
    Merge pull request #12319 from JosJuice/jitarm64-branch-not-farcode Mai 2023-11-26 23:09:25 +01:00
  • c8a493964a
    Merge pull request #12307 from iwubcode/xxhash Mai 2023-11-26 23:00:24 +01:00
  • 10e2ad305d
    Merge pull request #12316 from JosJuice/android-less-host-thread-lock Mai 2023-11-26 22:56:55 +01:00
  • 8a19be6052
    Merge pull request #12321 from Dentomologist/netplay_setup_dialog_connect_tab_fix_spacing Mai 2023-11-26 22:51:42 +01:00
  • 3d5f95b298
    Merge pull request #12297 from Filoppi/improve_paper_white JosJuice 2023-11-26 18:03:39 +01:00
  • 166bd87f70 PowerPC: Unify "FromJit" MMU functions JosJuice 2023-11-25 19:23:34 +01:00
  • 719f1dca29
    Merge pull request #12325 from Tilka/vulkan Tilka 2023-11-26 07:12:23 +00:00
  • 14bf50f5ef
    Merge pull request #12326 from lioncash/qt Tilka 2023-11-26 07:11:22 +00:00
  • 05015531a8 SkylanderModifyDialog: Remove unnecessary string conversions Lioncash 2023-11-25 22:28:10 -05:00
  • 8dfbc45df7 SkylanderModifyDialog: Mark label string as translatable Lioncash 2023-11-25 22:25:22 -05:00
  • cdfabb4524 SkylandersPortalWindow: Directly connect slot in CreateSlotLayout Lioncash 2023-11-25 22:16:36 -05:00
  • 24c009f7ce SkylandersPortalWindow: Mark helpers as const/static where applicable Lioncash 2023-11-25 21:44:04 -05:00
  • 6d47d6c08e SkylandersPortalWindow: Remove unnecessary string conversions Lioncash 2023-11-25 21:31:56 -05:00
  • c16e98a31f
    Merge pull request #12323 from lioncash/virt Tilka 2023-11-26 00:54:11 +00:00
  • e3b1439e1b Vulkan: use EnumMap for blend factor luts (NFC) Tillmann Karras 2023-11-25 22:26:51 +00:00
  • 04011373f3 CustomAssetLibrary: Remove unnecessary qualifier in LoadInfo Lioncash 2023-11-25 18:01:42 -05:00
  • b85902ccb5 CustomAssetLibrary: Add virtual destructor Lioncash 2023-11-25 17:58:54 -05:00
  • 88cd618b4d
    Merge pull request #12322 from lioncash/guards Tilka 2023-11-25 23:01:07 +00:00
  • 644f7f6e55 WC24Send: Add missing header guard Lioncash 2023-11-25 17:48:18 -05:00
  • 715ba3cd0f NetPlaySetupDialog: Fix spacing in Connect tab Dentomologist 2023-11-25 13:12:29 -08:00
  • 76d605639b
    Merge pull request #11881 from JosJuice/aarch64-function-call Admiral H. Curtiss 2023-11-25 17:30:42 +01:00
  • 2f407fc854 JitArm64: Don't use farcode for conditional branch instructions JosJuice 2023-11-25 16:15:16 +01:00
  • ae4134ebc5 Change Sensor Bar Position Default to Bottom Patrick Ferry 2023-11-25 15:27:30 +00:00
  • 5bda811a00 Android: Remove HostThreadLocks that are no longer needed JosJuice 2023-11-25 13:43:04 +01:00
  • d89a0423d1
    Merge pull request #12310 from oltolm/update_cubeb Admiral H. Curtiss 2023-11-24 21:52:51 +01:00
  • afb4be1a90
    Merge pull request #12311 from kemenaran/fix-metal-adapter-unknown-selector Admiral H. Curtiss 2023-11-24 21:52:32 +01:00
  • 3b74a9195d
    Merge pull request #12313 from Tilka/gormiti Tilka 2023-11-24 20:38:35 +00:00
  • 921d4f1e60 GameSettings: port Gormiti black screen fix to PAL version Tillmann Karras 2023-11-24 19:14:30 +00:00
  • 0ecfaf3b9e
    Metal: enable concurrent compilation only if available Pierre de La Morinerie 2023-11-22 22:59:35 +01:00
  • feeac104d8
    Merge pull request #12304 from sepalani/pcap-io Admiral H. Curtiss 2023-11-23 19:26:00 +01:00
  • 91020ac4fa BBA/HLE: Fix random PCAP file corruption Sepalani 2023-11-19 01:17:46 +04:00
  • 937cb8ef3a
    Merge pull request #12299 from TryTwo/PR_bugfix_frame_advance Admiral H. Curtiss 2023-11-22 23:10:51 +01:00
  • ab76b15e05
    Merge pull request #12305 from SuperSamus/expr-buffer-size Admiral H. Curtiss 2023-11-22 23:05:55 +01:00
  • 1cfa29f090
    Merge pull request #12303 from Pokechu22/dsp-hle-aesnd-2023 Admiral H. Curtiss 2023-11-22 23:05:38 +01:00
  • 85133bbd8e
    Externals: Update cubeb to mozilla/cubeb@54217bca3f oltolm 2023-11-22 18:11:21 +01:00
  • 3a3a935b9a
    Merge pull request #12309 from Tilka/ios_crash Tilka 2023-11-21 12:37:22 +00:00
  • 77a1eaa740 IOS: fix crash when closing invalid file descriptor Tillmann Karras 2023-11-21 11:56:19 +00:00
  • f79c88f30b
    Merge pull request #12302 from JosJuice/jit-replace-vectors Tilka 2023-11-20 18:11:15 +00:00
  • 18c25b2385
    fix: aarch64 builds (#10) cobalt2727 2023-11-19 19:08:56 -06:00
  • 89d498548e Test: invalidate TMEM on GXTexModeSync Pokechu22 2023-11-19 16:34:17 -08:00
  • 321e5051db Externals: update xxhash to 0.8.2 as submodule; put in logic to ensure LZ4 which is also using xxhash does not clash when linking symbols iwubcode 2023-11-19 13:40:01 -06:00
  • 2d7a078d53 DSPHLE: Support 2023 libaesnd uCode Pokechu22 2023-11-18 12:56:23 -08:00
  • 5792eefdaf expr: increase size of varname Martino Fontana 2023-11-18 23:53:19 +01:00
  • c3c0c7dc1c Jit: Get rid of short-lived std::vectors JosJuice 2023-11-18 18:53:39 +01:00
  • dc0814ae46
    Merge pull request #12301 from Tilka/ax_volume Admiral H. Curtiss 2023-11-17 18:18:16 +01:00
  • da1bf29722 AX: fix envelope volume for Wii ucodes Tillmann Karras 2023-11-16 21:40:01 +00:00
  • b57ba42a55 Core::SetState() allow state to change without sending a callback. TryTwo 2023-11-16 11:07:37 -07:00
  • df8c0d2b39 Core::GetState() bugfix: remove forced incorrect state on frame advance. TryTwo 2023-11-16 10:41:53 -07:00
  • b40a824f92 Translation resources sync with Transifex JosJuice 2023-11-15 21:19:12 +01:00
  • 21e9cdfbd0 Also update IP in Android GUI Shoegzer 2023-11-15 13:50:54 -05:00
  • 6309aa0010
    Merge pull request #12175 from Sam-Belliveau/correct-area-sampling Admiral H. Curtiss 2023-11-15 01:49:45 +01:00
  • 1d848c554d Update default IP for HLE BBA Shoegzer 2023-11-14 15:00:06 -05:00
  • 3975d5e923
    Merge pull request #12176 from Filoppi/patch-22 Admiral H. Curtiss 2023-11-14 19:53:35 +01:00
  • a8fd938a06 Change paper white default to 203 to match the ITU Filoppi 2023-11-14 20:21:34 +02:00
  • 7894b40111
    Fix inner area sampling loop from going beyond bounds Sam Belliveau 2023-11-14 12:05:12 -05:00
  • 70e04ffbf5
    Update Present.cpp Filippo Tarpini 2023-11-14 14:21:58 +02:00
  • f6da9d1958
    Update Present.cpp Filippo Tarpini 2023-11-14 11:58:43 +02:00
  • 28a10fbe53
    Update Present.cpp Filippo Tarpini 2023-11-14 03:28:07 +02:00
  • ef38e2c372
    Update Present.cpp Filippo Tarpini 2023-11-14 03:09:25 +02:00
  • 4c08a46892
    Test Update Present.cpp Filippo Tarpini 2023-11-14 02:46:08 +02:00
  • 53a9fe1ec2 Video: make the "Auto" resolution setting also follow the max res setting, to avoid trying to create texture bigger than the maximum supported one Filoppi 2023-11-14 01:25:57 +02:00
  • f21d290ea9 Externals: Update MoltenVK to 1.2.6 OatmealDome 2023-11-13 16:22:05 -05:00
  • 6a9f565ac4 JitArm64: Optimize Arm64GPRCache::FlushRegisters/FlushCRRegisters JosJuice 2023-11-05 12:19:41 +01:00