summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-25Merge pull request #11594 from t895/autofit-gridJosJuice
2023-02-25Android: Remove unused refreshScreenshotAtPosition interface methodCharles Lombardo
2023-02-25Android: Create AutofitGridLayoutManagerCharles Lombardo
2023-02-25PowerPC: Rework CPUThreadGuard handling in Expression.cppJosJuice
2023-02-25Merge pull request #11551 from iwubcode/d3d11_sampler_bitsetPierre Bourdon
2023-02-24Qt/WiimoteControllersWidget: Add bluetooth unavailable messageDentomologist
2023-02-24Migrate non-destructive calls of File::CopyDir() to File::Copy().Admiral H. Curtiss
2023-02-24Common/FileUtil: Use non-throwing overload of is_directory() in CreateDir() a...Admiral H. Curtiss
2023-02-24Common/FileUtil: Add CreateDirs() function as a wrapper around std::filesyste...Admiral H. Curtiss
2023-02-24Common/FileUtil: Add Copy() function as a wrapper around std::filesystem::cop...Admiral H. Curtiss
2023-02-24VideoBackends: rework d3d11 to specify samplers/bound textures using a bitset...iwubcode
2023-02-24Merge pull request #11598 from shuffle2/std-prngPierre Bourdon
2023-02-23Bump requried Clang to 12 (AppleClang 13.0.0)Scott Mansell
2023-02-23Enforce minimum supported versions of GCC and ClangScott Mansell
2023-02-22use std-provided randomness for JitArm64 unittestsShawn Hoffman
2023-02-22Merge pull request #11566 from v1993/patch-2Admiral H. Curtiss
2023-02-22Merge pull request #11595 from AdmiralCurtiss/rename-file-copyAdmiral H. Curtiss
2023-02-22Common/FileUtil: Rename Copy() to CopyRegularFile().Admiral H. Curtiss
2023-02-21Merge pull request #11592 from Pokechu22/fix-delete-ticketLéo Lam
2023-02-20IOS/ES: Fix crash when deleting ticketsPokechu22
2023-02-20Merge pull request #11590 from t895/unused-layout-classJosJuice
2023-02-20Merge pull request #11408 from t895/coilJosJuice
2023-02-20Android: Remove SettingsFrameLayoutCharles Lombardo
2023-02-20Merge pull request #11555 from CookiePLMonster/wil-todosMai
2023-02-20Merge pull request #11587 from AdmiralCurtiss/code-view-breakpoint-logicMai
2023-02-20Android: Replace Glide with Coil image loadingCharles Lombardo
2023-02-20Qt/CodeViewWidget: Don't read PC in Update() if we don't have a CPU thread gu...Admiral H. Curtiss
2023-02-20Qt/CodeViewWidget: Don't try to pause emulator in Update() if we happen to be...Admiral H. Curtiss
2023-02-20Merge pull request #11398 from SeekyCt/conditional-bp-streqAdmiral H. Curtiss
2023-02-20Debugger: Add string comparison to conditional breakpoints.Seeky
2023-02-19VideoCommon: Reword the unknown opcode error messageJosJuice
2023-02-19Merge pull request #11581 from shuffle2/sdlAdmiral H. Curtiss
2023-02-18update sdlShawn Hoffman
2023-02-18Jit64: Fix the offsetAddedToAddress correctionJosJuice
2023-02-18Merge pull request #11521 from t895/adjust-grid-optionsJosJuice
2023-02-18Merge pull request #11578 from Pokechu22/memory-leaks-feb-2023Admiral H. Curtiss
2023-02-18Merge pull request #11579 from Pokechu22/audio-stretching-label-enableAdmiral H. Curtiss
2023-02-17AudioPane: Fix inconsistent initial state of audio stretching labelsPokechu22
2023-02-17InputCommon: Fix memory leak in ExpressionParserPokechu22
2023-02-17CodeViewWidget: Fix memory leakPokechu22
2023-02-17MemoryViewWidget: Fix memory leaksPokechu22
2023-02-17Merge pull request #11576 from yannhodiesne/convert-prevent-file-deletionAdmiral H. Curtiss
2023-02-17Merge pull request #11577 from JosJuice/android-armeabi-v7aMarkus Wick
2023-02-17Android: Fix armeabi-v7a buildJosJuice
2023-02-17Use a success count instead of files countYann Hodiesne
2023-02-17Check the input and destination paths before converting a game file onto itselfYann Hodiesne
2023-02-17Merge pull request #11574 from K0bin/val-fixScott Mansell
2023-02-16Merge pull request #11575 from AdmiralCurtiss/mtmsr-5byte-jmpMarkus Wick
2023-02-16Jit64: Use 5 byte jump in mtmsr for the CP interrupt check.Admiral H. Curtiss
2023-02-16VideoBackends:Vulkan: Fix printing validation errorsRobin Kertels