Commit Graph

  • 5286fb2657 Merge pull request #8945 from JosJuice/qtbug-10561-again Tilka 2020-07-11 03:38:54 +01:00
  • b350d3cca3 InputCommon/GCAdapter: Unbreak Mayflash GCAdapters by allowing libusb_control_transfer call to fail. Jordan Woyak 2020-07-09 17:17:44 -05:00
  • 9c7704c0ac DolphinQt: Attempt to fix ParallelProgressDialog constantly reopening JosJuice 2020-07-09 15:42:41 +02:00
  • 5281efe268 Merge pull request #8944 from JosJuice/qtbug-10561-workaround LC 2020-07-09 07:15:22 -04:00
  • aeeb85aa3a DolphinQt: Replace QTBUG-10561 workaround with better workaround JosJuice 2020-07-08 19:47:44 +02:00
  • a23e14fe76 Android: Fix saving Horizonal Wii Remote overlay A/B/1/2 positions JosJuice 2020-07-08 15:49:37 +02:00
  • f5da6e07d7 Android: Use correct encoding when converting strings JosJuice 2020-06-28 19:16:23 +02:00
  • 38791eec18 Common: Never convert from UCS-2 in WStringToUTF8 JosJuice 2020-06-28 18:22:18 +02:00
  • 15d9fab0bb Common: Rename UTF16ToUTF8 JosJuice 2020-06-28 18:15:30 +02:00
  • 87287181dd Merge pull request #8907 from JosJuice/android-overlay-stick-gate LC 2020-07-08 08:50:47 -04:00
  • a5166be995 Merge pull request #8896 from JosJuice/android-game-details-scroll LC 2020-07-08 08:48:42 -04:00
  • 5a696f4934 Merge pull request #8906 from JosJuice/android-button-id-typo LC 2020-07-08 08:47:33 -04:00
  • 4c50eadf34 Merge pull request #8908 from jordan-woyak/wiimote-battery-hax LC 2020-07-08 08:46:58 -04:00
  • b9ae7c350e Merge pull request #8926 from JosJuice/sysconf-sound LC 2020-07-08 08:41:23 -04:00
  • 0bff77d9e4 Merge pull request #8925 from JosJuice/tas-turbo-interval LC 2020-07-08 08:40:46 -04:00
  • 25118e2acc Merge pull request #8928 from Ebola16/ADSL LC 2020-07-08 08:39:44 -04:00
  • a1195fbf91 Merge pull request #8933 from jordan-woyak/gcadapter-nyko LC 2020-07-08 08:38:52 -04:00
  • cd51552fe4 Merge pull request #8939 from JosJuice/oops LC 2020-07-08 08:35:09 -04:00
  • 46fd6b3924 Merge pull request #8942 from JosJuice/reword-forced-msaa LC 2020-07-08 08:30:17 -04:00
  • 6f298378a1 Reword "Please avoid forcing Dolphin to use MSAA by the driver" message JosJuice 2020-07-08 11:34:36 +02:00
  • f2fd5c7f90 InputCommon/GCAdapter: Fix offbrand "GCAdapters" with a libusb_control_transfer call. Jordan Woyak 2020-07-04 20:03:20 -05:00
  • c89828b22e Android: Convert some files to LF JosJuice 2020-07-06 17:02:01 +02:00
  • 327b985718 DVDInterface: Increase the latency for read commands JosJuice 2020-07-05 15:48:03 +02:00
  • 0dbe8fb2ea Merge pull request #8934 from JosJuice/zstd-recommended Tilka 2020-07-05 12:09:29 +01:00
  • 7a45ca0334 DolphinQt: Mark Zstandard as recommended for RVZ JosJuice 2020-07-05 12:52:59 +02:00
  • 23ecda7ed0 Merge pull request #8931 from JosJuice/use-isdateldisc Tilka 2020-07-05 10:37:11 +01:00
  • 74f74ac928 DiscIO: Use Volume::IsDatelDisc in VolumeVerifier JosJuice 2020-07-04 20:24:26 +02:00
  • 4f98653ec6 Merge pull request #8930 from JosJuice/datel-scrub-ignored Tilka 2020-07-04 14:49:34 +01:00
  • c5a3882617 Merge pull request #8929 from JosJuice/datel-covers Tilka 2020-07-04 14:07:46 +01:00
  • 5360ec80c8 DolphinQt: Fix scrubbing not being disabled for Datel discs JosJuice 2020-07-04 15:06:05 +02:00
  • fb922781e7 RedumpVerifier: Treat Datel game IDs as empty JosJuice 2020-07-04 14:55:15 +02:00
  • f24566bf39 DiscIO: Add Volume::IsDatelDisc JosJuice 2020-07-04 14:51:13 +02:00
  • f9aaf8b971 Revert "Return nothing from VolumeWii::GetGameTDBID if Datel" JosJuice 2020-07-04 14:45:15 +02:00
  • 9438b3cab2 Android: Update "Speed Limit" for "Unlimited" value Ryan Meredith 2020-07-04 03:26:44 -04:00
  • 9c12a843f8 Merge pull request #8884 from iwubcode/freelook_performance_fix Connor McLaughlin 2020-07-04 14:19:59 +10:00
  • e1e57fc359 DolphinQt: Expose SYSCONF sound setting JosJuice 2020-07-02 22:25:41 +02:00
  • 0441d6aa5e VertexShaderManager: Avoid accessing freelook control type configuration each call which caused a performance hit, move check to RenderBase where it is checked when config changes iwubcode 2020-06-17 15:06:40 -05:00
  • 1c4088e203 DolphinQt: Allow customizing TAS input turbo interval JosJuice 2020-06-30 21:07:25 +02:00
  • 4b5ca9923c Fixes the timer returning 1 when it should return 0. The case mentioned by the comment does not exist anymore. Also added a IsRunning function as it was impossible to know whether it had been started or not (I will use it in later PRs but it should be there anyway) Filoppi 2020-07-01 22:29:30 +03:00
  • 38b36536b2 Merge pull request #8919 from MerryMage/fma JosJuice 2020-07-01 21:22:35 +02:00
  • a10447eae2 JitArm64_Paired: Fix ps_msub when d == b MerryMage 2020-07-01 20:11:15 +01:00
  • 2147707641 Merge pull request #8870 from Tilka/arm_fma Markus Wick 2020-07-01 18:13:09 +02:00
  • a04ac23794 JitArm64: no intermediate rounding for paired FMA Tillmann Karras 2020-06-13 07:11:10 +01:00
  • 2a46c1f86f JitArm64: annotate intentional fallthrough Tillmann Karras 2020-06-14 07:56:39 +01:00
  • 458ef11ad6 Translation resources sync with Transifex JosJuice 2020-06-30 21:11:21 +02:00
  • 4ff560a6e4 Merge pull request #8913 from JosJuice/msvc-preprocessor LC 2020-06-30 04:34:10 -04:00
  • 5792881eeb Merge pull request #8912 from JosJuice/fix-profiler Markus Wick 2020-06-29 14:01:57 +02:00
  • 293745afce Support the new MSVC preprocessor JosJuice 2020-06-29 13:50:07 +02:00
  • 81d399a4f2 VideoCommon: Show profiler output again JosJuice 2020-06-29 11:59:47 +02:00
  • 4095fb6c20 Merge pull request #8911 from OatmealDome/arm64-fastmem-off Markus Wick 2020-06-29 09:20:19 +02:00
  • 089ffb9ef4 JitArm64: Don't assume fastmem arena is available OatmealDome 2020-06-29 00:42:56 -04:00
  • 0a22df3a9d Analytics: Remove deprecated usage of Gestalt to get macOS version OatmealDome 2020-06-29 00:37:50 -04:00
  • d382c6bab9 WiimoteCommon: Tweak battery level math. Jordan Woyak 2020-06-28 13:11:20 -05:00
  • f8e0ececb9 Android: Don't use square stick calibration JosJuice 2020-06-28 23:39:26 +02:00
  • db75509ec5 Android: Enfore correct stick gate in overlay JosJuice 2020-06-28 23:32:36 +02:00
  • e044db6da6 Android: Fix button ID typo JosJuice 2020-06-28 22:12:19 +02:00
  • 961f937010 Merge pull request #8853 from CrunchBite/feature-xlink-kai-bba JMC47 2020-06-27 23:32:49 -04:00
  • ef464effaf Merge pull request #8904 from AdmiralCurtiss/freelookcamera-savestate-fix JMC47 2020-06-27 20:42:23 -04:00
  • 27e49c00b3 FreeLookCamera: Fix savestate branch inconsistency. Admiral H. Curtiss 2020-06-28 02:28:01 +02:00
  • 2e8d1dd1db Merge pull request #8889 from JosJuice/movie-frame-update-frequency Tilka 2020-06-27 18:10:08 +01:00
  • b36ab8360e Merge pull request #8820 from iwubcode/freelook_field_of_view Tilka 2020-06-27 18:00:48 +01:00
  • 067667fda5 Add XLink Kai UDP BBA CrunchBite 2020-06-07 23:25:45 -04:00
  • 1ab37990b1 Merge pull request #8808 from sepalani/net-widgets-block JMC47 2020-06-26 07:38:52 -04:00
  • bb6582783b Core: update save state version iwubcode 2020-06-22 22:12:45 -05:00
  • 69bd6bbdef DolphinQt: change freelook fov by the step size iwubcode 2020-06-22 22:10:04 -05:00
  • 8ccb684711 VideoCommon: change freelook camera fov step size and expose it iwubcode 2020-06-22 22:09:32 -05:00
  • dc4b938526 DolphinQt: use hotkeys for field of view to modify freelook camera iwubcode 2020-05-25 21:35:14 -05:00
  • 7aa153d57e HotkeyManager: Add hotkeys for freelook field-of-view x and y iwubcode 2020-05-25 21:34:34 -05:00
  • 3d7d4dfc8a VideoCommon: Use freelook field of view to change the perspective of the camera iwubcode 2020-05-18 17:22:41 -05:00
  • 98de22a1e6 Merge pull request #8900 from JosJuice/disc-deduplicate Tilka 2020-06-25 16:10:04 +01:00
  • 4ddd4ff835 Merge pull request #8899 from JosJuice/convert-dialog-wswitch Tilka 2020-06-25 15:55:36 +01:00
  • a2c51e027f DolphinQt: Fix a -Wshadow warning in ConvertDialog JosJuice 2020-06-25 16:44:02 +02:00
  • d17b801518 DiscIO: Deduplicate some VolumeGC/VolumeWii code JosJuice 2020-06-04 20:33:52 +02:00
  • 94fd583147 DolphinQt: Fix a -Wswitch warning in ConvertDialog JosJuice 2020-06-25 16:34:43 +02:00
  • 6468978dd0 Merge pull request #8897 from JosJuice/qt-file-format-columns Tilka 2020-06-25 15:21:44 +01:00
  • 4eb4b1d2b7 Merge pull request #8898 from JosJuice/windows-cmake-new-lambda-processor Tilka 2020-06-25 15:19:09 +01:00
  • 502ab789d9 Merge pull request #8813 from nbouteme/master JMC47 2020-06-25 08:20:56 -04:00
  • c9edfa0eaa Replace Windows CMake lambda constexpr capture workaround JosJuice 2020-06-25 13:11:29 +02:00
  • 265e0d00d6 DolphinQt: Add columns with file format details JosJuice 2020-06-25 12:49:36 +02:00
  • 2a3aa7a1f6 Android: Wrap game details dialog in ScrollView JosJuice 2020-06-25 12:23:56 +02:00
  • 26ed3b318c Merge pull request #8891 from JosJuice/file-details Tilka 2020-06-25 11:00:49 +01:00
  • 7f3c4b19b9 GCMemcard: Rename unknown field to m_dtv_status Sepalani 2020-06-24 23:17:00 +04:00
  • b68ab560dc Make SO_POLL complete asynchronously nbouteme 2020-05-17 01:00:35 +02:00
  • a1a107dc08 Merge pull request #7396 from Techjar/store-sram-in-savestate Tilka 2020-06-24 08:49:43 +01:00
  • 0eb9ac7777 Include SRAM in savestates Techjar 2018-09-03 17:10:22 -04:00
  • cf36877608 Merge pull request #8879 from AdmiralCurtiss/gci-folder-savestates Pierre Bourdon 2020-06-24 08:36:58 +02:00
  • eb278b61ca Translation resources sync with Transifex JosJuice 2020-06-23 11:17:46 +02:00
  • f463eb1d9a Merge pull request #8892 from JosJuice/wia-rvz-added-version Tilka 2020-06-21 20:31:35 +01:00
  • 8c205ef8f3 DolphinQt: Show version number for WIA/RVZ introduction JosJuice 2020-06-21 21:16:10 +02:00
  • d494e0230c Show file format details in game properties JosJuice 2020-06-21 20:41:50 +02:00
  • 8ce25769d7 Merge pull request #8803 from Ebola16/ANDROID JosJuice 2020-06-21 13:49:56 +02:00
  • 08c93adde2 Merge pull request #8739 from Ebola16/GCOVERLAY JosJuice 2020-06-21 13:49:45 +02:00
  • 9982251899 Merge pull request #8538 from JosJuice/wia Tilka 2020-06-21 11:40:58 +01:00
  • 660d81a10b RVZ: Bump version number to 1.0 JosJuice 2020-06-21 12:38:03 +02:00
  • 9eb36afeb0 Core: Call Movie::FrameUpdate per field, not per line JosJuice 2020-06-20 19:06:33 +02:00
  • 03e0d2c820 Merge pull request #8885 from delroth/spr-thrm Pierre Bourdon 2020-06-19 03:48:30 +02:00
  • ebd08c82db Merge pull request #8796 from sepalani/so-econn Pierre Bourdon 2020-06-19 03:48:13 +02:00
  • dc2733ce24 Socket: Fix ENOTCONN error code Sepalani 2020-05-07 00:03:03 +04:00
  • 364ef76ba1 PatchEngine: Attempt to fix crash in IsStackSane JosJuice 2020-06-18 11:44:02 +02:00
  • dd1fc711c7 PowerPC: partially implement thermal related SPRs Pierre Bourdon 2020-06-18 07:37:44 +02:00