diff --git a/pkg/util/gamelist/games.go b/pkg/util/gamelist/games.go index 66c5793b..aac513d1 100644 --- a/pkg/util/gamelist/games.go +++ b/pkg/util/gamelist/games.go @@ -17,7 +17,7 @@ type GameInfo struct { const gamePath = "assets/games" -var excludeFiles = []string{"neogeo"} +var excludeFiles = []string{"neogeo", "pgm"} var GameList []GameInfo diff --git a/web/js/controller.js b/web/js/controller.js index 0bf08614..94edce1a 100644 --- a/web/js/controller.js +++ b/web/js/controller.js @@ -333,7 +333,7 @@ popup('Quit!'); - location.reload(); + window.location = window.location.pathname; break; case KEY.STATS: