mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-01-23 10:35:44 +00:00
Feature: Add pgm bios + quit reload to the main page (#183)
This commit is contained in:
parent
edf7c4b872
commit
c8e6cfcb64
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ type GameInfo struct {
|
|||
|
||||
const gamePath = "assets/games"
|
||||
|
||||
var excludeFiles = []string{"neogeo"}
|
||||
var excludeFiles = []string{"neogeo", "pgm"}
|
||||
|
||||
var GameList []GameInfo
|
||||
|
||||
|
|
|
|||
2
web/js/controller.js
vendored
2
web/js/controller.js
vendored
|
|
@ -333,7 +333,7 @@
|
|||
|
||||
popup('Quit!');
|
||||
|
||||
location.reload();
|
||||
window.location = window.location.pathname;
|
||||
break;
|
||||
|
||||
case KEY.STATS:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue