Commit Graph

  • 83c5446d85 Fix static initialisation order fiasco issue for Version variables Léo Lam 2022-01-14 00:04:22 +01:00
  • d445d2ad36 DolphinQt: Improve the earlier panic alert deadlock fix JosJuice 2020-04-25 10:35:14 +02:00
  • 3367e5e026 DolphinQt: Fix the panic alert deadlock, GPU thread edition JosJuice 2020-04-25 00:26:51 +02:00
  • fd04f4f32d Replace use of of unsigned char* with fmt Pokechu22 2022-01-12 23:05:45 -08:00
  • 29d6dd609c Fix non-constexpr format strings Pokechu22 2022-01-12 22:26:04 -08:00
  • 18cf8ac767 Create EnumFormatter for WD Command enums Pokechu22 2022-01-12 21:15:06 -08:00
  • 1a92699455 Cast to int for enums that are not formattable Pokechu22 2022-01-12 16:47:26 -08:00
  • 5465775d11 Fix ambiguous uses of format_to Pokechu22 2022-01-12 22:52:21 -08:00
  • ac46b91673 Make all fmt::formatter constructors constexpr Pokechu22 2022-01-12 17:28:17 -08:00
  • 78e43a4404 Make all custom fmt::formatter's format functions const Pokechu22 2022-01-12 17:16:29 -08:00
  • cc592ab814 Use fmt::runtime in FmtFormatT Pokechu22 2022-01-12 23:25:36 -08:00
  • 0cc211d1ef Use fmt::format_string Pokechu22 2022-01-12 16:59:19 -08:00
  • ff8965c40b Replace uses of undocumented/deprecated fmt::format_to overload Pokechu22 2022-01-12 16:32:31 -08:00
  • 54cf8d030c Add fmt/xchar includes where wstring is used Pokechu22 2022-01-12 16:29:15 -08:00
  • cb662509f2 CMake: Bump fmt version requirement to 8.0 Pokechu22 2022-01-13 11:10:37 -08:00
  • 1a2e88cbf3 Externals: Update fmt to 8.1.1 Pokechu22 2022-01-12 16:10:07 -08:00
  • 07fd17445c Merge pull request #10366 from Pokechu22/bad-int3-constructor Léo Lam 2022-01-13 14:37:36 +01:00
  • 21b9e6a34f Merge pull request #10355 from Pokechu22/fifo-player-config Léo Lam 2022-01-13 14:36:48 +01:00
  • 1cea399e9c Merge pull request #10345 from jordan-woyak/modifier-range Mai M 2022-01-13 08:32:15 -05:00
  • cfb8b9bcf4 Merge pull request #10357 from JosJuice/android-main-debug Mai M 2022-01-13 07:41:35 -05:00
  • 7ebc689b57 Merge pull request #10360 from JosJuice/android-div-6 Mai M 2022-01-13 07:41:08 -05:00
  • fc0d958e26 PixelShaderGen: Fix invalid use of int3(0) Pokechu22 2022-01-12 21:50:34 -08:00
  • e4372a317d Merge pull request #10247 from mbc07/GameINI JMC47 2022-01-11 19:15:41 -05:00
  • ca96421f42 Merge pull request #10365 from JosJuice/missing-ini-section JMC47 2022-01-11 19:12:58 -05:00
  • 2ca37922dc Config: Use "Controls" section for PadType in game INIs JosJuice 2022-01-11 22:38:37 +01:00
  • 5283a1dcc6 Config: Add "DSP" to GetINIToSectionMap JosJuice 2022-01-11 22:29:03 +01:00
  • c18abfaecc Merge pull request #10356 from AdmiralCurtiss/config-port-core-4 JMC47 2022-01-11 16:08:19 -05:00
  • d32b13fb36 Merge pull request #10363 from JosJuice/systemtimers-dma-period JMC47 2022-01-11 09:30:41 -05:00
  • 3da6487531 Merge pull request #10209 from Pokechu22/assert-fmt JosJuice 2022-01-09 22:27:18 +01:00
  • ca9bf3174f Use HRWrap in remaining locations Pokechu22 2021-12-12 13:50:18 -08:00
  • 1b32e6dae2 VideoBackends/D3D12: Include HRESULT in error messages Pokechu22 2021-12-12 13:18:39 -08:00
  • 23cdb5c576 VideoBackends/D3D11: Include HRESULT in error messages Pokechu22 2021-12-12 12:50:13 -08:00
  • 140c8217f6 Common: Create HRWrap Pokechu22 2021-12-12 12:04:13 -08:00
  • c296c34e00 Common/MsgHandler: Use caller's file and line number in log messages Pokechu22 2021-11-16 18:48:30 -08:00
  • f55571ee5d Common/MsgHandler: Fix PanicAlertFmtT not actually being translated Pokechu22 2021-11-10 20:14:57 -08:00
  • 2a5016c2f8 Common/MsgHandler: Remove use of lambda, as it breaks __func__ Pokechu22 2021-11-10 19:38:02 -08:00
  • 558de04cfc Common/Assert: Actually use the ASSERT_MSG's log type parameter Pokechu22 2021-11-10 18:34:28 -08:00
  • bab3ff0157 Common/MsgHandler: Remove non-format variants of PanicAlert Pokechu22 2021-11-10 17:43:24 -08:00
  • 82acfa6a46 VideoBackends/D3D: Eliminate CHECK in favor of ASSERT_MSG Pokechu22 2021-11-10 15:55:33 -08:00
  • 161c627466 Treewide: Remove unused inclusions of <cinttypes> Pokechu22 2021-12-11 11:39:04 -08:00
  • 44e93e91d7 Common/Assert: Switch to fmt Pokechu22 2021-11-10 14:42:49 -08:00
  • 1c0ca09e6f Common/Assert: Include the condition and function in the message Pokechu22 2021-11-10 13:39:36 -08:00
  • 36d605715d Merge pull request #10359 from PEmu2/links Pokechu22 2022-01-09 12:40:52 -08:00
  • c82b2dccb5 Config: Port SyncGPU settings to new config system. Admiral H. Curtiss 2022-01-07 06:41:41 +01:00
  • d8b67bc15f Config: Port BBDumpPort setting to new config system. Admiral H. Curtiss 2022-01-07 05:00:18 +01:00
  • 92d2fd9d5f Config: Port MMU setting to new config system. Admiral H. Curtiss 2022-01-07 04:37:07 +01:00
  • d8825f5635 Config: Port dual core setting to new config system. Admiral H. Curtiss 2022-01-07 03:50:18 +01:00
  • e5ef597642 Merge pull request #10172 from JosJuice/reorder-exception JosJuice 2022-01-09 19:41:16 +01:00
  • bcd1831339 Merge pull request #9815 from JosJuice/jitarm64-fmaless JosJuice 2022-01-09 19:40:54 +01:00
  • 1d9d9d6a6e Merge pull request #10354 from AdmiralCurtiss/config-port-core-3 JosJuice 2022-01-09 19:40:23 +01:00
  • aa57eb57b1 SystemTimers: Refactor, get rid of s_audio_dma_period JosJuice 2022-01-09 11:37:32 +01:00
  • 5c325eef38 Config: Port SI device settings to new config system. Admiral H. Curtiss 2022-01-06 08:08:02 +01:00
  • a0a0bfc5ca Config: Port EXI device settings to new config system. Admiral H. Curtiss 2022-01-06 07:17:29 +01:00
  • 9f3ed1f9f3 Android: Don't divide SI device by 6 JosJuice 2022-01-08 16:06:49 +01:00
  • 0dad6e1169 Update some contributing doc links PEmu2 2022-01-07 21:06:58 -08:00
  • 94ad33c42c Merge pull request #10358 from Simonx22/android-back-button JMC47 2022-01-07 22:25:02 -05:00
  • 0a82bb51bd Android: remove save icon and add up button Simonx22 2022-01-07 12:31:48 -05:00
  • 13e246a843 Android: Make Main.Debug setting declarations match C++ JosJuice 2022-01-07 11:25:20 +01:00
  • 29df17d422 FifoPlayer: Allow changing loop option at runtime Pokechu22 2022-01-06 14:47:36 -08:00
  • 575062a612 FifoPlayer: Store early memory updates option in the config Pokechu22 2022-01-06 14:38:09 -08:00
  • 4c0dcf42b8 Merge pull request #10346 from iwubcode/fixed_shader_precompile_parallelization JMC47 2022-01-06 16:28:15 -05:00
  • 193ca92cb8 Merge pull request #10349 from AdmiralCurtiss/config-port-core-2 JMC47 2022-01-06 12:11:54 -05:00
  • eb5bb2993e Core/AudioCommon: Add config caching to Mixer. Admiral H. Curtiss 2022-01-06 16:43:43 +01:00
  • ed1a1c1fae Config: Port WiimoteControllerInterface setting to new config system. Admiral H. Curtiss 2022-01-06 05:43:56 +01:00
  • 2354fb4466 Config: Port WiimoteEnableSpeaker setting to new config system. Admiral H. Curtiss 2022-01-06 05:32:26 +01:00
  • 8c554d2e64 Config: Port WiimoteContinuousScanning setting to new config system. Admiral H. Curtiss 2022-01-06 05:06:33 +01:00
  • b2da738c81 Config: Port WiiKeyboard setting to new config system. Admiral H. Curtiss 2022-01-06 05:00:46 +01:00
  • f19cf1753b Config: Port WiiSDCard setting to new config system. Admiral H. Curtiss 2022-01-06 04:48:41 +01:00
  • 2aa44b10ba Config: Port TimingVariance setting to new config system. Admiral H. Curtiss 2022-01-06 02:01:39 +01:00
  • dc7e7d08ad Config: Port Fastmem setting to new config system. Admiral H. Curtiss 2022-01-06 01:51:29 +01:00
  • 88d725c918 Config: Port SyncOnSkipIdle setting to new config system. Admiral H. Curtiss 2022-01-06 01:42:31 +01:00
  • e613cbf395 Config: Port FastDiscSpeed setting to new config system. Admiral H. Curtiss 2022-01-06 01:33:46 +01:00
  • 7184983ee8 Config: Port DisableICache setting to new config system. Admiral H. Curtiss 2022-01-06 01:23:56 +01:00
  • d98c6b0b1d Config: Port GPUDeterminismMode setting to new config system. Admiral H. Curtiss 2022-01-06 01:08:56 +01:00
  • 68688e7903 Config: Port PerfMapDir setting to new config system. Admiral H. Curtiss 2022-01-05 23:56:15 +01:00
  • fb47035f97 Config: Port emulation speed setting to new config system. Admiral H. Curtiss 2022-01-05 23:22:07 +01:00
  • 5d11dc1926 Merge pull request #10352 from JosJuice/android-analytics-static Mai M 2022-01-06 07:41:03 -05:00
  • e57823c695 Merge pull request #10347 from Simonx22/gradle-704 Mai M 2022-01-06 07:40:48 -05:00
  • 804f78e0e4 Android: Mark s_android_send_report as static JosJuice 2022-01-06 12:20:09 +01:00
  • ba5c38e3ad Android: update dependencies Simonx22 2022-01-05 13:39:54 -05:00
  • 7bd14c5d9f Merge pull request #10338 from Pokechu22/natvis-improvements Mai M 2022-01-06 04:01:25 -05:00
  • c16b8f4200 Merge pull request #10212 from JosJuice/android-12 Mai M 2022-01-06 04:01:00 -05:00
  • 6939fd9f18 Merge pull request #10348 from AdmiralCurtiss/config-remove-compare-server-client Mai M 2022-01-06 03:59:48 -05:00
  • c0fada6fec Merge pull request #10350 from Techjar/netplay-longer-timeout Mai M 2022-01-06 03:58:58 -05:00
  • c52485071b Merge pull request #10351 from JosJuice/rb3-more-devices Mai M 2022-01-06 03:58:00 -05:00
  • 589c267355 USBUtils: Fix 1bad:3110/1bad:3430 mixup JosJuice 2022-01-06 09:46:05 +01:00
  • 0de8ccc25f USBUtils: Add "Harmonix RB3 Keyboard for Nintendo Wii" JosJuice 2022-01-06 09:42:19 +01:00
  • 600c8169d5 Core/NetPlay: Extend enet peer timeout Techjar 2022-01-06 02:12:54 -05:00
  • 032f0da35e Config: Remove CompareServer and CompareClient settings. Admiral H. Curtiss 2022-01-05 21:26:17 +01:00
  • bc14485489 Merge pull request #10340 from AdmiralCurtiss/config-port-core-1 JMC47 2022-01-05 04:53:04 -05:00
  • 9b4e5b00ee VideoCommon: assume the majority of os/drivers support parallel compiling of shaders, we can create bugs if there are issues. Android is assumed buggy iwubcode 2022-01-04 20:40:07 -06:00
  • 0bfffe4095 Config: Port GC Adapter settings to new config system. Admiral H. Curtiss 2022-01-05 03:25:19 +01:00
  • e08171fa24 Config: Port remaining Core settings to new config system (partial). Admiral H. Curtiss 2022-01-03 07:07:32 +01:00
  • 78a9bdf04a InputCommon: Use value of "Modifier" button "Range" setting rather than always applying 50%. Make "Clear" button reset "Modifier" "Range" settings to 50%. Jordan Woyak 2022-01-04 14:09:50 -06:00
  • 3feea704e0 Merge pull request #10342 from JosJuice/vulkan-shader-crash JMC47 2022-01-04 10:47:55 -05:00
  • 500e02dcfb Merge pull request #10344 from JosJuice/android-no-retain-instance JMC47 2022-01-04 10:39:22 -05:00
  • 9a914d33d5 Merge pull request #9414 from DevJPM/master JMC47 2022-01-04 10:15:12 -05:00
  • 2ab66390f8 Vulkan: Check for vkSetDebugUtilsObjectNameEXT before using it JosJuice 2022-01-03 20:17:57 +01:00
  • e3cf6e8aea GameINI: Disable XFB to Texture Only with Resident Evil 0 OatmealDome 2021-12-24 01:41:01 -05:00
  • a026ef30d2 Merge pull request #10341 from AdmiralCurtiss/dx12-shader-crash Léo Lam 2022-01-03 17:43:30 +01:00