Initial work on a ErrorData structure to use globally
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include <backend/RomHelpers.hpp>
|
||||
#include <cassert>
|
||||
#include <Core.hpp>
|
||||
#include <unarr.h>
|
||||
#include <Options.hpp>
|
||||
|
||||
namespace n64 {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user