Commit Graph

  • 6cd2f5a76d Merge pull request #8501 from lioncash/byteswap Léo Lam 2019-12-14 14:28:01 +01:00
  • 49fcc71565 Merge pull request #8506 from lioncash/cache Léo Lam 2019-12-14 14:25:06 +01:00
  • a980a39807 Merge pull request #8518 from stenzek/more-wiimote-reset-crashes Connor McLaughlin 2019-12-13 13:44:22 +10:00
  • 0cb3257d3f Merge pull request #8435 from firodj/pr-fix-macos-qt-plugin-cocoa spycrab 2019-12-10 17:41:02 +01:00
  • e5485ca499 Core: Reset wiimotes/rumble on emu thread instead of main thread Stenzek 2019-12-09 20:06:36 +10:00
  • c602cb2e2f Core: Reset memory watcher on same thread which allocates it Stenzek 2019-12-09 20:06:07 +10:00
  • 6f274092b6 Merge pull request #8517 from stenzek/fix-vulkan-d3d12 Connor McLaughlin 2019-12-09 19:47:34 +10:00
  • e05bc33899 Vulkan: Call VertexManagerBase initialize Stenzek 2019-12-09 19:16:15 +10:00
  • 07c43b192f D3D12: Call VertexManagerBase initialize Stenzek 2019-12-09 19:16:04 +10:00
  • a21fb96638 Merge pull request #8516 from JosJuice/scrub-unencrypted-again Anthony 2019-12-08 12:25:16 -08:00
  • 711b36075c Fix scrubbing unencrypted Wii disc images (for real this time) JosJuice 2019-12-08 19:40:57 +01:00
  • bac8c060b5 Merge pull request #8508 from lioncash/fmt-tex Anthony 2019-12-07 18:41:14 -08:00
  • 9ef50a1d4b Merge pull request #8509 from lioncash/shader-str Anthony 2019-12-07 18:40:56 -08:00
  • 19ea546a0a Merge pull request #8511 from lioncash/if-constexpr Anthony 2019-12-07 18:40:15 -08:00
  • fdb78b64e1 Merge pull request #8513 from lioncash/bounding-box Anthony 2019-12-07 18:40:02 -08:00
  • b39756dbce Merge pull request #8512 from lioncash/index Anthony 2019-12-07 18:38:06 -08:00
  • 345152b148 Android: update to Gradle 3.5.3 Simonx22 2019-12-06 12:13:53 -05:00
  • 5a5c46a8b1 Merge pull request #8514 from lioncash/sview JosJuice 2019-12-06 17:00:42 +01:00
  • 81edcca8db Common/Network: Use std::nullopt in StringToMacAddress Lioncash 2019-12-06 09:59:09 -05:00
  • cbfacc41ba Common/Network: Remove unused header inclusions Lioncash 2019-12-06 09:51:25 -05:00
  • f06461d208 Common/Network: Make StringToMacAddress use a string_view Lioncash 2019-12-06 09:43:42 -05:00
  • 2c9ec6cb8a VideoCommon/BoundingBox: Move PixelShaderManager::SetBoundingBoxActive() calls into Enable()/Disable() Lioncash 2019-12-05 11:55:21 -05:00
  • 9bd533ebe4 VideoCommon/BoundingBox: Make interface for querying bounding box data Lioncash 2019-12-05 10:58:03 -05:00
  • 10f7674651 VideoCommon/IndexGenerator: Eliminate static state Lioncash 2019-12-05 10:01:33 -05:00
  • 159947ab68 VideoCommon/IndexGenerator: Make use of if constexpr Lioncash 2019-12-05 09:52:16 -05:00
  • fb3fda775f VideoCommon/IndexGenerator: Move stateless functions into anonymous namespace Lioncash 2019-12-05 09:38:49 -05:00
  • 69f2ca2230 VideoCommon/IndexGenerator: Make use of anonymous namespace Lioncash 2019-12-05 09:36:39 -05:00
  • 1f46a6a64b VideoCommon/OpcodeDecoding: Make use of if constexpr Lioncash 2019-12-05 08:49:05 -05:00
  • 99353c3baa VideoCommon/OpcodeDecoding: Remove unused headers Lioncash 2019-12-05 08:47:22 -05:00
  • 6339a5ea8e VideoCommon/OpcodeDecoding: Resolve implicit signedness conversion Lioncash 2019-12-05 08:43:34 -05:00
  • 4710b82f43 VideoCommon/OpcodeDecoding: Remove use of goto in Run() Lioncash 2019-12-05 08:24:47 -05:00
  • f74503cce0 VideoCommon/OpcodeDecoding: Make use of anonymous namespace Lioncash 2019-12-05 08:20:34 -05:00
  • 6b4e340995 VideoCommon/OpcodeDecoding: Amend comment formatting Lioncash 2019-12-05 08:18:12 -05:00
  • b2a9c36501 VideoCommon/OpcodeDecoding: Move g_bRecordFifoData into namespace Lioncash 2019-12-05 08:11:52 -05:00
  • d8063e9c54 VideoCommon/OpcodeDecoding: Normalize variable naming Lioncash 2019-12-05 08:05:00 -05:00
  • f29730944f VideoCommon/FramebufferShaderGen: Make use of std::ostringstream internally Lioncash 2019-12-05 00:17:57 -05:00
  • fff445cc10 VideoCommon/FramebufferShaderGen: Make use of std::string_view where applicable Lioncash 2019-12-04 23:58:38 -05:00
  • 3405815f09 VideoCommon/FramebufferShaderGen: Remove unused Config struct Lioncash 2019-12-04 23:52:21 -05:00
  • 3a8d17c140 VideoCommon/FramebufferShaderGen: Use an anonymous namespace where applicable Lioncash 2019-12-04 23:51:23 -05:00
  • eefd6a10f5 VideoCommon/FramebufferShaderGen: Add missing initial source file comments Lioncash 2019-12-04 23:48:57 -05:00
  • f8c90f0484 VideoCommon/FramebufferShaderGen: Collapse stream insertions Lioncash 2019-12-04 23:29:11 -05:00
  • 965781ea9d Motion Input: Add nunchuk support. rlnilsen 2019-11-04 04:19:33 +01:00
  • 0f28f4049b VideoCommon/TextureConverterShaderGen: Convert over to fmt Lioncash 2019-12-03 04:28:33 -05:00
  • 8af6bfb8b0 VideoCommon/ShaderGenCommon: Add function for writing fmt-based strings Lioncash 2019-12-03 04:17:23 -05:00
  • 474e210cd5 PPCCache: Make arrays constexpr where applicable Lioncash 2019-12-02 23:36:13 -05:00
  • 1d5ce4708f PPCCache: Make use of std::array where applicable Lioncash 2019-12-02 23:19:00 -05:00
  • 15fc71cfcf Merge pull request #8498 from stenzek/update-vs2019 Connor McLaughlin 2019-12-03 13:03:49 +10:00
  • 0f6304ad34 Merge pull request #8504 from stenzek/fifoci-wiimote-crash Connor McLaughlin 2019-11-30 22:14:28 +10:00
  • 52e2e32193 Core: Only reset wiimotes in Wii mode Stenzek 2019-11-30 15:41:36 +10:00
  • ba8b5bea11 Merge pull request #8357 from KAMiKAZOW/patch-1 Connor McLaughlin 2019-11-30 14:14:49 +10:00
  • 33c0abd1ab Disable warning C5054 on DolphinQt Stenzek 2019-11-27 22:47:13 +10:00
  • ffd38ab6e9 Update Readme.md to specify VS2019 as a requirement Stenzek 2019-11-27 22:31:57 +10:00
  • dd23a1ee79 Update VS projects/solutions to VS2019 Stenzek 2019-11-07 14:42:37 +10:00
  • 4a0611df54 Merge pull request #8487 from lioncash/video-fmt Anthony 2019-11-28 15:03:23 -08:00
  • b5656df7e8 Merge pull request #8502 from lioncash/log Anthony 2019-11-28 15:01:49 -08:00
  • d9847fc249 Merge pull request #8497 from OatmealDome/touchscreen-decoupling Anthony 2019-11-28 14:58:55 -08:00
  • ef32a10d69 InputCommon: Decouple ButtonManager and Touchscreen from Android Changes were also made for codestyle compliance. OatmealDome 2019-11-27 01:34:01 -05:00
  • d9c78d54da Android: Use square stick calibration JosJuice 2019-11-28 18:35:50 +01:00
  • 7e64bdc85f Android: Clear preferences linked to WiimoteNew.ini when overwriting JosJuice 2019-11-28 18:35:44 +01:00
  • b793ee6521 Translation resources sync with Transifex JosJuice 2019-11-28 13:44:43 +01:00
  • c792961000 Common: Unify logging namespace with Common Lioncash 2019-11-28 04:19:24 -05:00
  • e33c366502 GCMemcard: Remove byteswapping macros Lioncash 2019-11-27 22:54:50 -05:00
  • 1f1a02151e GCMemcard: Replace ByteSwap with std::swap Lioncash 2019-11-27 22:49:23 -05:00
  • c2c8a14966 Merge pull request #8348 from JosJuice/mmu-setting Anthony 2019-11-27 16:04:40 -08:00
  • 9822a2d582 Merge pull request #8465 from CookiePLMonster/d3d-common-cleanup Anthony 2019-11-27 16:03:44 -08:00
  • 66ca83e6af Merge pull request #8479 from nokturnusmf/master Anthony 2019-11-27 15:57:54 -08:00
  • 41563aed21 Merge pull request #8491 from JosJuice/android-gc-adapter-crash Anthony 2019-11-27 15:53:07 -08:00
  • 6e0130351e Android: Fix crash on enabling GC adapter JosJuice 2019-11-24 20:42:21 +01:00
  • 155016531f Merge pull request #8439 from JosJuice/android-native-motion-controls Anthony 2019-11-27 15:40:43 -08:00
  • 34a1df1c68 Merge pull request #8493 from JosJuice/android-audio-volume Anthony 2019-11-27 15:36:54 -08:00
  • 8d814baf79 Merge pull request #8494 from JosJuice/android-checkbox-no-description Anthony 2019-11-27 15:35:29 -08:00
  • e33acc07f9 Merge pull request #8332 from CookiePLMonster/dsp-lle-deadlock Anthony 2019-11-27 15:34:34 -08:00
  • 44f85bbc5e Merge pull request #8496 from JosJuice/volumewii-check-decrypted-order Anthony 2019-11-27 15:33:43 -08:00
  • f20c1c2f8d Merge pull request #8499 from JosJuice/volumeverifier-super-paper-mario Anthony 2019-11-27 15:31:05 -08:00
  • 66220d3ae5 Merge pull request #8500 from JosJuice/export-wii-save-experimental Anthony 2019-11-27 15:29:07 -08:00
  • 59633f5309 VolumeVerifier: Detect broken Super Paper Mario JosJuice 2019-11-27 14:35:25 +01:00
  • 9938585702 DolphinQt: Remove "Experimental" from "Export Wii Save" JosJuice 2019-11-27 17:23:58 +01:00
  • cf8208ace9 Android: Add audio volume setting JosJuice 2019-11-24 21:34:50 +01:00
  • 23fc5f9e35 VolumeWii: Check SupportsReadWiiDecrypted before m_encrypted JosJuice 2019-11-26 18:57:44 +01:00
  • 70ee5234ba Merge pull request #8188 from JosJuice/android-game-details JosJuice 2019-11-25 11:31:37 +01:00
  • 8339793918 Android: Fix displaying checkbox settings with no description JosJuice 2019-11-25 00:14:40 +01:00
  • ac77df9e90 Merge pull request #8490 from vadosnaprimer/dumping Scott Mansell 2019-11-25 10:38:44 +13:00
  • 45ba745bc8 Merge pull request #8320 from CookiePLMonster/cpu-lock-yield-fix JosJuice 2019-11-24 20:12:04 +01:00
  • cb6a632c60 fix missing frame when you start another dump without closing dolphin feos 2019-11-04 21:17:01 +03:00
  • 15e6e7ddd2 figure out new segment on the fly right in FrameDump::Start() feos 2019-11-02 17:39:54 +03:00
  • 17a0336b53 Merge pull request #8489 from lioncash/ui-fmt Léo Lam 2019-11-24 12:08:58 +01:00
  • b28db1d4e6 UICommon: Make use of fmt where applicable Lioncash 2019-11-23 19:15:52 -05:00
  • ec895f544c Merge pull request #8486 from lioncash/dualshock Léo Lam 2019-11-24 00:46:19 +01:00
  • 3a2d3aa9d2 Merge pull request #8488 from tinyredpanda/simplify-wstring-conversion Léo Lam 2019-11-24 00:17:32 +01:00
  • 6fbbc2683e VideoCommon: Make use of fmt outside of shader generators Lioncash 2019-11-22 17:10:41 -05:00
  • 9639dde114 Address review comments on old code JosJuice 2019-10-21 19:12:27 +02:00
  • 8e2b12e1ea GameDetailsDialog: Use labels instead of icons JosJuice 2019-10-21 15:10:39 +02:00
  • 2e13353201 GameDetailsDialog: Convert layout to ConstraintLayout JosJuice 2019-10-21 14:42:57 +02:00
  • 4f1511043c GameDetailsDialog: Fix banner placeholder JosJuice 2019-06-16 12:04:06 +02:00
  • ec91674d07 GameDetailsDialog: Show game ID and revision JosJuice 2019-06-16 11:55:11 +02:00
  • 84e616337d GameDetailsDialog: Remove the screenshot ImageView JosJuice 2019-06-16 11:14:30 +02:00
  • 100e7e2b3d GameDetailsDialog: Hide description if empty JosJuice 2019-06-16 11:06:01 +02:00
  • 100f032e2f GameDetailsDialog: Don't use CircleImageView for banners JosJuice 2019-06-16 10:37:15 +02:00
  • fcb96a179d GameDetailsDialog: Actually load the banner JosJuice 2019-06-16 10:23:05 +02:00
  • c2952c466f Bring back game banner loading code deleted in 3f21975 JosJuice 2019-06-16 10:00:04 +02:00