You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: basic_programs.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ nav_order: 3
14
14
15
15
> This is a simple Hello World program for the PSP.
16
16
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.
18
18
19
19
<detailsmarkdown="1">
20
20
@@ -52,7 +52,7 @@ This will result in an EBOOT.PBP file in the build directory. Put it in a direct
52
52
53
53
> This is a simple square drawn on the PSP. It uses the native libgu library.
54
54
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.
56
56
57
57
<detailsmarkdown="1">
58
58
@@ -91,7 +91,7 @@ More libgu examples can be found <a href="https://github.com/pspdev/pspsdk/tree/
91
91
92
92
> This is a simple program to use the PSP's input functions.
93
93
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.
95
95
96
96
<detailsmarkdown="1">
97
97
@@ -128,7 +128,7 @@ make
128
128
129
129
> This is a simple program to use the audio of the PSP with minimal effort. It uses native audio library.
130
130
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.
132
132
133
133
<detailsmarkdown="1">
134
134
@@ -167,7 +167,7 @@ More audiolib examples can be found <a href="https://github.com/pspdev/pspsdk/tr
167
167
168
168
> 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.
169
169
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.
171
171
172
172
<detailsmarkdown="1">
173
173
@@ -214,7 +214,7 @@ More documentation on SDL can be found <a href="http://wiki.libsdl.org/FrontPage
214
214
215
215
> 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).
216
216
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.
218
218
219
219
<detailsmarkdown="1">
220
220
@@ -251,7 +251,7 @@ This will result in an EBOOT.PBP file in the build directory. Put it in a direct
251
251
252
252
> This is a simple program to use the SDL2_ttf library. It provides functionality for rendering TrueType fonts for your PSP.
253
253
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.
0 commit comments