1
0
Fork 0
forked from len0rd/rockbox

fix some of the red introduced in e43726d

Change-Id: Id1abb0dd11f8a8e79a80fc54e58a5a22706a03ad
This commit is contained in:
Solomon Peachy 2020-10-01 12:53:42 -04:00
parent e43726df2c
commit 6d47dc9a88
6 changed files with 5 additions and 13 deletions

View file

@ -2525,7 +2525,7 @@ static const struct {
{ "Screendump", dbg_screendump },
#endif
{ "Skin Engine RAM usage", dbg_skin_engine },
#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SONY_NWZ_LINUX) || defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20) && !defined(SIMULATOR)
#if ((CONFIG_PLATFORM & PLATFORM_NATIVE) || defined(SONY_NWZ_LINUX) || defined(AGPTEK_ROCKER) || defined(XDUOO_X3II) || defined(XDUOO_X20)) && !defined(SIMULATOR)
{ "View HW info", dbg_hw_info },
#endif
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)