Merge pull request #17733 from pstef/ozone-footer-label

This commit is contained in:
LibretroAdmin 2025-03-25 21:45:08 -07:00 committed by GitHub
commit 999de04ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -336,7 +336,7 @@ typedef struct
{
const char *str;
float x;
size_t width;
int width; /* -1 on error */
bool show;
} ozone_footer_label_t;