summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-10Merge pull request #10962 from askew-etc/inc-dec-select-state-hotkeysAdmiral H. Curtiss
2022-08-10Merge pull request #10944 from Sage-King/NetPlayServerUpdatesScott Mansell
2022-08-09Work around for compiler bug on Debian and FreeBSDSage King
2022-08-09Added type to SyncIndentifierComparison enum in SyncIdentifier.h in anSage King
2022-08-09Added comment explaining obscure folding syntax in NetPlayServer.cppSage King
2022-08-09Added SendResponseToAllPlayers() and SendResponseToPlayer() to NetPlayServer....Sage King
2022-08-09Updated comment explaining enet_peer_timeout's use in NetPlayClient.cpp and N...Sage King
2022-08-09Updated PEER_TIMOUT in NetPlayCommon.h to use chrono literals; Updated NetPla...Sage King
2022-08-09Refactored parameter to OnConnect() in NetPlayServer.cpp from rpac to receive...Sage King
2022-08-09Removed code duplicating comments in NetPlayServer.cpp OnConnect()Sage King
2022-08-09Added initializer braces to Client player; in NetPlayServer.cpp OnConnect()Sage King
2022-08-09Refactored variable declared in NetPlayServer.cpp OnConnect() from npver to n...Sage King
2022-08-09Merge pull request #10967 from shuffle2/sdlMai
2022-08-09Merge pull request #10959 from JosJuice/frsp-subnormalMai
2022-08-09Merge pull request #10953 from JosJuice/aarch64-add-encodingMai
2022-08-08SDL: update submodule to 5aa438e80aabe3570c0ef807d9b22bcd9835ced6Shawn Hoffman
2022-08-08Resolve "implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20"...Zopolis4
2022-08-08Restrict OpenSLES to Android via CMakeZopolis4
2022-08-08Merge pull request #10940 from InvoxiPlayGames/ipc-discordScott Mansell
2022-08-07Add hotkeys for incrementing/decrementing selected state slot (like RetroArch)askew-etc
2022-08-07Merge pull request #10963 from shuffle2/notimeJosJuice
2022-08-06add TODO for chrono in GetLocalTimeSinceJan1970Shawn Hoffman
2022-08-06Revert "msvc: use std::chrono for GetLocalTimeSinceJan1970"Shawn Hoffman
2022-08-06ResourcePack: dont scan for individual filesShawn Hoffman
2022-08-06VideoCommon: update ubershader pixel to not enforce d3d when writing color ou...iwubcode
2022-08-06VideoCommon: fix uint shader compiler error in specialized shaders. This err...iwubcode
2022-08-06Core: Use std::chrono time_since_epochDentomologist
2022-08-06Use structured binding for pair valuesDentomologist
2022-08-06VideoCommon: fix graphics target not properly setting 'draw_started' texture ...iwubcode
2022-08-06Interpreter: Fix rounding edge case in frspJosJuice
2022-08-06Translation resources sync with TransifexJosJuice
2022-08-06Add Discord presence ioctlv to /dev/dolphinInvoxiPlayGames
2022-08-06Merge pull request #10954 from shuffle2/ios-hdr-overflowAdmiral H. Curtiss
2022-08-05WiiSave: protect against a stack buffer overflowShawn Hoffman
2022-08-05Merge pull request #10952 from JosJuice/bitutils-remove-unusedTilka
2022-08-05Arm64Emitter: Fix encoding of size for ADD (vector)JosJuice
2022-08-05Common: Remove unused stuff from BitUtils.hJosJuice
2022-08-05Merge pull request #10951 from Tilka/ax_cleanupTilka
2022-08-05AX: fix comments and variable names (NFC)Tillmann Karras
2022-08-05Merge pull request #10943 from Pokechu22/gormiti-gameiniScott Mansell
2022-08-05Merge pull request #10946 from Pokechu22/remove-iLogScott Mansell
2022-08-05Merge pull request #10941 from shuffle2/crypto-cleanupJosJuice
2022-08-05Update supportedOS values in .manifest filesZopolis4
2022-08-05Merge pull request #10945 from Pokechu22/vulkan-source-file-nameTilka
2022-08-04VideoCommon: Remove old iLog fieldPokechu22
2022-08-04Vulkan: Call setSourceFile in addition to addSourceTextPokechu22
2022-08-04Merge pull request #10932 from JosJuice/nfsAdmiral H. Curtiss
2022-08-04DiscIO/VolumeVerifier: Add a note about NFS bad dumpsJosJuice
2022-08-04DiscIO/VolumeVerifier: Small logic cleanupJosJuice
2022-08-04DiscIO: Adjust GetDataSizeType logic for NFSJosJuice