summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02lint: update to clang-format-13Pierre Bourdon
2023-02-01Merge pull request #11157 from h3xx/use-gnuinstalldirsAdmiral H. Curtiss
2023-02-01Merge pull request #11495 from OatmealDome/android-cmakeAdmiral H. Curtiss
2023-02-01Merge pull request #11525 from t895/runtime-switch-fixJosJuice
2023-02-01Android: Fix settings being editable when marked otherwiseCharles Lombardo
2023-01-31UICommon: Don't check the registry key or use the old user directory path on ...OatmealDome
2023-01-31CommonPaths: Add Steam-specific user directoryOatmealDome
2023-01-31CommonPaths: Split platform-specific definitions for user directories into tw...OatmealDome
2023-01-31CommonPaths: Split PORTABLE_USER_DIR into "portable" and "embedded" to accomo...OatmealDome
2023-01-31UICommon: Use NORMAL_USER_DIR for WindowsOatmealDome
2023-01-31CommonPaths: Rename DOLPHIN_DATA_DIR to NORMAL_USER_DIROatmealDome
2023-01-31CommonPaths: Rename USERDATA_DIR to PORTABLE_USER_DIROatmealDome
2023-01-31Merge pull request #11434 from momocaoo/graphics-mod-folder-buttonPierre Bourdon
2023-02-01Merge pull request #11501 from iwubcode/abstract_texture_load_specify_layerScott Mansell
2023-02-01Merge pull request #11418 from shuffle2/sdlScott Mansell
2023-01-31Merge pull request #11506 from phire/cmake_fixesScott Mansell
2023-01-31Merge pull request #11435 from techydude0713/wc24-utc-fixScott Mansell
2023-01-31CMake/MSVC: Fix conflicting flags in mbedtlsScott Mansell
2023-01-31CMake/MSVC: Fix warnings about conflicting /Zi and /Z7Scott Mansell
2023-01-31CMake/MSVC: Fix PCH disabled buildScott Mansell
2023-01-31Cmake/MSVC: Fix Qt6 discover for IDEs other than Visual StudioScott Mansell
2023-01-31Merge pull request #10864 from TellowKrinkle/BetterLogicBlendOatmealDome
2023-01-31Add some descriptions to new classesScott Mansell
2023-01-31Cleanup headersScott Mansell
2023-01-31Expose Renderer's FramecountScott Mansell
2023-01-31Renderer still needs to track swaps for savestatesScott Mansell
2023-01-31Also use events for config changedScott Mansell
2023-01-31Split out everying remaining from SwapScott Mansell
2023-01-31Wire up frame before/after eventsScott Mansell
2023-01-31Introduce an Event system to VideoCommonScott Mansell
2023-01-31Delete unused EFBHasAlphaChannel functionScott Mansell
2023-01-31Move ConfigChanged out of RenderBaseScott Mansell
2023-01-31Move GraphicsMod out of RenderBaseScott Mansell
2023-01-31Move utiltily drawing out of RenderBaseScott Mansell
2023-01-31Move BoundingBox out of RenderBaseScott Mansell
2023-01-31Fix missing includeScott Mansell
2023-01-31Add AbstractGfx for DX12Scott Mansell
2023-01-31Implement AbstractGfx for Dx11Scott Mansell
2023-01-31Add virtual Initialize() to PerfQueryBaseScott Mansell
2023-01-31Fix dead code.Scott Mansell
2023-01-31Implement AbstactGfx for MetalScott Mansell
2023-01-31Fix warningScott Mansell
2023-01-31Replace BeginUI/EndUIScott Mansell
2023-01-31Present: Set surface info before initializing ImGuiScott Mansell
2023-01-31Fix misnamed local variableScott Mansell
2023-01-31Handle VideoSoftware's present fallback betterScott Mansell
2023-01-31Fix warning about using & with boolsScott Mansell
2023-01-31Fix warning about compare sign mismatchScott Mansell
2023-01-31Minimise include polution from RenderStateScott Mansell
2023-01-31Implement AbstractGfx for VulkanScott Mansell