summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ImageOperations.cpp
AgeCommit message (Collapse)Author
2021-11-18Add option for setting the PNG zlib compression levelPokechu22
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
SPDX standardizes how source code conveys its copyright and licensing information. See https://spdx.github.io/spdx-spec/1-rationale/ . SPDX tags are adopted in many large projects, including things like the Linux kernel.
2021-01-27rename Common/File to Common/IOFileShawn Hoffman
2020-11-26InputCommon: Use Common::SavePNG() to write images.Admiral H. Curtiss
2020-10-03InputCommon: Introducing the "Dynamic Input Texture". Configuration links ↵iwubcode
an emulated input action to an image based on what host key is defined for that emulated input. Specific regions are called out in configuration that mark where to replace an input button with a host key image.