diff options
| author | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-21 18:17:01 +0200 |
|---|---|---|
| committer | spicyjpeg <thatspicyjpeg@gmail.com> | 2023-05-21 18:17:01 +0200 |
| commit | 4b9369e9084a7f3fee47c40a1bb71e50529eefd3 (patch) | |
| tree | d9932f1c2eb7882fe5937417a671c74c6af5d4c9 /examples/README.md | |
| parent | 1e058d15e29adc482074d7225b4c1ed34e63568d (diff) | |
| download | psn00bsdk-4b9369e9084a7f3fee47c40a1bb71e50529eefd3.tar.gz | |
Refactor hello and cppdemo examples, fix cdxa
Diffstat (limited to 'examples/README.md')
| -rw-r--r-- | examples/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.md b/examples/README.md index ae601f1..5bdd4f1 100644 --- a/examples/README.md +++ b/examples/README.md @@ -8,8 +8,8 @@ Additional information may be found in the source code of each example. | Path | Description | Type | Notes | | :--------------------------------------------- | :---------------------------------------------------- | :--: | :---: | -| [`beginner/cppdemo`](./beginner/cppdemo) | Simple demonstration of (dynamic) C++ classes | EXE | | -| [`beginner/hello`](./beginner/hello) | The obligatory "Hello World" example program | EXE | | +| [`beginner/hello`](./beginner/hello) | A simple "hello world" example/project template | EXE | | +| [`beginner/hellocpp`](./beginner/hellocpp) | C++ version of the example above | EXE | | | [`cdrom/cdbrowse`](./cdrom/cdbrowse) | File browser using libpsxcd's directory functions | CD | | | [`cdrom/cdxa`](./cdrom/cdxa) | CD-XA ADPCM audio player | CD | 1 | | [`demos/n00bdemo`](./demos/n00bdemo) | The premiere demonstration program of PSn00bSDK | EXE | 2 | @@ -86,4 +86,4 @@ are for rebuilding the examples *after* the SDK has been installed. CD images for each example. ----------------------------------------- -_Last updated on 2022-10-27 by spicyjpeg_ +_Last updated on 2023-05-21 by spicyjpeg_ |
