Skip to content

Commit ed497a7

Browse files
Use a standard exception when a cia fails to be installed
1 parent a39dfc9 commit ed497a7

File tree

1 file changed

+1
-1
lines changed
  • src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS

1 file changed

+1
-1
lines changed

src/BizHawk.Emulation.Cores/Consoles/Nintendo/3DS/Encore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public Encore(CoreLoadParameters<EncoreSettings, EncoreSyncSettings> lp)
160160
throw new CIAInstallThrowable("The update CIA was successfully installed.");
161161
}
162162

163-
throw new CIAInstallThrowable(outMsg);
163+
throw new Exception(outMsg);
164164
}
165165
}
166166

0 commit comments

Comments
 (0)