From c6975b44e82d6cb1ee1194233b7f3b1ecf76f36c Mon Sep 17 00:00:00 2001 From: MegAmi Date: Tue, 6 Aug 2024 21:46:13 -0500 Subject: [PATCH] Update README.md [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 79ba5fe3..99696366 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ cmake --build build --config release The resulting build will be located somewhere in `build/` depending on your system. The following cmake arguments are available when compiling: -- Use these on the first `cmake -B build` step like so: `cmake -B build -DRETRO_DISABLE_PLUS=on` +- Use these by adding `-D[flag-name]=[value]` to the end of the `cmake -B build` command. For example, to build with `RETRO_DISABLE_PLUS` set to on, add `-DRETRO_DISABLE_PLUS=on` to the command. ### RSDKv3 flags - `RETRO_DISABLE_PLUS`: Whether or not to disable the Plus DLC. Takes a boolean (on/off): build with `on` when compiling for distribution. Defaults to `off`.