mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
Add support for specifying an empty image as custom button image.
This commit is contained in:
parent
047913ddd3
commit
e7a1bb0081
@ -252,6 +252,7 @@ namespace CustomKeyData {
|
||||
{ ImageID("I_ARROW_UP"), 0.0f},
|
||||
{ ImageID("I_ARROW_DOWN"), 0.0f},
|
||||
{ ImageID("I_THREE_DOTS"), 0.0f},
|
||||
{ ImageID("I_EMPTY"), 0.0f},
|
||||
};
|
||||
|
||||
// Shape list
|
||||
|
Loading…
Reference in New Issue
Block a user