Commit Graph

  • ca443d7f89 Fix Windows ARM64 debug build errors mitaclaw 2023-12-17 11:27:28 -08:00
  • dc60bc5f1e JitArm64: Improve codegen in ANDI2R and friends JosJuice 2023-12-17 17:51:46 +01:00
  • a8e1e1ae48 JitArm64: Optimize additional cases of ANDI2R and friends JosJuice 2023-12-17 17:24:13 +01:00
  • 6303416201 JitArm64: Optimize ANDI2R and friends to no-ops when possible JosJuice 2023-12-17 17:15:03 +01:00
  • 26de2a7feb JitArm64: Call rlwinmx implementation from rlwnmx with imm b JosJuice 2023-12-17 17:00:41 +01:00
  • dcc674febd GameSettings: fix C4 texture tiling in Crash Nitro Kart Tillmann Karras 2023-12-17 14:44:31 +00:00
  • e6c85bf8f0 Merge pull request #12428 from JosJuice/jitarm64-rlwinmx-shift-only Mai 2023-12-17 10:45:59 -05:00
  • 519234949e Merge pull request #12429 from JosJuice/jitarm64-mtsrin-64-bit Mai 2023-12-17 10:45:36 -05:00
  • 18f9b966a0 Merge pull request #12358 from rsgnz/master Tilka 2023-12-17 09:50:41 +00:00
  • 773ffd04b8 Merge pull request #11497 from vyuuui/debugger_assembler_ui Tilka 2023-12-16 21:15:31 +00:00
  • f5951c9f45 JitArm64: Use 64-bit register for address in mtsrin JosJuice 2023-12-16 19:58:09 +01:00
  • b5a95b7804 JitArm64: Add rlwinmx case for only shifting JosJuice 2023-12-16 17:34:33 +01:00
  • 190c4e8cda Merge pull request #12427 from JosJuice/jitarm64-msr-updated-logical-imm Admiral H. Curtiss 2023-12-16 17:22:23 +01:00
  • e0eb4ef5bc JitArm64: Use enum class for LogicalImm size parameter JosJuice 2023-12-16 13:27:13 +01:00
  • 36cb8110f4 Merge pull request #12346 from iwubcode/arb_mipmaps_default_off Admiral H. Curtiss 2023-12-16 16:23:10 +01:00
  • 064b23b25b JitArm64: Fix MSRUpdated(ARM64Reg) with FEATURE_FLAG_PERFMON set JosJuice 2023-12-16 12:07:11 +01:00
  • 4b459294b0 Merge pull request #12414 from LillyJadeKatrin/retroachievements-bugfix Admiral H. Curtiss 2023-12-16 05:33:43 +01:00
  • 3ee44bc565 Merge pull request #12416 from lioncash/expr Admiral H. Curtiss 2023-12-16 05:10:06 +01:00
  • 1daaaf8c26 Merge pull request #12425 from Naim2000/no-install-wad Admiral H. Curtiss 2023-12-16 05:09:26 +01:00
  • 8f9102f5e5 Disable importing/exporting Wii saves while emulation is running Naim2000 2023-12-15 10:15:21 -05:00
  • c159e4fb7a Merge pull request #12420 from OatmealDome/mtl-oob OatmealDome 2023-12-15 17:12:31 -05:00
  • 12dd15c8dd VideoBackends / VideoCommon: add type enum to dictate whether a texture is a 2D texture, a texture array, or a cube map; support 2D texture type across backends iwubcode 2023-12-09 19:00:11 -06:00
  • efd0c5b07e Disable "Install WAD" while emulation is running Naim2000 2023-08-11 17:46:51 -05:00
  • c8c9928eb1 DolphinQt/Assembler: improve translatability Tillmann Karras 2023-12-15 00:16:13 +00:00
  • 370474a7cb Merge pull request #12422 from lioncash/global Admiral H. Curtiss 2023-12-14 23:27:10 +01:00
  • f777a584c1 Merge pull request #12423 from lioncash/mios Tilka 2023-12-14 22:19:11 +00:00
  • e8f8cf0740 Merge pull request #12424 from lioncash/cpumanager Tilka 2023-12-14 22:18:06 +00:00
  • 27806d8d7b WiiNetConfig: Eliminate usages of the global system accessor Lioncash 2023-12-14 15:54:31 -05:00
  • 1573b50bb3 HW/CPU: Remove remaining global system accessors Lioncash 2023-12-14 16:14:57 -05:00
  • 5e9763c0fa IOS/MIOS: Eliminate global system accessors Lioncash 2023-12-14 16:05:57 -05:00
  • 84ac561e46 Merge pull request #12421 from lioncash/fwd JosJuice 2023-12-14 21:21:59 +01:00
  • e34bfe0f72 Merge pull request #12419 from lioncash/conf JosJuice 2023-12-14 20:47:27 +01:00
  • 88431cfbca WC24PatchEngine: Make GetNetworkPatch() take a std::string_view Lioncash 2023-12-14 14:18:38 -05:00
  • fa70a8fd01 WC24PatchEngine: Make a few functions internally linked Lioncash 2023-12-14 14:10:51 -05:00
  • 438c48912b MTLStateTracker: Increase fragment buffer array size to 3 OatmealDome 2023-12-14 14:17:07 -05:00
  • 14abdab314 SysConf: std::move fs pointer in constructor Lioncash 2023-12-14 14:01:15 -05:00
  • 38752c91af Merge pull request #12418 from lioncash/fifo JosJuice 2023-12-14 19:56:32 +01:00
  • 15a37edfdb Merge pull request #12417 from lioncash/fallthrough JosJuice 2023-12-14 19:55:53 +01:00
  • a20b4b5669 DolphinQt/Host: Convert inclusion of Fifo.cpp to Fifo.h Lioncash 2023-12-14 05:24:06 -05:00
  • 6bbdf36a7b GameListModel: Remove fallthrough in data() Lioncash 2023-12-14 04:25:37 -05:00
  • 5450b64951 Externals/expr: Resolve -Wshadow warning Lioncash 2023-12-13 15:29:25 -05:00
  • fe014dac06 Merge pull request #12369 from t895/coil-cache JosJuice 2023-12-13 21:11:59 +01:00
  • cdf4193e67 Merge pull request #12410 from lioncash/ignored Tilka 2023-12-13 18:39:22 +00:00
  • dbc792a3ec Common/Crypto/SHA1: Resolve -Wignored-attributes warnings Lioncash 2023-12-12 19:42:14 -05:00
  • bced5fac18 Common/Crypto/AES: Resolve -Wignored-attributes warnings Lioncash 2023-12-12 19:21:33 -05:00
  • b5d8498346 Merge pull request #12415 from lioncash/buffer Tilka 2023-12-13 15:57:40 +00:00
  • 2e558d87ef Merge pull request #12413 from lioncash/doc Tilka 2023-12-13 15:54:36 +00:00
  • df922afdbb Merge pull request #12412 from lioncash/maybe Tilka 2023-12-13 15:52:32 +00:00
  • 52a144745d Merge pull request #12408 from lioncash/enums Tilka 2023-12-13 15:48:12 +00:00
  • dfb2783c25 GBAWidget: Add missing override specifiers Lioncash 2023-12-13 10:07:17 -05:00
  • 67a06d17b1 GBAWidget: Use std::span with SetVideoBuffer() Lioncash 2023-12-13 10:04:44 -05:00
  • aa3e1e2324 Retroachievements - Fixed Login Checks LillyJadeKatrin 2023-12-13 04:05:51 -05:00
  • feb831a781 Added assembler files to windows build vyuuui 2023-01-28 07:37:30 -08:00
  • 00e94d3630 Added tests vyuuui 2023-01-27 04:37:39 -08:00
  • 0905ffd043 Add icons for assembler widget vyuuui 2023-01-24 02:01:01 -08:00
  • 38c15df464 Parser and Assembler implementations vyuuui 2022-12-18 00:43:28 -08:00
  • e27a4b5d72 Externals/mbedtls: Disable -Wdocumentation related warnings Lioncash 2023-12-12 21:53:13 -05:00
  • 3f06d32dcd Merge pull request #12411 from lioncash/build Admiral H. Curtiss 2023-12-13 03:14:41 +01:00
  • ecd7fa4380 DSPInterpreter: Mark IsProperlySignExtended() as [[maybe_unused]] Lioncash 2023-12-12 20:39:01 -05:00
  • e06480a8ab Software/SWGfx: Default destructor in cpp file Lioncash 2023-12-12 20:33:41 -05:00
  • b1d9e13d75 VideoCommon: prepare graphics mods for custom shader material data iwubcode 2023-12-12 17:56:26 -06:00
  • 7b57a4a37d Merge pull request #12407 from lioncash/unused2 Tilka 2023-12-12 23:38:47 +00:00
  • ea3033731d Merge pull request #12240 from iwubcode/material_asset_additional_properties Mai 2023-12-12 18:38:20 -05:00
  • 022b0a00a2 Merge pull request #12406 from Tilka/xf_assert_msg Mai 2023-12-12 18:36:28 -05:00
  • 91f691296c IOS/Crypto/Sha: Handle ShaCommandUnknown in IOCtlV Lioncash 2023-12-12 17:42:34 -05:00
  • 5b4b8dba61 VideoCommon: add message to XF load assert Tillmann Karras 2023-12-11 15:59:40 +00:00
  • c14b3539c9 CPUThreadConfigCallback: Mark static ID as [[maybe_unused]] Lioncash 2023-12-12 17:30:34 -05:00
  • 53a51a6f1b Merge pull request #12405 from lioncash/shadow2 Tilka 2023-12-12 22:20:23 +00:00
  • 8c99198251 Merge pull request #12404 from lioncash/guard Tilka 2023-12-12 22:18:26 +00:00
  • e883bbc57a ConfigFloatSlider: Resolve -Wshadow warning Lioncash 2023-12-12 17:07:34 -05:00
  • 79c84c98ed WC24PatchEngine: Resolve -Wshadow warning Lioncash 2023-12-12 17:03:39 -05:00
  • 81d5370141 HLE_OS: Resolve -Wshadow warnings Lioncash 2023-12-12 17:01:29 -05:00
  • a812a1f938 LightingShaderGen: Resolve -Wshadow warnings Lioncash 2023-12-12 16:55:04 -05:00
  • 6184ec655e Merge pull request #12403 from lioncash/uninit Tilka 2023-12-12 21:49:01 +00:00
  • 995eb779fa Merge pull request #12402 from lioncash/shadow Tilka 2023-12-12 21:42:21 +00:00
  • 915e43dfba CheatSearchWidget: Make use of CPUThreadGuard parameter in UpdateTableRows Lioncash 2023-12-12 16:40:58 -05:00
  • b4bfc4feba Merge pull request #12401 from AdmiralCurtiss/feature-flag-fix Tilka 2023-12-12 20:56:04 +00:00
  • 8cbb2c2e44 Merge pull request #12399 from lioncash/erasing Tilka 2023-12-12 20:54:52 +00:00
  • 99959944eb Merge pull request #12376 from lioncash/span2 Tilka 2023-12-12 20:50:17 +00:00
  • 4d98c237c7 Merge pull request #12371 from lioncash/span Tilka 2023-12-12 20:47:08 +00:00
  • b0b1308160 PPCDebugInterface: Silence trivial -Wmaybe-uninitialized warning Lioncash 2023-12-12 15:41:46 -05:00
  • 7588f5e2da Merge pull request #12395 from lioncash/test Tilka 2023-12-12 20:40:49 +00:00
  • 18032f19a5 AchievementManager: Resolve -Wshadow warnings Lioncash 2023-12-12 15:36:37 -05:00
  • c1957ac169 JitCommon: Fix feature_flags truncation in index calculation. Admiral H. Curtiss 2023-12-12 21:16:29 +01:00
  • c92e402454 Merge pull request #12398 from lioncash/parse Tilka 2023-12-12 20:07:44 +00:00
  • 198a53e7df Merge pull request #12397 from lioncash/asset Tilka 2023-12-12 20:02:44 +00:00
  • 87b44a2fb8 Merge pull request #12400 from lioncash/expparse Tilka 2023-12-12 19:17:29 +00:00
  • ded2d55438 ExpressionParser: Avoid some miscellaneous copies Lioncash 2023-12-12 14:03:39 -05:00
  • a5bbeb721a ExpressionParser: Mark constructors explicit where applicable Lioncash 2023-12-12 14:00:17 -05:00
  • ea71a76ea9 ExpressionParser: Pass control qualifiers by const reference Lioncash 2023-12-12 13:50:44 -05:00
  • 9aea481e59 ExpressionParser: Make use of std::erase_if Lioncash 2023-12-12 13:31:58 -05:00
  • 196f8e5123 MappingCommon: Make use of std::erase_if Lioncash 2023-12-12 13:31:18 -05:00
  • 888a8692b4 SysConf: Make use of std::erase_if Lioncash 2023-12-12 13:30:39 -05:00
  • 01d15994fe PatchEngine: Make use of std::erase Lioncash 2023-12-12 13:30:08 -05:00
  • e69ac2d43e Socket: Make use of std::erase_if Lioncash 2023-12-12 13:29:33 -05:00
  • 96eac73d11 NetKDRequest: Make use of std::erase Lioncash 2023-12-12 13:27:54 -05:00
  • e7f7dde546 Formats: Make use of std::erase_if Lioncash 2023-12-12 13:27:17 -05:00
  • df227aa03c I2CBus: Make use of std::erase_if Lioncash 2023-12-12 13:26:47 -05:00
  • ff0e7fbf08 GeckoCodeConfig: Make use of std::erase_if Lioncash 2023-12-12 13:26:16 -05:00
  • 84ae0c1c7e ActionReplay: Make use of std::erase_if Lioncash 2023-12-12 13:25:26 -05:00