Skip to content

Commit

Permalink
Add glyph as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
XerTheSquirrel committed Dec 23, 2023
1 parent a5bc084 commit 7bb7270
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libretro-common/include/libretro.h
Original file line number Diff line number Diff line change
Expand Up @@ -3514,6 +3514,9 @@ struct retro_query_input_device_id

/** The description of this specific id, such as @c "Right Trigger". */
const char* description;

/** The glyph that is shown for this input, may be @c NULL . */
const char* glyph;
} specific;
} response;
};
Expand Down

0 comments on commit 7bb7270

Please sign in to comment.