Minor maintenance.

This commit is contained in:
C.W. Betts
2024-04-09 18:05:22 -06:00
parent 48ede563a1
commit 3829cdb34f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -294,19 +294,19 @@
94A9E27F157D637B0083A7DC /* Core */,
08FB77AFFE84173DC02AAC07 /* Classes */,
089C167CFE841241C02AAC07 /* Resources */,
089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
089C1671FE841209C02AAC07 /* Frameworks */,
19C28FB8FE9D52D311CA2CBB /* Products */,
);
name = VisualBoyAdvance;
sourceTree = "<group>";
};
089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
089C1671FE841209C02AAC07 /* Frameworks */ = {
isa = PBXGroup;
children = (
1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
);
name = "Frameworks and Libraries";
name = Frameworks;
sourceTree = "<group>";
};
089C167CFE841241C02AAC07 /* Resources */ = {
+1 -1
View File
@@ -223,7 +223,7 @@ static struct mLogger logger = { .log = _log };
struct VFile* vf = VFileMemChunk(nil, 0);
if (!mCoreSaveStateNamed(core, vf, SAVESTATE_SAVEDATA)) {
if (outError) {
*outError = [NSError errorWithDomain:OEGameCoreErrorDomain code:OEGameCoreCouldNotLoadStateError userInfo:nil];
*outError = [NSError errorWithDomain:OEGameCoreErrorDomain code:OEGameCoreCouldNotSaveStateError userInfo:nil];
}
vf->close(vf);
return nil;