Compiling for RG351M successfully.

This commit is contained in:
2021-08-27 12:29:51 -07:00
parent 3ac96dc3c2
commit 2986915291
5 changed files with 9 additions and 4 deletions

View File

@ -7,7 +7,7 @@
#include "../libs.h"
/** Prefix of all asset load methods, may be customizable in future. */
#define ASSET_PREFIX "../assets/"
#define ASSET_PREFIX "assets/"
/** Definition of an asset ready to be buffered */
typedef FILE assetbuffer_t;