Proof-of-concept dynamic panel creation

This commit is contained in:
2023-09-19 16:08:40 +02:00
parent b293ceeb0d
commit b2e130de1f
2 changed files with 24 additions and 1 deletions

View File

@@ -27,5 +27,5 @@ char* driver_get_name(void)
char* driver_get_image(void)
{
return "g-wolves/htx/htx_0.png";
return "drivers/g-wolves/htx/htx_0.png";
}