Commit Graph

  • e9c6c13886 msbuild: Move DivUtils to DolphinLib.props Pokechu22 2021-08-31 22:48:07 -07:00
  • 15566048f0 DVDInterface: Migrate bitfields over to Common::BitField Lioncash 2021-08-31 17:15:38 -04:00
  • e68b9de62c SI: Migrate bitfields to Common::BitField Lioncash 2021-08-31 15:43:52 -04:00
  • 32c7524f4d
    Merge pull request #10021 from Dentomologist/make_windows_tabbar_scroll_buttons_opaque Léo Lam 2021-08-31 19:18:03 +02:00
  • c3dadd140b
    Merge pull request #10074 from lioncash/pte Léo Lam 2021-08-31 19:17:08 +02:00
  • ef358a122a
    Merge pull request #10075 from lioncash/memcheck Léo Lam 2021-08-31 19:06:33 +02:00
  • ed0aa5928f Gekko: Remove unused UReg_PTE Lioncash 2021-08-31 12:04:07 -04:00
  • 029aff0741 MMU: Remove now-unused defines Lioncash 2021-08-31 11:13:42 -04:00
  • 7a6b63b309 MMU: Don't truncate 64-bit values when calling Memcheck() Lioncash 2021-08-31 11:35:10 -04:00
  • 1fa1e7135c DolphinQt: Make Windows tab bar scroll buttons opaque Dentomologist 2021-08-11 11:33:59 -07:00
  • a8ebca4fc6 MMU: Invert conditionals in Memcheck() Lioncash 2021-08-31 11:30:55 -04:00
  • ee40b640d3 MMU: Make use of UPTE_Lo and UReg_SR in TranslatePageAddress() Lioncash 2021-08-31 10:52:49 -04:00
  • e687569e02 Gekko: Add union for segment registers Lioncash 2021-08-31 10:38:08 -04:00
  • 755c599c83 Translation resources sync with Transifex JosJuice 2021-08-31 16:42:26 +02:00
  • 75840f62ff MMU: Make use of UReg_SDR1 in SDRUpdated() Lioncash 2021-08-31 10:20:54 -04:00
  • 1c776d8c1a MMU: Move invalidation logic into the TLBEntry struct Lioncash 2021-08-31 10:04:42 -04:00
  • 3216040bfe MMU: Remove implicit sign conversions and truncation in UpdateTLBEntry Lioncash 2021-08-31 09:55:13 -04:00
  • c008b1c335 MMU: Move UPTE1/UPTE2 unions into Gekko.h Lioncash 2021-08-31 09:43:37 -04:00
  • 65e131ef5f MMU: Convert PTE unions over to Common::BitField Lioncash 2021-08-31 09:33:23 -04:00
  • c5becb4a7e
    Merge pull request #10040 from JosJuice/simplify-mcrfs Léo Lam 2021-08-31 15:31:54 +02:00
  • d1048f390e
    Merge pull request #10073 from JosJuice/revert-10025 Léo Lam 2021-08-31 12:18:25 +02:00
  • e376a985e4 Revert "DolphinQt: Minor consistency fixes for the Settings window" JosJuice 2021-08-31 09:15:03 +02:00
  • e69f7e7c77
    Merge pull request #10072 from Tilka/dsp_cycles Tilka 2021-08-31 03:54:06 +01:00
  • 72ca41b9bf DSPInterpreter: fix off-by-one errors in cycle counting Tillmann Karras 2021-08-31 01:46:49 +01:00
  • c2c30b4d50
    Merge pull request #10026 from PatrickFerry/ini-fixes-3 Léo Lam 2021-08-31 02:12:01 +02:00
  • 8ecb0447b6
    Merge pull request #10025 from mbc07/gui-fixes-settings Léo Lam 2021-08-31 01:43:02 +02:00
  • 48339afb98
    Merge pull request #10041 from lioncash/conv Léo Lam 2021-08-31 01:07:27 +02:00
  • 95fcedeef3
    Merge pull request #10053 from lioncash/kdreq Léo Lam 2021-08-31 00:45:17 +02:00
  • 1fa74ab824
    Merge pull request #10058 from AdmiralCurtiss/dsp-cleanup Léo Lam 2021-08-31 00:16:54 +02:00
  • f592565532 DSPHLE/AX: Reload resampling coefficients on savestate load if necessary. Admiral H. Curtiss 2021-08-27 03:07:27 +02:00
  • 271612f328
    Merge pull request #10064 from lioncash/regs Léo Lam 2021-08-30 23:19:17 +02:00
  • d7109b149b
    Merge pull request #10066 from leoetlino/abort-on-panic-alert-option Léo Lam 2021-08-30 22:43:21 +02:00
  • 16a903890c
    Merge pull request #10071 from JMC47/scoobyvertexrounding Léo Lam 2021-08-30 22:41:44 +02:00
  • 6659f8019e
    Merge pull request #10035 from JosJuice/jitarm64-dcbx-in-loop Léo Lam 2021-08-30 22:39:20 +02:00
  • d94aa913f5
    Merge pull request #10065 from iwubcode/graphics-debug-details Léo Lam 2021-08-30 21:00:24 +02:00
  • 1f2f505373 VideoBackends / VideoCommon: allow the ability to set debug names for shaders / textures. These names are visible in applications like RenderDoc iwubcode 2021-08-28 00:30:05 -05:00
  • 9b83cf3e7f
    Merge pull request #10069 from leoetlino/clang-format-12 JosJuice 2021-08-30 09:13:15 +02:00
  • 3d00bc3b13 GameINI: Add Vertex Rounding to Scooby-Doo: NoOF JMC47 2021-08-30 02:50:51 -04:00
  • 815b590dfe
    Update clang-format to version 12 Léo Lam 2021-08-30 00:17:24 +02:00
  • 86f2c7889d
    Merge pull request #8932 from sepalani/cw-map Léo Lam 2021-08-29 23:28:09 +02:00
  • ef98f209a2
    IOS: Add missing writes of low MEM1 constants Léo Lam 2021-08-29 22:43:57 +02:00
  • dbf8e27d7f Gekko: Convert UReg_PTE over to using Common::BitField Lioncash 2021-08-27 11:30:04 -04:00
  • e4e1b6064d Gekko: Convert UReg_THRM3 over to using Common::BitField Lioncash 2021-08-27 11:26:49 -04:00
  • 11e76e1f67 Gekko: Convert UReg_THRM12 over to using Common::BitField Lioncash 2021-08-27 11:25:38 -04:00
  • 12b87922fb Gekko: Convert UReg_BAT_Lo over to using Common::BitField Lioncash 2021-08-27 11:23:47 -04:00
  • b4496e6653 Gekko: Convert UReg_BAT_Up over to using Common::BitField Lioncash 2021-08-27 11:22:13 -04:00
  • 006fc99e8e
    Merge pull request #8901 from sepalani/dns-async JMC47 2021-08-29 05:12:13 -04:00
  • e091c2e817
    Add an option to abort when a panic alert occurs Léo Lam 2021-08-29 01:53:12 +02:00
  • 9d45bac175 DolphinQt: Minor consistency fixes for the Settings window Mateus B. Cassiano 2021-08-28 16:45:22 -04:00
  • b90008aadb Split out code for serializing/deserializing cheat lines JosJuice 2021-08-05 19:05:12 +02:00
  • fb96ecb7da Move patch saving code to PatchEngine JosJuice 2021-06-21 19:56:27 +02:00
  • c4bc46c252 GameSettings: Enable SyncGPU and Add Commented Out Accuracy Option for Another Code: R - A Journey into Lost Memories Patrick Ferry 2021-08-28 15:37:15 +01:00
  • 1e4ecfe3d4 Gekko: Convert UReg_DMAL over to using Common::BitField Lioncash 2021-08-27 11:20:37 -04:00
  • 474e09c239 Gekko: Convert UReg_DMAU over to using Common::BitField Lioncash 2021-08-27 11:19:21 -04:00
  • a126821d5e Gekko: Convert UReg_WPAR over to using Common::BitField Lioncash 2021-08-27 11:18:03 -04:00
  • 8ac079a647 Gekko: Convert UReg_MMCR1 over to using Common::BitField Lioncash 2021-08-27 11:16:41 -04:00
  • 300f7c10bd Gekko: Convert UReg_MMCR0 over to using Common::BitField Lioncash 2021-08-27 11:15:15 -04:00
  • 1ec3768b84 Gekko: Convert UReg_SDR1 over to using Common::BitField Lioncash 2021-08-27 11:12:24 -04:00
  • 9e183e63f1 Gekko: Convert UReg_HID4 over to using Common::BitField Lioncash 2021-08-27 11:10:22 -04:00
  • 6ab2e5ab16 Gekko: Convert UReg_HID2 over to using Common::BitField Lioncash 2021-08-27 11:08:14 -04:00
  • 02ec9c3b50 Gekko: Convert UReg_HID0 over to using Common::BitField Lioncash 2021-08-27 11:05:07 -04:00
  • 4591246608 Gekko: Convert UReg_FPSCR over to using Common::BitField Lioncash 2021-08-27 11:01:32 -04:00
  • 4ecdcc9d78 Gekko: Convert UReg_MSR over to using Common::BitField Lioncash 2021-08-27 10:54:49 -04:00
  • 1863212d94 Gekko: Convert UReg_XER over to using Common::BitField Lioncash 2021-08-27 10:46:38 -04:00
  • 4816195366
    Merge pull request #10054 from JosJuice/android-game-cache-lock Mai M 2021-08-27 10:15:25 -04:00
  • 7d88354659
    Merge pull request #10061 from JosJuice/jitwidget-div-zero Mai M 2021-08-27 10:13:52 -04:00
  • df32a43e8f
    Merge pull request #10062 from krnlyng/twi_flags Mai M 2021-08-27 10:13:05 -04:00
  • 9cd878218c Interpreter_Tables: specify FL_IN_A for twi. Franz-Josef Haider 2021-08-27 16:55:19 +03:00
  • f17584fc06 DolphinQt: Fix divide by zero in JITWidget::Update JosJuice 2021-08-27 10:30:18 +02:00
  • a4d4dc82d4 DSPHLE/AX: Use in-class initialization. Admiral H. Curtiss 2021-08-27 03:00:13 +02:00
  • feefc17b02 JitArm64: divwx - Optimize comparisons to 0x80000000 JosJuice 2021-08-21 20:28:18 +02:00
  • 91b112b984 JitArm64: divwx - Optimize division by 2 JosJuice 2021-08-21 18:59:55 +02:00
  • 9889e7eb33 JitArm64: divwx - Optimize power-of-two divisors JosJuice 2021-08-21 18:47:31 +02:00
  • eb8581c26d JitArm64: divwx - Optimize constant divisor JosJuice 2021-08-21 18:00:51 +02:00
  • f8e97f5a8a JitArm64: divwx - Special case dividend == 0 JosJuice 2021-08-21 16:31:25 +02:00
  • 09cdb076a3 JitArm64: divwx - Optimize constant dividend JosJuice 2021-08-21 16:28:51 +02:00
  • 559de262a1
    Merge pull request #10059 from JosJuice/wia-segment-t Tilka 2021-08-26 10:31:33 +01:00
  • b3d57eb25f docs: Fix incorrect reference to wia_exception_t JosJuice 2021-08-26 11:24:56 +02:00
  • 83ba17fc25 DSPHLE: Set m_dsp_control to a consistent value in Initialize(). Admiral H. Curtiss 2021-08-25 23:10:16 +02:00
  • 54125516bb DSPHLE: Remove unused members. Admiral H. Curtiss 2021-08-25 23:02:04 +02:00
  • 3c0d4b7d8f NetKDTime: Eliminate implicit sign conversions Lioncash 2021-08-24 08:13:23 -04:00
  • caba81ad3b NetKDTime: Move internal IOCtl values into IOCtl function Lioncash 2021-08-24 08:08:36 -04:00
  • 6268ee44a1 NWC24Config: Provide name for unk_04 config member Lioncash 2021-08-24 08:23:02 -04:00
  • a60af199d8 NWC24Config: Move array length constants into the private part of the class Lioncash 2021-08-24 08:04:27 -04:00
  • bc939df69c NWC24Config: Make creation stage an enum class Lioncash 2021-08-24 08:02:04 -04:00
  • 82371b89fc NetKDRequest: Remove unused include Lioncash 2021-08-24 07:38:30 -04:00
  • e65363f05f NetKDRequest: Make use of constexpr arrays containing pairs instead of maps Lioncash 2021-08-24 07:35:02 -04:00
  • 8c67f13256 ResourcePackManager: Translate unknown author string Lioncash 2021-08-24 11:31:05 -04:00
  • 89ceef2a8a MainWindow: Use MainWindow variant of tr() Lioncash 2021-08-24 11:13:53 -04:00
  • 47b40698bb MainWindow: Fix typo in resource pack initialization error message Lioncash 2021-08-24 11:10:47 -04:00
  • 75b68c9e96 GBAWidget: Add ellipses for option selections that require more input Lioncash 2021-08-24 10:43:32 -04:00
  • a65fcb5e5b ConvertDialog: Provide complete translation string for conversion Lioncash 2021-08-24 10:21:51 -04:00
  • 70399955a0 CheatsManager: Make use of plural variant of tr() Lioncash 2021-08-24 10:14:56 -04:00
  • 719930bb39 Android: Add fast path to addOrGet JosJuice 2021-08-24 15:24:52 +02:00
  • fb265b610d Android: Don't hold gameFileCache lock during updateAdditionalMetadata JosJuice 2021-08-24 15:07:15 +02:00
  • bba33c7ced Android: Don't hold gameFileCache lock while finding games JosJuice 2021-08-24 14:36:08 +02:00
  • 7688db3cd3
    Merge pull request #10047 from Dentomologist/remove_windows_help_buttons Mai M 2021-08-24 08:34:31 -04:00
  • 922f53e16e
    Merge pull request #10049 from JosJuice/jitarm64-fault-to-handler Mai M 2021-08-24 08:33:58 -04:00
  • 19f8e39929
    Merge pull request #10051 from Pokechu22/dsp-jit-revert-acs-extension Mai M 2021-08-24 08:33:32 -04:00
  • b49bd76d91 NetKDRequest: Fix typo in IOCtl enum names (schedular -> scheduler) Lioncash 2021-08-24 07:28:20 -04:00