checkwps: Validate %?St() tags

This will bail if referenced setting name does not exist.

Change-Id: I7abd54ec1260d3da6024ebec809f8e270b0a84e5
This commit is contained in:
Solomon Peachy 2025-09-27 10:15:28 -04:00
parent d57e1a21d1
commit d7d7627baf
6 changed files with 91 additions and 22 deletions

View file

@ -21,18 +21,17 @@
#ifndef _ICONS_H_
#define _ICONS_H_
#ifndef PLUGIN
#if !defined(PLUGIN) && !defined(__PCTOOL__)
#include <lcd.h>
#include "metadata.h"
/* External bitmaps */
#include "bitmaps/rockboxlogo.h"
#ifdef HAVE_REMOTE_LCD
#include "bitmaps/remote_rockboxlogo.h"
#endif
#endif /* PLUGIN */
#endif /* !(PLUGIN || __PCTOOL__) */
struct cbmp_bitmap_info_entry /* */
{