Feature: Add pgm bios + quit reload to the main page (#183)

This commit is contained in:
giongto35 2020-05-18 02:00:00 +08:00 committed by GitHub
parent edf7c4b872
commit c8e6cfcb64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ type GameInfo struct {
const gamePath = "assets/games"
var excludeFiles = []string{"neogeo"}
var excludeFiles = []string{"neogeo", "pgm"}
var GameList []GameInfo

View file

@ -333,7 +333,7 @@
popup('Quit!');
location.reload();
window.location = window.location.pathname;
break;
case KEY.STATS: