Skip to content

Commit 80703ec

Browse files
authored
Merge pull request #56 from pspdev/improve-basic-programs-page
Improve basic programs page
2 parents 0f111c7 + 592c72e commit 80703ec

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

Diff for: _includes/samples/audio/CMakeLists.txt

+1-1
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+
)

Diff for: _includes/samples/controls/CMakeLists.txt

+1-1
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+
)

Diff for: _includes/samples/hello/CMakeLists.txt

+1-1
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+
)

Diff for: _includes/samples/sdl2/CMakeLists.txt

+1-1
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()

Diff for: _includes/samples/sdl2_mixer/CMakeLists.txt

+1-1
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()

Diff for: _includes/samples/sdl2_ttf/CMakeLists.txt

+1-1
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()

Diff for: _includes/samples/shape/CMakeLists.txt

+1-1
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+
)

Diff for: basic_programs.md

+3-1
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). Additional documentation on these functions can be found [here](https://pspdev.github.io/pspsdk/).
285287

286288
## Debugging
287289

0 commit comments

Comments
 (0)