summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-01Merge pull request #10801 from iwubcode/graphics_mod_fixes_part2JMC47
2022-07-01DolphinQt: add word wrap to graphics mods descriptioniwubcode
2022-07-01DolphinQt: save changes to disk before refreshing mod listiwubcode
2022-07-01Debugger MemoryViewWidget: Allow direct editing of memory cells.TryTwo
2022-07-01RegisterWidget: Fix crash when right-clicking when there is no selected cellPokechu22
2022-07-01Translation resources sync with TransifexJosJuice
2022-06-30Resolve GCC WarningsMinty-Meeo
2022-06-29Merge pull request #10796 from iwubcode/graphics_mod_overeager_projection_changeJMC47
2022-06-29VideoCommon: fix projection graphics mod affecting more than the intended dra...iwubcode
2022-06-28Merge pull request #10518 from iwubcode/draw-modJMC47
2022-06-27Merge pull request #10700 from sepalani/ssl-handshakeJMC47
2022-06-28Merge pull request #10682 from jordan-woyak/gate-size-settingAdmiral H. Curtiss
2022-06-27DolphinQt: add warning if graphics mods are not enablediwubcode
2022-06-27Data: add default data for hud and bloom on some gamesiwubcode
2022-06-27DolphinQt: add widget in game properties to list the various graphics mods av...iwubcode
2022-06-27VideoCommon: dump EFB with size and texture format details and dump XFB with ...iwubcode
2022-06-27VideoCommon: support dynamically updating game mods at runtimeiwubcode
2022-06-27VideoCommon: trigger mod calls in TextureCacheBase (efb/xfb calls), VertexMan...iwubcode
2022-06-27VideoCommon: add UninitializeEFBMemory to mirror XFB functioniwubcode
2022-06-27Core / DolphinQt / VideoCommon: add setting for enabling graphic modsiwubcode
2022-06-27VideoCommon: add logic to handle a GraphicsMod while Dolphin is runningiwubcode
2022-06-27VideoCommon: add logic to read a GraphicsMod from configurationiwubcode
2022-06-27Android: Refactor reading "wiiController" preferenceJosJuice
2022-06-27Revert "Partially revert "Android: Clean up hardcoded platform names""JosJuice
2022-06-27Android: Add app link intent URI to channels projectionJosJuice
2022-06-26DolphinQt: Renamed "Range" to "Multiplier" in advanced mapping window. Remove...Jordan Woyak
2022-06-26DolphinQt: Don't show the advanced input settings on the main dialog.Jordan Woyak
2022-06-26ControllerEmu: Allow settings to be categorized as "advanced". Make "Virtual ...Jordan Woyak
2022-06-26ControllerEmu: Expose gate size setting for octagon analog sticks.Jordan Woyak
2022-06-26VideoCommon: add game mod constantsiwubcode
2022-06-26Core: add GraphicsMod directoryiwubcode
2022-06-26VideoCommon: create variables for EFB/XFB copy prefix. Reword prefix to 'efb...iwubcode
2022-06-26VideoCommon: add a way to get have a graphics directory count for all games b...iwubcode
2022-06-26VideoCommon: add support for setting and getting the stage from the texture infoiwubcode
2022-06-26VideoCommon: add function to check whether TextureFormat is a valid valueiwubcode
2022-06-25Merge pull request #10746 from Pokechu22/bs2-emu-registersJMC47
2022-06-25BS2Emu: Initialize the last rows of postMatrices to the identity matrixPokechu22
2022-06-25BS2Emu: Set HID0/1/2/4 and MSR with correct default valuesPokechu22
2022-06-25Merge pull request #10785 from Pokechu22/dsp-halt-mail-initializeJMC47
2022-06-25DSPHLE: Properly reflect initial halt state in mail handlerPokechu22
2022-06-25Merge pull request #10784 from AdmiralCurtiss/mail-handler-stateJMC47
2022-06-25DSPHLE: Add variables in CMailHandler to savestate.Admiral H. Curtiss
2022-06-25Uncapitalizing wikimaxdunbar
2022-06-25Merge pull request #10782 from Pokechu22/dsp-hle-asnd-fixAdmiral H. Curtiss
2022-06-24DSPHLE: Fix build error in the libasnd uCodePokechu22
2022-06-24Merge pull request #10763 from Pokechu22/dsp-hle-asndJMC47
2022-06-24VideoCommon: enable optimizer and remove debug details when converting GLSL t...iwubcode
2022-06-24VideoBackends / VideoCommon: refactor Vulkan to use new SPIRV functionalityiwubcode
2022-06-24VideoCommon: update pixel shader output to match old D3D codeiwubcode
2022-06-24D3D: update BoundingBox to match generated shader codeiwubcode