mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
doom: Fix warning with RGNano Simulator
Change-Id: I311c7afb203d00a229d79ce655f41b702634a03f
This commit is contained in:
parent
707585e6c0
commit
b40cf73d36
1 changed files with 1 additions and 5 deletions
|
@ -202,11 +202,7 @@ const unsigned char versions_builtin[7][20] =
|
|||
"TNT"
|
||||
};
|
||||
|
||||
#ifdef RG_NANO /* Path is a bit longer */
|
||||
const unsigned char wads_builtin[7][34] =
|
||||
#else
|
||||
const unsigned char wads_builtin[7][30] =
|
||||
#endif
|
||||
const unsigned char wads_builtin[7][35] =
|
||||
{
|
||||
GAMEBASE"doom1.wad",
|
||||
GAMEBASE"doom.wad",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue