Skip to content

Commit

Permalink
Add: description for Fyne GUI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
HFO4 committed May 21, 2019
1 parent ec04020 commit c408a84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -25,6 +25,7 @@ go build -o gbdotlive main.go

```
Usage of gbdotlive:
-G Play specific game in Fyne GUI mode
-c config
Set the game option list config file path
-d Use Debugger in GUI mode
Expand All @@ -45,7 +46,7 @@ Usage of gbdotlive:
Play a specified ROM file in GUI mode:

```
gbdotlive -r "Tetris.gb"
gbdotlive -G -r "Tetris.gb"
```

### Set up a Cloud Gaming server
Expand Down

0 comments on commit c408a84

Please sign in to comment.