From 01bb58d41ccc47cb4d4506e0f5c4d88995f51421 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Wed, 9 Oct 2024 10:11:41 +0200 Subject: [PATCH] Added more info about the --app parameter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1d30c3..bba6a69 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ git apply After that run the build again and everything should work just fine. ## Running -After compiling you can find the executable in `bin/sdl_gpu_test[.exe]`. You can either run it without any arguments to execute the latest iteration of my test application or pass the `--app` parameter to chose another one. +After compiling you can find the executable in `bin/sdl_gpu_test[.exe]`. You can either run it without any arguments to execute the latest iteration of my test application or pass the `--app` parameter to chose another one. You can find the names of the apps in [main.cpp](https://git.mewin.de/mewin/sdl_gpu_test/src/branch/master/private/sdl_gpu_test/main.cpp) or by using `--app` with an invalid value :). ## Further Reading If you want to learn more about SDL_gpu.h, try the following: