Initial work on a ErrorData structure to use globally

This commit is contained in:
irisz64
2025-08-01 17:43:42 +02:00
parent cc1078d9e8
commit c662c3ff20
6 changed files with 108 additions and 25 deletions

View File

@@ -3,7 +3,6 @@
#include <backend/RomHelpers.hpp>
#include <cassert>
#include <Core.hpp>
#include <unarr.h>
#include <Options.hpp>
namespace n64 {

View File

@@ -70,9 +70,7 @@ bool MupenMovie::Load(const fs::path &path) {
}
MupenMovie::MupenMovie(const fs::path &path) {
if (!Load(path)) {
panic("");
}
Load(path);
}
void MupenMovie::Reset() {