mirror of https://github.com/mgba-emu/mgba.git
3DS: Fix build
This commit is contained in:
parent
d432ec34e1
commit
46c44120c9
|
@ -148,7 +148,7 @@ bool mUpdateLoad(const struct mCoreConfig* config, const char* prefix, struct mU
|
|||
snprintf(key, sizeof(key), "%s.path", prefix);
|
||||
update->path = mCoreConfigGetValue(config, key);
|
||||
snprintf(key, sizeof(key), "%s.size", prefix);
|
||||
uint32_t size = 0;
|
||||
unsigned size = 0;
|
||||
mCoreConfigGetUIntValue(config, key, &size);
|
||||
if (!update->path && !size) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue