Commit Graph

  • a50b53c37e
    Merge pull request #8260 from chungy/master Connor McLaughlin 2019-08-09 23:07:20 +10:00
  • f64f4a08c8
    Merge pull request #8290 from lioncash/const-fn Connor McLaughlin 2019-08-09 23:05:48 +10:00
  • ec1fe41eb2
    Merge pull request #8298 from CookiePLMonster/win-updater-hide-fix Connor McLaughlin 2019-08-09 23:04:53 +10:00
  • 7c1ca1fda1
    Merge pull request #8306 from JosJuice/volumeverifier-dialog Connor McLaughlin 2019-08-09 23:02:00 +10:00
  • cd02ca17ce VolumeVerifier: Allocate QProgressDialog on stack JosJuice 2019-08-09 14:33:24 +02:00
  • e87a3f91a9
    Merge pull request #8303 from JosJuice/volumeverifier-very-small Connor McLaughlin 2019-08-09 22:16:33 +10:00
  • 2df522d4eb
    Merge pull request #8299 from JosJuice/volumeverifier-performance Connor McLaughlin 2019-08-09 22:10:09 +10:00
  • 22ed2c0e0c
    Merge pull request #8269 from lioncash/osd-move Connor McLaughlin 2019-08-08 12:38:44 +10:00
  • e5a4a86f59
    Merge pull request #8297 from Miksel12/bugreport-qt Connor McLaughlin 2019-08-08 12:27:05 +10:00
  • 1bd8f03362
    Merge pull request #8271 from lioncash/qstring Connor McLaughlin 2019-08-08 12:25:30 +10:00
  • 1092efa77a
    Merge pull request #8276 from stenzek/adreno-efb-access Connor McLaughlin 2019-08-08 12:23:27 +10:00
  • 9477c8b0ed
    Merge pull request #8293 from lioncash/ref Connor McLaughlin 2019-08-08 12:17:26 +10:00
  • 107291dc5a Fix problems with running VolumeVerifier on very small disc images JosJuice 2019-08-07 10:34:52 +02:00
  • 2d316196c9
    Merge pull request #8288 from allanxp4/master JosJuice 2019-08-07 11:54:47 +02:00
  • 8e79705854
    WinUpdater: Wait in UI::Init until window is done creating to avoid losing UI::SetVisible signals Silent 2019-08-05 21:47:53 +02:00
  • 20891882f5 Update WiiWare INIs Miksel12 2019-08-06 19:03:35 +02:00
  • 34fb608dd6 VolumeVerifier: Multithreading JosJuice 2019-08-06 11:39:09 +02:00
  • f754a1a548 VolumeVerifier: Don't read data multiple times JosJuice 2019-08-05 13:58:27 +02:00
  • f70efbb963
    WinUpdater: Create updater window as hidden by default Silent 2019-08-05 21:46:00 +02:00
  • 7c892c0c6e Use valid IR calibration data Pokechu22 2019-08-04 17:35:47 -07:00
  • 03b20c702d DolphinQt: Add bug tracker button Mike Kuijl 2019-08-05 16:51:02 +02:00
  • 24718c1a38
    Merge pull request #8294 from lioncash/render-const Connor McLaughlin 2019-08-05 16:25:21 +10:00
  • 161a43d43e
    Merge pull request #8295 from lioncash/tex-cache-global Connor McLaughlin 2019-08-05 16:23:24 +10:00
  • 049d5ed443
    Merge pull request #8291 from JosJuice/android-delete-game-ini-more-warning Connor McLaughlin 2019-08-05 16:22:14 +10:00
  • 07aa18eb2b VideoCommon/TextureCacheBase: Collapse for loop into a fill() in Invalidate() Lioncash 2019-08-04 23:30:24 -04:00
  • d52dd2e04f VideoCommon/TextureCacheBase: Use emplace_back where applicable Lioncash 2019-08-04 23:28:11 -04:00
  • fd12ae1408 VideoCommon/TextureCacheBase: Remove use of the texture cache global Lioncash 2019-08-04 23:23:02 -04:00
  • 7366b4281f VideoCommon/RenderBase: Remove dependency on renderer global within renderer Lioncash 2019-08-04 23:01:16 -04:00
  • cfdfbbff38 VideoCommon/RenderBase: Use structured bindings where applicable Lioncash 2019-08-04 22:57:12 -04:00
  • dd5b8895fe VideoCommon/RenderBase: Make functions const where applicable Lioncash 2019-08-04 22:45:25 -04:00
  • 86a651e27f VideoCommon/TextureCacheBase: Remove dependence on global variables from OnConfigChanged() Lioncash 2019-08-04 22:33:15 -04:00
  • 7d017be666 VideoCommon/TextureCacheBase: Make OnConfigChanged's parameter a const reference Lioncash 2019-08-04 22:31:25 -04:00
  • 4261e8d892 Android: Add a bit more warning to the game INI deletion prompt JosJuice 2019-08-04 19:31:56 +02:00
  • 7029ebd97b Fix for crash when switching to landscape mode https://bugs.dolphin-emu.org/issues/10815 Allan 2019-08-04 01:05:44 -03:00
  • 8285a94d93 UICommon/NetPlayIndex: Take std::vector by const reference in ParseResponse() Lioncash 2019-08-04 12:36:49 -04:00
  • 75f3656804 UICommon/NetPlayIndex: Use a std::string_view for EncryptID()/DecryptID() Lioncash 2019-08-04 12:32:29 -04:00
  • 2830fe820d UICommon/NetPlayIndex: Take NetPlaySession by const reference for Add() Lioncash 2019-08-04 12:29:15 -04:00
  • 0a67a40e7c UICommon/NetPlayIndex: Move NetPlaySession variable closer to its usage point in List() Lioncash 2019-08-04 12:24:01 -04:00
  • 13292563ee UICommon/NetPlayIndex: Use std::move within SetErrorCallback() Lioncash 2019-08-04 12:19:18 -04:00
  • 5220922a22 UICommon/NetPlayIndex: Allow move semantics in SetGame() Lioncash 2019-08-04 12:16:16 -04:00
  • 7f6abfb0bf
    Merge pull request #8289 from Miksel12/nunchuk-reorder JosJuice 2019-08-04 15:42:32 +02:00
  • 9395d7ea08 DolphinQt: Reorder nunchuk mapping Miksel12 2019-08-04 13:56:14 +02:00
  • d3151d8808
    Merge pull request #8278 from Miksel12/qt-changes Connor McLaughlin 2019-08-04 20:28:17 +10:00
  • 7de6b57c13
    Merge pull request #8284 from stenzek/logic-op-hack Connor McLaughlin 2019-08-04 14:39:38 +10:00
  • c829351c90
    Merge pull request #8286 from stenzek/efb-savestate-fixes Connor McLaughlin 2019-08-04 14:07:18 +10:00
  • f6f9dc0cac RenderState: Approximate logic op with blending if unsupported Stenzek 2019-08-02 19:20:36 +10:00
  • 4ccb4ef74f
    Merge pull request #8283 from stenzek/d3d11-null-render-target Connor McLaughlin 2019-08-04 13:14:35 +10:00
  • 64c0ff576c
    Merge pull request #8285 from lioncash/dinput-ffe JosJuice 2019-08-03 10:09:31 +02:00
  • 2770707587
    Merge pull request #8287 from lioncash/static-ctor JosJuice 2019-08-03 10:07:53 +02:00
  • db3b31c246 DiscIO/Volume: Make Partition's interface constexpr Lioncash 2019-08-02 17:53:18 -04:00
  • cbfc442e90 DolphinQt: Limit numeric widget width Mike Kuijl 2019-08-01 15:28:04 +02:00
  • d6460e0b18 FramebufferShaderGen: Fix upside-down EFB being restored in OpenGL Stenzek 2019-08-03 01:48:57 +10:00
  • 25b3e5e029 FramebufferManager: Fix restoring of EFB depth buffer Stenzek 2019-08-03 01:46:52 +10:00
  • 7afba6776f
    Merge pull request #8279 from spycrab/fix_save_state_wait Connor McLaughlin 2019-08-03 01:26:07 +10:00
  • 37d643c7d3 InputCommon/DInputJoystick: Correct force-feedback flag testing Lioncash 2019-08-02 10:16:26 -04:00
  • d78a9356d2 D3D11: Only use integer RTV when logic op is supported+enabled Stenzek 2019-08-02 18:43:28 +10:00
  • b01cacb27e
    Merge pull request #8236 from booto/si_greatest_hits_vol_1 JMC47 2019-08-02 03:17:54 -04:00
  • 7a82e0f10f Translation resources sync with Transifex JosJuice 2019-08-01 22:56:52 +02:00
  • 3fe8ef4c1c
    Make alert messages application modal and not window modal, Silent 2019-08-01 19:52:28 +02:00
  • 48a4b62125
    Change Layer code not to create superfluous std::optional entries in LayerMap Silent 2019-07-30 18:43:54 +02:00
  • 04764f8b7f Fix saving states freezing up emulation spycrab 2019-08-01 19:59:29 +02:00
  • ff8f627499 DolphinQt/Config/GeckoCodeWidget: Use forward declarations where applicable Lioncash 2019-07-31 09:42:30 -04:00
  • 14263ec6dd DolphinQt/Config/GeckoCodeWidget: Call LoadDefaultGameIni() directly Lioncash 2019-07-31 09:18:37 -04:00
  • 6002529ece DolphinQt/Config/GeckoCodeWidget: Make exec() outcomes explicit Lioncash 2019-07-31 09:16:01 -04:00
  • 255d2ff2d2 DolphinQt/Config/GeckoCodeWidget: Deduplicate ini path Lioncash 2019-07-31 09:11:44 -04:00
  • a07d19a2fd DolphinQt/Config/ARCodeWidget: Use forward declarations where applicable Lioncash 2019-07-31 09:44:16 -04:00
  • e08a76f9e2 DolphinQt/Config/ARCodeWidget: Call LoadDefaultGameIni() directly Lioncash 2019-07-31 09:08:29 -04:00
  • 4d8d2acae7 DolphinQt/Config/ARCodeWidget: Avoid unnecessary disk operations Lioncash 2019-07-31 09:01:35 -04:00
  • 0d406f2bdc DolphinQt/Config/ARCodeWidget: Deduplicate ini path Lioncash 2019-07-31 08:35:57 -04:00
  • 06daf58032 FramebufferManager: Correctly handle read back D24S8 textures Stenzek 2019-07-31 15:33:27 +10:00
  • 2698e311aa Vulkan: Use correct aspect for D24S8 textures Stenzek 2019-07-31 15:33:05 +10:00
  • fdfa14d9cc Show a message in netplay chat when a player joins or leaves Brandon Rothweiler 2019-07-30 20:14:51 -07:00
  • c70da390a7
    Merge pull request #8274 from lioncash/parent Léo Lam 2019-07-31 11:07:55 +08:00
  • 6e14dcf70a DolphinQt/Config/GameConfigEdit: Pass parent pointer to base class Lioncash 2019-07-30 18:27:06 -04:00
  • cb4eecde52
    Fix race conditions in Config Layers Silent 2019-07-30 16:40:52 +02:00
  • fef1b84f0a DolphinQt: Replace QStringLiteral with alternatives where applicable Lioncash 2019-07-30 07:57:06 -04:00
  • dea2b9c509
    Merge pull request #8258 from CookiePLMonster/dx11.1-detection-fixes Connor McLaughlin 2019-07-30 01:24:57 +10:00
  • baa9636d48
    D3D11: Add extra logging to StateCache::Get Silent 2019-07-26 20:01:57 +02:00
  • 43bfb183c2
    D3D11: Show a warning message about unsupported features when switching to D3D11 backend on Windows 7 Silent 2019-07-21 17:29:08 +02:00
  • ff00873610
    D3D11: Query for output merger logic op support and use logic op code only if supported Silent 2019-07-21 17:10:51 +02:00
  • a6b8e8b9c3
    D3D11: Ownership fixes for objects in DXTexture Silent 2019-07-21 16:31:22 +02:00
  • 77425ef83b
    D3D11: Ownership fixes for objects in D3DState Silent 2019-07-21 15:57:15 +02:00
  • 88db577c17
    D3D11: Correctly poll ALL possible AA levels. Silent 2019-07-21 12:03:49 +02:00
  • c93fffaed6 DolphinQt/HotkeyScheduler: Correct string within Run() Lioncash 2019-07-28 23:16:20 -04:00
  • 3f947f086f VideoCommon/OnScreenDisplay: Use deduction guides for std::lock_guard Lioncash 2019-07-28 23:08:18 -04:00
  • a565e41cb8 VideoCommon/OnScreenDisplay: Remove unused headers Lioncash 2019-07-28 23:04:50 -04:00
  • c212310fbe VideoCommon/OnScreenDisplay: Take Message's std::string parameter by value Lioncash 2019-07-28 22:46:08 -04:00
  • 50b240fcbd VideoCommon/OnScreenDisplay: Default initialize all Message members Lioncash 2019-07-28 22:42:42 -04:00
  • b0113b6c64
    Merge pull request #8266 from lioncash/shadowing Connor McLaughlin 2019-07-28 14:24:32 +10:00
  • 5bad233b1a
    Merge pull request #8265 from lioncash/view Connor McLaughlin 2019-07-28 14:21:59 +10:00
  • a9e04e0a72
    Merge pull request #8267 from lioncash/null Anthony 2019-07-27 15:06:26 -07:00
  • 6db305a4e8 VideoBackends/Null: Add missing override specifiers Lioncash 2019-07-27 17:21:02 -04:00
  • 23c5b362a5 VideoBackends/Null: Apply final to classes where applicable Lioncash 2019-07-27 17:19:52 -04:00
  • 86000fc6b4 VideoBackends/Null: Remove unnecessary constructors and destructors Lioncash 2019-07-27 16:03:55 -04:00
  • bdcc5853d5 VideoBackends/Null: Remove unnecessary includes Lioncash 2019-07-27 15:50:41 -04:00
  • aca02f9734 D3DCommon/Shader: Use std::optional with CompileShader() Lioncash 2019-07-26 19:34:27 -04:00
  • 0ce6264f90 D3DCommon/Shader: Create vector via iterators in CreateByteCode() Lioncash 2019-07-26 19:27:55 -04:00
  • 287b446ef7 D3D/DXShader: Remove duplicate GetByteCode function Lioncash 2019-07-26 19:16:31 -04:00
  • f04a01eb4f
    Merge pull request #8242 from CrankySupertoon/marioparty-netplay-communitysettings-update JMC47 2019-07-26 19:38:36 -04:00
  • 67bd2de73e OGL/ProgramShaderCache: Convert typedef over to a using alias Lioncash 2019-07-26 18:43:41 -04:00