icculus / ControllerImage

A library for producing images of SDL controllers.
zlib License
107 stars 2 forks source link

Add guids to database #23

Closed icculus closed 7 months ago

icculus commented 7 months ago

Right now we only match the basic controllers, if SDL3 decides the controller is Xbox or PlayStation, etc.

Actual GUIDs associated with the art is needed to bridge the rest of the gap.

This needs a database change and then some manual labor to fill in GUIDs in the art subdirectories.

The actual library already has code in place to do the GUID lookups.