Skip to content

Commit

Permalink
Update loadtype.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn committed Jan 4, 2023
1 parent 95432e1 commit a659fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/js/loadtype.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function findGameType() {
localStorage.setItem("gameCoreType", JSON.stringify(gameCoreType));
}
if (gameTypeID > 4500 && gameTypeID < 6001) {
gameCoreType = 'gba'; //gameboy
gameCoreType = 'gb'; //gameboy
setGbGameName();
localStorage.setItem("gameCoreType", JSON.stringify(gameCoreType));
}
Expand Down

0 comments on commit a659fba

Please sign in to comment.