mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-22 17:47:11 +00:00
remove junk
This commit is contained in:
parent
768baf02ba
commit
8301040779
1 changed files with 1 additions and 6 deletions
|
|
@ -125,10 +125,5 @@ func (view *GameView) updateControllers() {
|
|||
view.console.Controller1.SetButtons(player1Keys)
|
||||
view.console.Controller2.SetButtons(player2Keys)
|
||||
|
||||
// if view.keyPressed[save1] || view.keyPressed[save2] {
|
||||
// view.console.SaveState(savePath(view.hash))
|
||||
// }
|
||||
// if view.keyPressed[load1] || view.keyPressed[load2] {
|
||||
// view.console.LoadState(savePath(view.hash))
|
||||
// }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue