Commit Graph

  • d6617d399f OGL/ProgramShaderCache: Use std::lock_guard deduction guides where applicable Lioncash 2019-07-26 18:22:52 -04:00
  • 6e69e3cf26 OGL/ProgramShaderCache: Remove unused headers Lioncash 2019-07-26 18:09:41 -04:00
  • fb384dec55 OGL/ProgramShaderCache: Use std::string_view where applicable Lioncash 2019-07-26 17:48:33 -04:00
  • 890f781cd0
    Factorize software renderer backend switching warning to be fetched from a new GetWarningMessage in video backend - will be needed for DX11.1 feature set warnings Silent 2019-07-21 00:57:50 +02:00
  • 799c52463e
    Fixes for WRL usage - QueryInterface is explicitly mentioned as not to be used with WRL ComPtr Silent 2019-07-21 00:17:15 +02:00
  • 3c8f6bca5a
    Merge pull request #8264 from Pokechu22/d3d11-anaglyph Connor McLaughlin 2019-07-26 20:32:40 +10:00
  • afb6468bdb Fix dubois anaglyph shaders on D3D11 Pokechu22 2019-07-25 21:01:49 -07:00
  • d48dabc1fd
    Merge pull request #8259 from stenzek/macos-disable-reversed-depth Connor McLaughlin 2019-07-25 14:11:09 +10:00
  • a8bbbd0bfc
    Merge pull request #8262 from Tilka/gdbstub Connor McLaughlin 2019-07-25 13:54:02 +10:00
  • ac9912bad3
    Merge pull request #6321 from stenzek/efb-savestates Connor McLaughlin 2019-07-25 13:50:57 +10:00
  • 2d4d61e967 GameSettings: Disable texture cache save states for Mario Tennis and Super Smash Bros (VC) Stenzek 2019-07-25 12:57:29 +10:00
  • d82e0e0761
    Merge pull request #8263 from CookiePLMonster/qt-button-fixes Anthony 2019-07-24 18:06:29 -07:00
  • 3529dfd691
    Connect numerous QPushButtons to use clicked signal instead of pressed. This unifies UI behaviour more. Silent 2019-07-24 00:18:58 +02:00
  • 53e30c06e8 Config: Add an option to skip saving texture cache to save state Stenzek 2019-07-24 05:19:13 +10:00
  • 63358adfb1 Core: Save movie state before video backend state Stenzek 2019-06-30 00:24:41 +10:00
  • 560074cf9f Core: Fix crash when state is loaded while waiting for the CPU Stenzek 2019-06-30 00:06:59 +10:00
  • 137009affe FramebufferManager: Support saving EFB to save state Stenzek 2019-06-29 21:05:30 +10:00
  • 1082468133 TextureCache: Support saving cache entries, including EFB copies Stenzek 2019-06-29 19:27:53 +10:00
  • b26bb0605b VideoBackendBase: Do save state logic on the GPU thread Stenzek 2019-06-29 18:35:12 +10:00
  • a25a4e0708 State: Use RunOnCPUThread to invoke save state handlers Stenzek 2019-06-29 18:25:04 +10:00
  • df45e714a3 Core: Support asynchronously executing functions on the CPU thread Stenzek 2019-06-29 18:18:24 +10:00
  • 117a60ceb2 StringUtil: Comply with variable naming style JosJuice 2019-07-08 21:08:35 +02:00
  • a2a1e04fc9 StringUtil: Use std::string_view more JosJuice 2019-07-08 13:35:53 +02:00
  • 1f98188277 Core/Core: Use fmt where applicable Lioncash 2019-07-03 18:41:43 -04:00
  • 29ba53f6c3
    Merge pull request #8256 from JosJuice/setrunninggamemetadata-channel-disc Léo Lam 2019-07-23 09:47:55 +08:00
  • c8c1a0d747
    Merge pull request #8253 from JosJuice/fakesigned-common-key-fix Léo Lam 2019-07-23 09:41:46 +08:00
  • 8f6b237e11
    Merge pull request #8217 from CookiePLMonster/windows-updater-improvements Connor McLaughlin 2019-07-23 10:39:04 +10:00
  • 66e7a11139
    Merge pull request #8235 from lioncash/move Anthony 2019-07-22 15:07:14 -07:00
  • 136264d340
    Merge pull request #8245 from JosJuice/volumeverifier-wii-menu-region Anthony 2019-07-22 15:06:07 -07:00
  • 26c1ea3221
    Merge pull request #8261 from JosJuice/trans-include Anthony 2019-07-22 15:02:46 -07:00
  • 8bb333d811 ConfigManager: Include "Common/Common.h" for _trans macro JosJuice 2019-07-22 22:23:46 +02:00
  • baab660f1c
    WinUpdater: Removed MAX_PATH limitation on path to updater, also fixed a wrong size parameter Silent 2019-07-04 21:33:11 +02:00
  • 94a19ca670
    Qt/Updater: Fixed an assert on m_parent->close() (was called from a wrong thread) Silent 2019-06-24 21:20:34 +02:00
  • 4b03790eda
    Core: Fixup AutoUpdateChecker::TriggerUpdate on Windows: Silent 2019-06-24 21:02:30 +02:00
  • a00dfeecf0
    WinUpdater: Properly account for failure in WaitForPID Silent 2019-06-24 20:55:52 +02:00
  • d355abaf0c
    WinUpdater: Improved exit synchronization on Windows - now joins a thread instead of using flags to signal Silent 2019-06-24 20:49:18 +02:00
  • 3f1ba830e7
    UpdaterCommon: Remove manual UI::Stop() calls in favour of a scope guard to ensure it's called on all return paths Silent 2019-06-24 20:49:18 +02:00
  • 2ae409ba06
    WinUpdater: Replaced PeekMessage with GetMessage - removes a busy loop in favour of a proper wait based message queue Silent 2019-06-24 20:18:26 +02:00
  • 15679a9a70
    Merge pull request #8227 from lioncash/gekko Léo Lam 2019-07-22 21:39:49 +08:00
  • 60aea524b1
    Merge pull request #8232 from JosJuice/wasapi-translatable Léo Lam 2019-07-22 21:38:39 +08:00
  • 71b2e1a997
    Merge pull request #8225 from JosJuice/sd-hotkey Léo Lam 2019-07-22 21:38:00 +08:00
  • 793e24d5cf Translation resources sync with Transifex JosJuice 2019-07-22 09:27:39 +02:00
  • 73a9b4148b
    Merge pull request #8257 from CookiePLMonster/assert-fixes JosJuice 2019-07-22 08:47:13 +02:00
  • 2db003aa8e Add more cheat codes for Mario Golf: Toadstool Tour Mike Swanson 2019-07-21 13:48:23 -07:00
  • a8807e7452 Force signature verification during system update from disc JosJuice 2019-07-19 20:05:03 +02:00
  • 732d157011 Remove the EnableSignatureChecks setting JosJuice 2019-07-19 19:59:10 +02:00
  • 4304f5f7fc Remove "not signed by Nintendo" warning when installing WADs JosJuice 2019-07-19 19:42:42 +02:00
  • 518d96ad48
    Remove duplicated "Ignore and countinue?" Silent 2019-07-21 08:50:35 +02:00
  • f3b9d93737 TitleDatabase: Don't crash on unknown language JosJuice 2019-06-30 16:01:45 +02:00
  • 4b73d18eaa Re-implement FixCommonKeyIndex for WAD files JosJuice 2019-07-14 15:01:07 +02:00
  • 2fda104d5a Never set disc as active title when launching channel with same ID JosJuice 2019-07-20 08:37:14 +02:00
  • 4ee73dbad3 IOS: Put common key handles in an array JosJuice 2019-07-14 13:15:53 +02:00
  • da1fbbc5d5
    Merge pull request #8243 from JosJuice/merge-wad-classes Léo Lam 2019-07-21 15:32:52 +08:00
  • cd7a374ab9
    Merge pull request #8246 from lioncash/fifo Léo Lam 2019-07-21 15:17:43 +08:00
  • 1ed7cc260b
    Merge pull request #8248 from lioncash/settings Léo Lam 2019-07-21 15:13:27 +08:00
  • 8b44a48383 Vulkan: Disable reversed viewport depth on macOS/MoltenVK Stenzek 2019-07-21 13:27:33 +10:00
  • 7045c68327
    When clicking "Ignore for this session", make message box handler return true, so asserts can actually be skipped with this option Silent 2019-07-20 21:04:27 +02:00
  • e792a67dc6
    Improve thread safety and remove an unnecessary string allocation from MsgAlert Silent 2019-07-20 21:03:45 +02:00
  • fc8859a414
    Merge pull request #8249 from lioncash/rect Connor McLaughlin 2019-07-19 16:32:30 +10:00
  • a9abf2838e
    Merge pull request #8252 from stenzek/glsl-es-is-annoying Connor McLaughlin 2019-07-19 16:08:49 +10:00
  • 97d81ac97c FramebufferShaderGen: Fix format reinterpret shaders on GLES Stenzek 2019-07-18 20:57:42 +10:00
  • 6f53a4d0da TextureCache: Don't crash when conversion pipelines fail to compile Stenzek 2019-07-18 20:47:07 +10:00
  • 15a429dc62
    Merge pull request #8251 from stenzek/android-open-file Anthony 2019-07-18 21:52:54 -07:00
  • 34f32898e6 DiscIO: Merge WiiWAD into VolumeWAD JosJuice 2019-07-14 18:00:14 +02:00
  • 0f5a4b37ee DiscIO: Add functions CreateDisc and CreateWAD JosJuice 2019-07-14 15:49:42 +02:00
  • 9825caf2d4
    Merge pull request #8241 from stenzek/dekotora Connor McLaughlin 2019-07-19 00:36:17 +10:00
  • f269c4c798 EFB2Tex: Set alpha channel of Z24X8 copies to 1 Stenzek 2019-07-15 00:17:10 +10:00
  • 5d66377310
    Merge pull request #8244 from stenzek/vulkan-reversed-depth Connor McLaughlin 2019-07-18 23:50:14 +10:00
  • 68bd4cd79a Vulkan: Use reversed depth range in viewport Stenzek 2019-07-15 19:45:36 +10:00
  • 6a29e8fa58 Android: Use EmulationActivity.launchFile() for StartupHandler Stenzek 2019-07-18 22:00:26 +10:00
  • 9961e2866a Android: Support opening .dff files Stenzek 2019-07-18 20:43:23 +10:00
  • 34e6a41d05 Android: Support opening files directly Stenzek 2019-07-18 20:42:42 +10:00
  • 6a6bbd7071 Android: Support bypassing game file cache to parse file Stenzek 2019-07-18 20:42:09 +10:00
  • a77b571da7
    Merge pull request #8250 from JosJuice/bitrate-setting Connor McLaughlin 2019-07-18 22:17:13 +10:00
  • 199c565bf5 DolphinQt: Add the dumping bitrate setting to the graphics config JosJuice 2019-07-17 20:15:25 +02:00
  • a6dcaed415 DolphinQt: Move frame dumping settings to new group box JosJuice 2019-07-17 20:02:08 +02:00
  • f6a755e1ab Change the default dumping bitrate from 2.5 Mbps to 25 Mbps JosJuice 2019-07-17 19:55:37 +02:00
  • 2b9389202e VideoCommon: Remove unused MathUtil.h include from VideoCommon.h Lioncash 2019-07-16 20:18:48 -04:00
  • 13a454d603 Common/SettingsHandler: Use fmt for printing out the serial number Lioncash 2019-07-16 04:23:18 -04:00
  • af576839d8 Common/SettingsHandler: Use std::string_view where applicable Lioncash 2019-07-16 04:11:53 -04:00
  • 9dd8f82e78
    Merge pull request #8247 from lioncash/core-include Connor McLaughlin 2019-07-16 14:32:18 +10:00
  • 2b00eefbef DolphinQt/Debugger: Replace AddressSpace.h inclusions with a forward declaration Lioncash 2019-07-15 23:20:26 -04:00
  • df0d4b6aea Core/HW/AddressSpace: Remove unnecessary inclusion of Core.h Lioncash 2019-07-15 23:10:46 -04:00
  • 2edc58950b Dynamic SettingsActivity Titles Ryan Meredith 2019-03-15 01:45:13 -04:00
  • ac6d70b82b Core/FifoAnalyzer: Use std::array where applicable Lioncash 2019-07-14 20:54:47 -04:00
  • 73db402010 Core/FifoAnalyzer: Convert DecodeMode enum into an enum class Lioncash 2019-07-14 20:43:20 -04:00
  • 1606528093
    Merge pull request #8234 from JosJuice/version-in-title JosJuice 2019-07-15 13:05:08 +02:00
  • 0b11f15158 Fix VolumeVerifier considering Wii Menu WADs to have wrong region JosJuice 2019-07-15 12:16:10 +02:00
  • 58e12395c2
    Merge pull request #8240 from stenzek/spoderman Connor McLaughlin 2019-07-15 18:08:15 +10:00
  • 53779aa732 Core/FifoAnalyzer: Make functions internally linked where applicable Lioncash 2019-07-14 20:37:17 -04:00
  • 56ddbca224 mario party netplay improvements CrankySupertoon 2019-07-14 11:33:29 -04:00
  • 946571b759 TextureCache: Support reinterpreting formats for VRAM textures Stenzek 2019-07-14 15:24:12 +10:00
  • 77f406c8a8 TextureCache: Combine ApplyPaletteToEntry and ConvertTexture Stenzek 2019-07-14 14:07:37 +10:00
  • dfae87d69a TextureConversionShader: Swap bytes for RG8/GB8 format Stenzek 2019-07-14 13:36:41 +10:00
  • 533f6bfeb9
    Merge pull request #8203 from JosJuice/android-no-copy-to-gameini JosJuice 2019-07-13 18:05:04 +02:00
  • 2f5e6cfff1
    Merge pull request #8218 from leoetlino/context Léo Lam 2019-07-11 17:28:19 +02:00
  • 4c649d1a5d
    Merge pull request #8238 from lioncash/video-stats Connor McLaughlin 2019-07-11 20:34:48 +10:00
  • 62a2611925 SI: Clarify length fields for manual commands booto 2019-07-11 01:22:22 -04:00
  • 9c245655fb VideoCommon/Statistics: Remove unused DECSTAT macro Lioncash 2019-07-10 23:40:10 -04:00
  • d4337eebde VideoCommon/Statistics: Rename stats global to g_stats Lioncash 2019-07-10 23:34:50 -04:00