aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorneonloop2021-08-28 18:19:38 +0000
committerneonloop2021-08-28 18:19:38 +0000
commit30f2aed06e01c6eb1e3c6ebb1b5002e67d754747 (patch)
tree5d2d20ec7340a13291ac1eb0fc0cc2da85958902 /README.md
parentaa7a05f54990d7f1c4733885424303533421ade8 (diff)
downloadpicoarch-30f2aed06e01c6eb1e3c6ebb1b5002e67d754747.tar.gz
picoarch-30f2aed06e01c6eb1e3c6ebb1b5002e67d754747.tar.bz2
picoarch-30f2aed06e01c6eb1e3c6ebb1b5002e67d754747.zip
Adds info on built-in browsers to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 056f6fc..ff05cd4 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ picoarch can be run by specifying the core library and the content to run:
./picoarch /path/to/core_name_libretro.so /path/to/game.gba
```
-It does not have a built-in file browser, so both core and content must be specified on the command line.
+If you do not specify core or content, picoarch will have you select a core from the current directory and content using the built-in file browser.
## Building