Compiling for RG351M successfully.

This commit is contained in:
2021-08-27 12:29:51 -07:00
parent c07edc8770
commit 23c0bdaba6
4 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;