Skip to content

Commit 08227c5

Browse files
committed
Improve basic programs page
There were some extra new line characters which do not need to be there. The link to the samples in pspsdk was also kind of hidden.
1 parent 0f111c7 commit 08227c5

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

_includes/samples/audio/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ create_pbp_file(
2222
PREVIEW_PATH NULL
2323
TITLE ${PROJECT_NAME}
2424
VERSION 01.00
25-
)
25+
)

_includes/samples/controls/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ create_pbp_file(
1919
PREVIEW_PATH NULL
2020
TITLE ${PROJECT_NAME}
2121
VERSION 01.00
22-
)
22+
)

_includes/samples/hello/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ create_pbp_file(
1818
PREVIEW_PATH NULL
1919
TITLE ${PROJECT_NAME}
2020
VERSION 01.00
21-
)
21+
)

_includes/samples/sdl2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ if(PSP)
2222
TITLE ${PROJECT_NAME}
2323
VERSION 01.00
2424
)
25-
endif()
25+
endif()

_includes/samples/sdl2_mixer/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ if(PSP)
2727
TITLE ${PROJECT_NAME}
2828
VERSION 01.00
2929
)
30-
endif()
30+
endif()

_includes/samples/sdl2_ttf/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ if(PSP)
2727
TITLE ${PROJECT_NAME}
2828
VERSION 01.00
2929
)
30-
endif()
30+
endif()

_includes/samples/shape/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ create_pbp_file(
1818
PREVIEW_PATH NULL
1919
TITLE ${PROJECT_NAME}
2020
VERSION 01.00
21-
)
21+
)

basic_programs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,9 @@ This will result in an EBOOT.PBP file in the build directory. Put it in a direct
281281

282282
</details>
283283

284-
For more samples, go [here](https://github.com/pspdev/pspsdk/tree/master/src/samples).
284+
## More Examples
285+
286+
More examples on how to use specific functions offered in the PSPDEV toolchain can be found [here](https://github.com/pspdev/pspsdk/tree/master/src/samples). Documentation on PSPDEV toolchain specific functions can be found [here](https://pspdev.github.io/pspsdk/).
285287

286288
## Debugging
287289

0 commit comments

Comments
 (0)