Skip to content

Commit 0f111c7

Browse files
authored
Merge pull request #55 from pspdev/sharkwouter-patch-1
Fix mismatched button an instructions in basic programs
2 parents 286b223 + 1958963 commit 0f111c7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

basic_programs.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ nav_order: 3
1414

1515
> This is a simple Hello World program for the PSP.
1616
17-
Click on the details below to see the code and how to build it.
17+
Click on view source below to see the code and how to build it.
1818

1919
<details markdown="1">
2020

@@ -52,7 +52,7 @@ This will result in an EBOOT.PBP file in the build directory. Put it in a direct
5252

5353
> This is a simple square drawn on the PSP. It uses the native libgu library.
5454
55-
Click on the details below to see the code and how to build it.
55+
Click on view source below to see the code and how to build it.
5656

5757
<details markdown="1">
5858

@@ -91,7 +91,7 @@ More libgu examples can be found <a href="https://github.com/pspdev/pspsdk/tree/
9191

9292
> This is a simple program to use the PSP's input functions.
9393
94-
Click on details below to see the code and how to build it.
94+
Click on view source below to see the code and how to build it.
9595

9696
<details markdown="1">
9797

@@ -128,7 +128,7 @@ make
128128

129129
> This is a simple program to use the audio of the PSP with minimal effort. It uses native audio library.
130130
131-
Click on the details below to see the code and how to build it.
131+
Click on view source below to see the code and how to build it.
132132

133133
<details markdown="1">
134134

@@ -167,7 +167,7 @@ More audiolib examples can be found <a href="https://github.com/pspdev/pspsdk/tr
167167

168168
> SDL2 is a library which handles system specific things like input, audio and window management for you. It can also be used to render shapes and images, just like the native libgu. This will be slower, but will result in code that can be run more easily on multiple platforms.
169169
170-
Click on details below for the to see the code and how to build it.
170+
Click on view source below for the to see the code and how to build it.
171171

172172
<details markdown="1">
173173

@@ -214,7 +214,7 @@ More documentation on SDL can be found <a href="http://wiki.libsdl.org/FrontPage
214214

215215
> This is a simple program to use the SDL2_mixer library. It handle audio playback in multimedia applications and games. It supports various audio formats(MP3/OGG).
216216
217-
Click on details below to see the code and how to build it.
217+
Click on view source below to see the code and how to build it.
218218

219219
<details markdown="1">
220220

@@ -251,7 +251,7 @@ This will result in an EBOOT.PBP file in the build directory. Put it in a direct
251251

252252
> This is a simple program to use the SDL2_ttf library. It provides functionality for rendering TrueType fonts for your PSP.
253253
254-
Click on details below to see the code and how to build it.
254+
Click on view source below to see the code and how to build it.
255255

256256
<details markdown="1">
257257

0 commit comments

Comments
 (0)