Skip to content

Commit

Permalink
BigPemu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Mar 23, 2024
1 parent 241c42a commit ed08c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/renderer/components
3 changes: 2 additions & 1 deletion src/renderer/pages/EmulatorsPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,8 @@ function EmulatorsPage() {
if (installEmus[obj1[key].id]) {
if (
JSON.stringify(obj1[key]) !== JSON.stringify(obj2[key]) &&
installEmus[obj1[key].id].status
installEmus[obj1[key].id].status &&
installEmus[obj1[key].code] !== 'BigPemu'
) {
differences[key] = obj1[key];
}
Expand Down

0 comments on commit ed08c6d

Please sign in to comment.