Commit Graph

  • 43d4923e78 Config: Allow passing std::nullopt for the region in GetMemcardPath() to use the region as configured in the path itself. Falls back to the fallback region if no region is in the path. Admiral H. Curtiss 2022-06-16 01:07:28 +02:00
  • a25c835d00 lint: Don't check for WSL2 host path on non-Linux OSes OatmealDome 2022-08-15 16:13:18 -04:00
  • df19588032 MoltenVK: Update to v1.1.11 OatmealDome 2022-08-14 17:37:59 -04:00
  • b6a18b0da5 Merge pull request #10980 from JosJuice/android-no-dir-init-fail JosJuice 2022-08-14 15:47:50 +02:00
  • 46cb106124 Android: Clean up StringSingleChoiceSetting naming JosJuice 2022-08-14 10:50:38 +02:00
  • 1646197902 Android: Force quit app if external storage isn't mounted JosJuice 2022-08-12 21:29:54 +02:00
  • 92c6407c45 Merge pull request #10970 from AdmiralCurtiss/directoryblob-encrypted Admiral H. Curtiss 2022-08-12 22:35:40 +02:00
  • b96bc4267e InputCommon: Enable ARC for obj-c++ TellowKrinkle 2022-08-12 02:09:53 -05:00
  • 235b67707f Common:X64ABI: Work around clang-format being dumb TellowKrinkle 2022-08-11 23:57:28 -05:00
  • d29b349a0c Merge pull request #10975 from Pokechu22/android-docs-command-line JosJuice 2022-08-11 23:07:18 +02:00
  • ce08de8cc6 Merge pull request #10948 from t895/splash JosJuice 2022-08-11 20:05:46 +02:00
  • be33e1079d Merge pull request #10972 from AdmiralCurtiss/ios-fs-metadata-nop Léo Lam 2022-08-11 16:16:45 +01:00
  • f2a074f4f8 Common:X64ABI: Make proper stack frames TellowKrinkle 2022-06-24 23:08:18 -05:00
  • b5da4e9d48 CMake: Don't omit frame pointer on RelWithDebInfo builds TellowKrinkle 2022-06-24 23:01:25 -05:00
  • 0c89e5ea8d Add AndroidTV splash screen Charles Lombardo 2022-08-10 15:53:45 -04:00
  • 1dff1c3fe8 Android: Add Androidx splash screen to wait for directory initialization Charles Lombardo 2022-07-19 00:23:57 -04:00
  • f7e4144e55 Android: Improve documentation on command-line build Pokechu22 2022-08-10 11:55:52 -07:00
  • 7ac042d00b DirectoryBlob: Fix partition size mixup for encrypted Wii discs. Admiral H. Curtiss 2022-08-10 05:21:12 +02:00
  • 3f794bf87e Merge pull request #10974 from t895/permissions-fix JosJuice 2022-08-10 20:27:30 +02:00
  • 6fbc1cbcce Merge pull request #10938 from Pokechu22/android-signing-config JosJuice 2022-08-10 20:26:59 +02:00
  • a91e47899d Android: Prevent app lockup when revoking write access Charles Lombardo 2022-08-10 13:51:30 -04:00
  • 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