Commit Graph

  • cff4806d8d windows: fix build if pch were to be disabled Shawn Hoffman 2020-08-18 23:25:57 -07:00
  • 1104fcf807 msbuild: allow _WIN32_WINNT to be naturally defined by headers Shawn Hoffman 2020-08-21 18:59:19 -07:00
  • c88d832e05 msbuild: prettify include paths Shawn Hoffman 2020-08-21 18:05:43 -07:00
  • af55938538 msbuild: use the moc dispatcher from Qt's vstools The new method supports build parallelism and cleaner integration into msbuild dependency flows. Shawn Hoffman 2020-08-21 01:18:14 -07:00
  • 03a263db20 msbuild: fixup linking of discord-rpc Shawn Hoffman 2020-08-21 00:11:24 -07:00
  • 2f47f486af msbuild: re-enable standalone vcxproj processing Shawn Hoffman 2020-08-20 20:27:07 -07:00
  • 1f8cda6281 DolphinQt: sort the files in vcxproj Shawn Hoffman 2020-08-20 16:26:26 -07:00
  • 390f509bbf windows: disable C4200 directly in libusb.h Shawn Hoffman 2020-08-20 13:52:54 -07:00
  • 7705f7c1a3 msbuild: refactor stuff out of project files (for externals) Shawn Hoffman 2020-08-18 18:07:08 -07:00
  • 94bf48b67c msbuild: refactor stuff out of project files (for dolphin) Shawn Hoffman 2020-08-18 17:34:06 -07:00
  • 3a0d8c0208 msbuild: enable D3DCommon to use pch Shawn Hoffman 2020-08-17 12:37:35 -07:00
  • 36ace8eb52 prettify some constructs in vcxproj files Shawn Hoffman 2020-08-17 12:29:25 -07:00
  • f7f0fa2d85 DiscIO: Adjust WIA/RVZ header size heuristic JosJuice 2020-08-22 22:26:55 +02:00
  • 800b2480ec Merge pull request #9046 from AdmiralCurtiss/win-qt515 LC 2020-08-22 14:36:53 -04:00
  • f859da112e Update Windows build to use Qt 5.15.0. Admiral H. Curtiss 2020-08-22 20:08:38 +02:00
  • d5ea4b4b80 Android: Prevent getSetting ClassCastExceptions in ItemViews Ryan Meredith 2020-08-21 11:09:24 -04:00
  • fc6c1931fa VolumeVerifier: Adjust problem descriptions for new netplay check JosJuice 2020-08-19 17:21:38 +02:00
  • 225592a106 Translation resources sync with Transifex JosJuice 2020-08-19 10:48:38 +02:00
  • 905df6756b Merge pull request #9024 from JosJuice/android-wiimote-false LC 2020-08-17 15:25:23 -04:00
  • 24ff8b8d1e Merge pull request #9034 from JosJuice/android-menu-animation-rtl LC 2020-08-17 15:24:52 -04:00
  • ac17e49243 Android: Take RTL layout into account for menu animations JosJuice 2020-08-17 19:37:05 +02:00
  • d1439a1fa9 IOS/USB: Move scan thread logic into a separate class Léo Lam 2020-08-17 14:41:35 +02:00
  • 55c931d624 Merge pull request #8995 from Tilka/warnings Léo Lam 2020-08-17 14:49:28 +02:00
  • 6104018fe1 Merge pull request #9020 from Tilka/usb Léo Lam 2020-08-17 12:15:26 +02:00
  • c9945670f0 Merge pull request #9029 from shuffle2/vs-clean Léo Lam 2020-08-17 12:13:45 +02:00
  • fee6bef252 Merge pull request #9032 from shuffle2/msbuild-unittests Léo Lam 2020-08-17 12:11:59 +02:00
  • d40ae8a84b UnitTests: expliticly list files to be compiled. Fixes VS warning / bad behavior. Shawn Hoffman 2020-08-16 14:30:06 -07:00
  • 9a5a705d01 Fix comparison to invalidated vector iterator. GetFstEntryForPath may modify the children vector, so do it before taking an iterator to the vector. Shawn Hoffman 2020-08-16 15:08:22 -07:00
  • 9d880c2db3 UnitTests: quiet warnings Shawn Hoffman 2020-08-16 14:28:49 -07:00
  • b5241d1c2c Merge pull request #9031 from shuffle2/msvc-overflow-workaround Jordan Woyak 2020-08-16 15:01:14 -05:00
  • deb73d0167 msvc: temporary workaround for C4789 false positive Shawn Hoffman 2020-08-16 12:49:00 -07:00
  • 0ad123bdbb BTEmu: Fix home menu inquiry assigning multiple wii remotes to wrong slots. Jordan Woyak 2020-07-26 14:10:37 -05:00
  • 6a6f1451ff Update state version. Jordan Woyak 2020-07-25 13:20:08 -05:00
  • 13ee6bd7bb BTEmu/Wiimote: Cleanups/Fixes. Jordan Woyak 2020-07-22 17:20:20 -05:00
  • 2c5920dccc Merge pull request #9028 from cristian64/netplaybrowser_deadlock_on_exit LC 2020-08-16 08:57:35 -04:00
  • ddeb2236ae Removed RunOnObject() usage to prevent deadlock on exiting the NetPlay Session Browser dialog. Christian Aguilera 2020-08-15 00:28:19 +01:00
  • 6fc7135047 Merge pull request #8855 from shuffle2/dol LC 2020-08-16 06:02:39 -04:00
  • adf22c0728 vs/msbuild: fix the build generating log files in source dirs Shawn Hoffman 2020-08-16 00:01:22 -07:00
  • 89ca9b51ad Bluetooth/WiimoteDevice: Remove some silly comments. Jordan Woyak 2020-07-22 16:54:17 -05:00
  • 1cddf9c527 BTEmu: Remove a wrong INFO_LOG. Jordan Woyak 2020-07-22 15:09:51 -05:00
  • eee1589aa3 Restoring NetPlay Session Browser dialog's settings before connecting widgets, to prevent multiple refresh requests on change. Christian Aguilera 2020-08-15 22:29:07 +01:00
  • 07a0d44b36 Merge pull request #8571 from Pokechu22/di-interrupts JosJuice 2020-08-11 20:03:41 +02:00
  • 32061c95d4 Merge pull request #9026 from JosJuice/framedump-numerator LC 2020-08-11 05:39:51 -04:00
  • bd87285f3a FrameDump: Don't ignore the time base numerator JosJuice 2020-08-11 11:16:33 +02:00
  • c2de1d041a Fix builds with system LZMA when using versions of CMake before 3.14 cyrozap 2020-08-07 23:19:57 -05:00
  • bd9d0964cd Android: Fix defaults for WiimoteContinuousScanning/EnableSpeaker JosJuice 2020-08-11 09:18:15 +02:00
  • 655e92478a Merge pull request #9022 from JosJuice/android-getrendersurfacescale-java LC 2020-08-09 21:22:07 -04:00
  • 02fe1cdec4 Android: Rewrite GetRenderSurfaceScale in Java JosJuice 2020-08-09 21:07:22 +02:00
  • ca61b6c1ab DiscIO: make use of std::nullopt Tillmann Karras 2020-08-01 01:28:21 +01:00
  • d2b06f4786 Fix various -Wshadow warnings Tillmann Karras 2020-08-01 00:17:23 +01:00
  • ee0d4661ab IOS/USB: deduplicate scan thread stopping Tillmann Karras 2020-08-02 23:47:42 +01:00
  • 1f4b9adbf5 ISO/USB: fix potential race condition Tillmann Karras 2020-08-02 23:20:33 +01:00
  • a161e58591 Merge pull request #8914 from JosJuice/jit64-low-dcbz Tilka 2020-08-08 21:19:16 +01:00
  • 8b236fc8f8 Merge pull request #8986 from jordan-woyak/button-pressed-no-ext Tilka 2020-08-08 21:06:46 +01:00
  • c0fde32d80 Merge pull request #9019 from JosJuice/verify-wad-split-tmd-ticket Tilka 2020-08-08 21:05:21 +01:00
  • 76228fa482 Jit64: Implement low DCBZ hack JosJuice 2020-06-29 18:17:19 +02:00
  • 3101d957b6 Merge pull request #8886 from JosJuice/stack-check-instruction Tilka 2020-08-08 20:59:48 +01:00
  • 6356cc8b08 Merge pull request #8910 from OatmealDome/os-deprecated-cleanup Tilka 2020-08-08 20:53:14 +01:00
  • f17b5dd41b Merge pull request #8804 from iwubcode/dsu-improvements Tilka 2020-08-08 20:45:57 +01:00
  • 7ef0bc0359 VolumeVerifier: Split TMD error from ticket error for WADs JosJuice 2020-08-08 19:38:50 +02:00
  • 76b955e090 Merge pull request #8940 from RenaKunisaki/master Tilka 2020-08-08 19:46:10 +01:00
  • 6d0bc03e00 Merge pull request #8992 from Sintendo/fselx-avx Tilka 2020-08-08 19:38:48 +01:00
  • d7a96f927c Merge pull request #9002 from OatmealDome/renderwidget-sheet Tilka 2020-08-08 19:18:32 +01:00
  • 4c64446afe Merge pull request #9005 from OatmealDome/macos-psn-arg Tilka 2020-08-08 19:11:39 +01:00
  • 340c08a88d Merge pull request #9008 from Sintendo/dspjitlea Tilka 2020-08-08 19:08:24 +01:00
  • 3201944208 Merge pull request #9016 from JosJuice/jitarm64-fctiwzx-fcvt Tilka 2020-08-08 17:55:49 +01:00
  • 8b4f16a310 JitArm64: Avoid double rounding in fctiwzx JosJuice 2020-08-07 22:44:04 +02:00
  • a77977d0aa Merge pull request #8999 from AdmiralCurtiss/input-expression-math Jordan Woyak 2020-08-07 14:40:29 -05:00
  • 5ec65a20d6 Merge pull request #9009 from JosJuice/android-settings-recreation LC 2020-08-06 19:46:16 -04:00
  • d8c0344ee8 Merge pull request #9010 from JosJuice/android-settingsadapter-redundant-static LC 2020-08-06 19:45:54 -04:00
  • 7b3056fee0 Merge pull request #9011 from JosJuice/android-settings-viewmodel LC 2020-08-06 19:45:17 -04:00
  • de5d0e54be Merge pull request #9013 from JosJuice/savescreenshot-wait-for-completion LC 2020-08-06 19:44:43 -04:00
  • 7385e9129c Remove wait_for_completion parameter from Renderer::SaveScreenshot JosJuice 2020-08-06 21:57:12 +02:00
  • 05e49b13ef Android: Fix SettingsActivity back stack behavior after stop+start JosJuice 2020-08-05 13:50:36 +02:00
  • a427eafa7b Android: Persist Settings using ViewModel JosJuice 2020-08-05 19:47:45 +02:00
  • e3911736c2 Android: Remove some static variables from SettingsAdapter JosJuice 2020-08-05 18:47:17 +02:00
  • c727f03590 Android: Properly restore state of SettingsActivityPresenter JosJuice 2020-08-05 13:21:07 +02:00
  • 363f3f82bb DSPJitRegCache: Simplify WriteReg Sintendo 2020-08-03 23:58:09 +02:00
  • 618d261b91 DSPJitMultiplier: addpaxz - AND constant directly Sintendo 2020-01-29 23:17:18 +01:00
  • 49a4e09719 DSPJit: Replace/optimize LEAs Sintendo 2020-01-29 23:01:57 +01:00
  • 5c1693587f DolphinQt: Ignore "-psn" command line option on macOS OatmealDome 2020-08-04 15:18:32 -04:00
  • b0f9bb9f13 Port some settings to the new config system JosJuice 2020-07-20 11:22:53 +02:00
  • fae8f8d68b MainWindow: Attach quit emulation sheet to RenderWidget on macOS OatmealDome 2020-08-03 05:48:57 -04:00
  • afd25de85e Merge pull request #9000 from Ebola16/S Tilka 2020-08-03 01:18:17 +01:00
  • 6020133f5b LogManager: Add missing include Ryan Meredith 2020-08-02 19:52:10 -04:00
  • 5cad82137d Allow translations and custom names in GameFile::GetNetPlayName JosJuice 2020-06-10 18:49:22 +02:00
  • a41166bb37 Make netplay's "same game" check more robust JosJuice 2020-06-07 22:58:03 +02:00
  • 25ebc3c07c Translation resources sync with Transifex JosJuice 2020-07-31 19:05:41 +02:00
  • cdf2a29b5e Qt/IOWindow: Add a handful of math functions to the function dropdown. Admiral H. Curtiss 2020-08-02 21:42:18 +02:00
  • 2281cde28b InputCommon: Add a handful of math functions to the expression parser. Admiral H. Curtiss 2020-08-02 21:40:01 +02:00
  • 7414020563 Merge pull request #8966 from Ebola16/WP JosJuice 2020-08-02 22:06:16 +02:00
  • e33876fbe2 Merge pull request #8978 from Ebola16/RS JosJuice 2020-08-02 22:05:38 +02:00
  • 234eaa0ff9 Merge pull request #7252 from Ebola16/Log JosJuice 2020-08-02 22:00:48 +02:00
  • bf3d1fa2d8 Merge pull request #8858 from Ebola16/PUP JosJuice 2020-08-02 21:56:25 +02:00
  • 08bdeefe05 Jit64AsmCommon: Use AVX in ConvertDoubleToSingle Sintendo 2020-08-02 18:07:47 +02:00
  • dc8dd5a0ef Merge pull request #8997 from Felk/osd_rgba_to_argb LC 2020-08-01 21:28:50 -04:00
  • f775e9b99d OnScreenDisplay: fix names rgba -> argb Felk 2020-08-02 01:31:05 +02:00
  • dbacffd75d Merge pull request #8731 from Pokechu22/dsp-lle-cpu-int-crash Tilka 2020-08-01 15:26:27 +01:00
  • 37827ef134 Merge pull request #8994 from JosJuice/nkit-pointer-reference Pierre Bourdon 2020-07-31 16:45:40 +02:00
  • 13f20ecd34 DolphinQt: Don't capture local pointer by reference JosJuice 2020-07-31 11:33:48 +02:00