Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usb/usb.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Sends a 1-bit bitmap to be previewed on the Playdate screen. The command must be

### `run`

Launches a .pdx rom from the Playdate's data partition. The game path must begin with a forward slash, e.g `run /System/Crayons.pdx`.
Launches a .pdx rom from the Playdate's data partition. The game path must begin with a forward slash, e.g `run /System/Crayons.pdx`. Additional args following the the game path are sent to the app, accessible via `playdate->system->getLaunchArgs()`.

### `eval`

Expand Down