Commit Graph

  • 1004e34167 Android: Don't set the signingConfig if keystore property isn't set Pokechu22 2022-08-02 17:53:52 -07:00
  • 3f6795f5e8 Merge pull request #10971 from Zopolis4/readmemakeup Scott Mansell 2022-08-10 19:32:13 +12:00
  • a89fe51543 Merge pull request #10973 from phire/freebsd_fmt_consteval Scott Mansell 2022-08-10 19:29:14 +12:00
  • 12a5f73418 Workaround Freebsd/clang/fmt bug Scott Mansell 2022-08-10 18:21:47 +12:00
  • 2747ab7765 Merge pull request #10653 from t895/tv-card Scott Mansell 2022-08-10 16:42:45 +12:00
  • 0d39c4a78a IOS/FS: Skip writing FST if SetMetadata() changes nothing. Admiral H. Curtiss 2022-08-10 06:27:37 +02:00
  • e926946f64 Consistent tv card colors Charles Lombardo 2022-05-11 21:14:02 -04:00
  • cdea675827 Fix minor typo in readme Zopolis4 2022-08-10 13:42:09 +10:00
  • 1dbe2a4ea2 Merge pull request #10431 from Zopolis4/readmemakover Scott Mansell 2022-08-10 14:40:24 +12:00
  • dcdba11ded Merge pull request #10962 from askew-etc/inc-dec-select-state-hotkeys Admiral H. Curtiss 2022-08-10 01:41:32 +02:00
  • 4f96d2f1c3 Merge pull request #10944 from Sage-King/NetPlayServerUpdates Scott Mansell 2022-08-10 10:54:53 +12:00
  • da803adf15 Work around for compiler bug on Debian and FreeBSD Sage King 2022-08-09 16:26:03 -06:00
  • 66276ac61b Added type to SyncIndentifierComparison enum in SyncIdentifier.h in an attempt to fix a failed call to operator<< in SendResponse() Sage King 2022-08-07 18:39:07 -06:00
  • 978b6a8724 Added comment explaining obscure folding syntax in NetPlayServer.cpp Sage King 2022-08-07 16:56:13 -06:00
  • a12099404e Added SendResponseToAllPlayers() and SendResponseToPlayer() to NetPlayServer.cpp and refactored OnConnect to use them Sage King 2022-08-07 13:28:10 -06:00
  • 477c20e28d Updated comment explaining enet_peer_timeout's use in NetPlayClient.cpp and NetPlayServer.cpp; Corrected syntax related to PEER_TIMEOUT in NetplayClient.cpp Sage King 2022-08-07 09:37:28 -06:00
  • 2f367d7a9b Updated PEER_TIMOUT in NetPlayCommon.h to use chrono literals; Updated NetPlayServer.cpp OnConnect() by putting commonly used code into named functions Sage King 2022-08-06 10:23:27 -06:00
  • d81756e9b9 Refactored parameter to OnConnect() in NetPlayServer.cpp from rpac to received_packet Sage King 2022-08-04 09:26:21 -06:00
  • 9d14d95737 Removed code duplicating comments in NetPlayServer.cpp OnConnect() Sage King 2022-08-04 08:26:46 -06:00
  • 5dea8aaed0 Added initializer braces to Client player; in NetPlayServer.cpp OnConnect() Sage King 2022-08-04 08:32:31 -06:00
  • d11df2b700 Refactored variable declared in NetPlayServer.cpp OnConnect() from npver to netplay_version Sage King 2022-08-04 08:23:51 -06:00
  • a006b1416f Merge pull request #10967 from shuffle2/sdl Mai 2022-08-09 18:18:08 -04:00
  • c2dd58c361 Merge pull request #10959 from JosJuice/frsp-subnormal Mai 2022-08-09 18:17:21 -04:00
  • e9e2c741a2 Merge pull request #10953 from JosJuice/aarch64-add-encoding Mai 2022-08-09 18:13:50 -04:00
  • a1941156b6 SDL: update submodule to 5aa438e80aabe3570c0ef807d9b22bcd9835ced6 for a Windows.Gaming.Input fix Shawn Hoffman 2022-08-08 16:10:10 -07:00
  • e54818e60d Resolve "implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20" warning Zopolis4 2022-08-08 11:25:19 +10:00
  • e2aefe13a6 Restrict OpenSLES to Android via CMake Zopolis4 2022-08-08 09:17:41 +10:00
  • 4c2d707538 Merge pull request #10940 from InvoxiPlayGames/ipc-discord Scott Mansell 2022-08-08 08:11:42 +12:00
  • 914f38753a Add hotkeys for incrementing/decrementing selected state slot (like RetroArch) askew-etc 2022-08-07 12:20:09 -05:00
  • d69f38f415 Merge pull request #10963 from shuffle2/notime JosJuice 2022-08-07 09:08:20 +02:00
  • 6e94c20abd add TODO for chrono in GetLocalTimeSinceJan1970 Shawn Hoffman 2022-08-06 22:25:30 -07:00
  • 292724b228 Revert "msvc: use std::chrono for GetLocalTimeSinceJan1970" Shawn Hoffman 2022-08-06 22:22:14 -07:00
  • 9bb8315441 ResourcePack: dont scan for individual files walking the zip prevents minizip from re-reading the same data repeatedly from the actual backing filesystem. also improves most usages of minizip to allow for >4GB, files altho we probably don't need it Shawn Hoffman 2022-08-06 13:26:04 -07:00
  • 637dca680c VideoCommon: update ubershader pixel to not enforce d3d when writing color output that has been defined as uints iwubcode 2022-08-06 16:04:05 -05:00
  • 05135b4f43 VideoCommon: fix uint shader compiler error in specialized shaders. This error is in renderers that use uint for their color output (for logic ops). Remove D3D check for uint output since other backends could use uint output as well. iwubcode 2022-07-11 21:20:38 -05:00
  • 02cd4ecf7d Core: Use std::chrono time_since_epoch Dentomologist 2022-08-05 17:31:25 -07:00
  • ff26f6435e Use structured binding for pair values Dentomologist 2022-08-05 17:14:57 -07:00
  • 0b5f7d2c5f VideoCommon: fix graphics target not properly setting 'draw_started' texture names for efb/xfb iwubcode 2022-07-21 22:26:36 -05:00
  • c5d9514cd9 Interpreter: Fix rounding edge case in frsp JosJuice 2022-08-06 18:54:19 +02:00
  • 7b2b559743 Translation resources sync with Transifex JosJuice 2022-08-06 15:50:00 +02:00
  • f9e39cf200 Add Discord presence ioctlv to /dev/dolphin InvoxiPlayGames 2022-08-03 05:46:11 +01:00
  • 92ed0e33a8 Merge pull request #10954 from shuffle2/ios-hdr-overflow Admiral H. Curtiss 2022-08-06 03:06:10 +02:00
  • 3ca673a675 WiiSave: protect against a stack buffer overflow Shawn Hoffman 2022-08-05 17:24:03 -07:00
  • 3595c8b295 Merge pull request #10952 from JosJuice/bitutils-remove-unused Tilka 2022-08-05 21:08:02 +01:00
  • 52661dcc76 Arm64Emitter: Fix encoding of size for ADD (vector) JosJuice 2022-08-05 21:40:46 +02:00
  • c00008e3cd Common: Remove unused stuff from BitUtils.h JosJuice 2022-08-05 17:54:51 +02:00
  • d48d317cfb Merge pull request #10951 from Tilka/ax_cleanup Tilka 2022-08-05 15:27:07 +01:00
  • b8e64b1f43 AX: fix comments and variable names (NFC) Tillmann Karras 2022-08-05 14:50:17 +01:00
  • 04beb23877 Merge pull request #10943 from Pokechu22/gormiti-gameini Scott Mansell 2022-08-05 22:56:28 +12:00
  • ebf95370ef Merge pull request #10946 from Pokechu22/remove-iLog Scott Mansell 2022-08-05 22:42:09 +12:00
  • 939fa1ed1c Merge pull request #10941 from shuffle2/crypto-cleanup JosJuice 2022-08-05 12:12:34 +02:00
  • b9b7ff6e25 Update supportedOS values in .manifest files Zopolis4 2022-06-14 18:34:45 +10:00
  • e638bb658f Merge pull request #10945 from Pokechu22/vulkan-source-file-name Tilka 2022-08-05 00:03:25 +01:00
  • 354530cf61 VideoCommon: Remove old iLog field Pokechu22 2022-08-04 15:38:22 -07:00
  • 20a2a2174d Vulkan: Call setSourceFile in addition to addSourceText Pokechu22 2022-08-04 15:09:12 -07:00
  • 5508c52a95 Merge pull request #10932 from JosJuice/nfs Admiral H. Curtiss 2022-08-04 22:20:08 +02:00
  • 6fc3bbbdd9 DiscIO/VolumeVerifier: Add a note about NFS bad dumps JosJuice 2022-08-01 16:53:42 +02:00
  • 02e3125f23 DiscIO/VolumeVerifier: Small logic cleanup JosJuice 2022-08-01 12:15:43 +02:00
  • 40a4eb3893 DiscIO: Adjust GetDataSizeType logic for NFS JosJuice 2022-08-01 11:53:30 +02:00
  • a87dffe52d DiscIO: Replace IsDataSizeAccurate with GetDataSizeType JosJuice 2022-08-01 11:53:30 +02:00
  • 3a6df63e9b DiscIO: Add support for the NFS format JosJuice 2022-07-31 10:14:03 +02:00
  • bb27d4cc95 DiscIO/VolumeWii: Decouple "is encrypted" from "is hashed" JosJuice 2022-07-31 13:28:01 +02:00
  • ceae42b754 Merge pull request #10477 from Pokechu22/light-dir-double-normalize Tilka 2022-08-04 18:30:30 +01:00
  • 8129874d11 Sanitize and use increased precision when normalizing light directions Pokechu22 2022-02-24 20:17:43 -08:00
  • f59f1a2a35 Merge pull request #10740 from Tilka/cxx20 Mai 2022-08-04 09:31:31 -04:00
  • 3ad6e3abc2 Merge pull request #10768 from Pokechu22/dsp-hle-gba-class Tilka 2022-08-04 13:50:30 +01:00
  • 8105d0034d Merge pull request #10821 from Pokechu22/dimar-masking Tilka 2022-08-04 12:50:49 +01:00
  • bf70026728 DSPHLE: Require implementing DoState Pokechu22 2022-06-20 12:37:58 -07:00
  • f2e833b5c4 DSPHLE: Eliminate global state in AX uCode Pokechu22 2022-06-22 13:20:00 -07:00
  • 8d66c29f33 DSPHLE: Eliminate global state in GBA uCode + accuracy improvements Pokechu22 2022-06-19 12:09:32 -07:00
  • 8b65e84121 DSPHLE: Make all uCode implementations final classes Pokechu22 2022-06-19 11:34:53 -07:00
  • b02653722d Merge pull request #10856 from JosJuice/android-tv-user-data-2 Mai 2022-08-03 20:24:54 -04:00
  • 4617ee7d89 Merge pull request #10787 from JosJuice/channel-uri Mai 2022-08-03 20:21:45 -04:00
  • 098fc8cadc Merge pull request #10790 from JosJuice/android-wii-controller-magic Mai 2022-08-03 20:21:11 -04:00
  • 8316c7af99 GameSettings: Add patch for black screens in Gormiti: The Lords of Nature! Pokechu22 2022-08-03 11:31:07 -07:00
  • e353f8ba0d GameSettings: Use Safe Texture Cache for Gormiti: The Lords of Nature! Pokechu22 2022-08-03 11:24:48 -07:00
  • 27669fc7c8 Merge pull request #10828 from JosJuice/jitarm64-32-bit-exception Mai 2022-08-03 14:36:19 -04:00
  • a8b2174ce6 Merge pull request #10872 from shuffle2/timer Mai 2022-08-03 14:30:29 -04:00
  • 173337104f Merge pull request #10919 from JosJuice/android-wait-on-fab-click Mai 2022-08-03 14:22:42 -04:00
  • 385764ebe0 Merge pull request #10913 from shuffle2/vsnext Mai 2022-08-03 14:21:53 -04:00
  • f3c85cad6e Merge pull request #10937 from Pokechu22/lego-indiana-jones-missing-color-value Mai 2022-08-03 14:18:39 -04:00
  • ebb8402a24 Merge pull request #10934 from sepalani/bba-igmp Mai 2022-08-03 14:17:41 -04:00
  • f93b04dc94 Merge pull request #10935 from Pokechu22/icache-dont-save-lookup-table Mai 2022-08-03 14:14:39 -04:00
  • b2c2076c17 Merge pull request #10942 from Minty-Meeo/vestigial-preprocessor-block Pokechu22 2022-08-03 10:59:09 -07:00
  • 347dd03c3f Remove Vestigial Preprocessor Block in Jit64/Jit.cpp Minty-Meeo 2022-08-03 12:25:37 -05:00
  • b39d8f1ce4 Merge pull request #10911 from shuffle2/fast-default-verify JosJuice 2022-08-03 16:55:04 +02:00
  • bf5076eb01 crypto/sha1: add real workaround for msvc/arm64 bad codegen Shawn Hoffman 2022-08-02 23:05:45 -07:00
  • 78142e30cc crypto/sha1: simplify enablement of sha insns on non-msvc Shawn Hoffman 2022-08-02 23:05:07 -07:00
  • 4e6aa28da4 crypto/aes: silence warning on godforsaken android gcc Shawn Hoffman 2022-08-02 23:03:51 -07:00
  • 403f3693da NetPlay: use sha1 instead of md5 Shawn Hoffman 2022-07-27 18:47:52 -07:00
  • c7ce035a7f NetPlay: rename md5 -> game digest Shawn Hoffman 2022-07-27 18:43:16 -07:00
  • ec9b30681b msvc: silence warning in qt header Shawn Hoffman 2022-07-28 13:11:34 -07:00
  • bdf3a03c04 DolphinQt: fix BootSessionData dtor not being called std::unique_ptr can't/won't call deleter on incomplete type generated warning on vs 17.3.0 preview 5.0 Shawn Hoffman 2022-07-28 13:06:47 -07:00
  • 683f7f7210 msbuild: tidy up the linked libs Shawn Hoffman 2022-07-31 01:10:39 -07:00
  • c5da2877cc msbuild: refactor to reduce rebuild events * moves dolphin-specific settings out of Base.props * creates exports.props for externals, allowing to easily import individual Externals * corrects some cruft that accumulated and probably contributed to msbuild overbuilding Shawn Hoffman 2022-07-31 00:39:35 -07:00
  • fec61f89a3 Timer: protect usages of ms timers from rollover Shawn Hoffman 2022-07-18 11:48:20 -07:00
  • 0fe99e9bc8 ThrottleCallback: correct units in log make first invocation a bit more correct Shawn Hoffman 2022-07-18 03:50:47 -07:00
  • 86da6c98fb msvc: use std::chrono for GetLocalTimeSinceJan1970 Shawn Hoffman 2022-07-18 01:10:22 -07:00
  • b473c35873 windows: mark as HighQoS, ensure timer resolution is honored Shawn Hoffman 2022-07-18 00:20:26 -07:00
  • 3384b1385e move "double time" code into State from Timer Ideally the statesave format could be changed to just store a u64 in the future Shawn Hoffman 2022-07-17 20:59:31 -07:00