Skip to content

Commit

Permalink
fix shutdown crash on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
oltolm committed Aug 24, 2024
1 parent 840915e commit 6219418
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Core/MIPS/MIPS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ MIPSState::MIPSState() {
}

MIPSState::~MIPSState() {
Shutdown();
}

void MIPSState::Shutdown() {
Expand Down

0 comments on commit 6219418

Please sign in to comment.