From 353a454a57003572431809d26f16fb66ffb16fca Mon Sep 17 00:00:00 2001 From: NaOH Date: Wed, 20 May 2026 23:40:23 -0700 Subject: [PATCH] Update usb.md mention launch args in `run` --- usb/usb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usb/usb.md b/usb/usb.md index cb9659e..a13940d 100644 --- a/usb/usb.md +++ b/usb/usb.md @@ -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`