Skip to content

Commit

Permalink
Merge pull request #82 from HonzaKubita/patch-1
Browse files Browse the repository at this point in the history
Fix typo in how_to_use.md
  • Loading branch information
sharkwouter authored Jan 10, 2025
2 parents db8647e + 6d333b8 commit 6393b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Lets add some very basic code to the file:
This code will print "Hello World!" to the screen each frame. This may seem complex at first, but the `exit_callback`, `callback_thread` and `setup_callbacks` are just there to make the home button work and can be reused for any project. They only have to be run once. The `PSP_MODULE_INFO` is required and just contains the name of the software. `PSP_MAIN_THREAD_ATTR` will be set like this for every program. Only the content of the `main` function really matters here.
Now add an aditional file called `CMakLists.txt`. Make sure the case matches, `cmakelists.txt` is not valid.
Now add an aditional file called `CMakeLists.txt`. Make sure the case matches, `cmakelists.txt` is not valid.
Add the following lines to `CMakeLists.txt`:
Expand Down

0 comments on commit 6393b7c

Please sign in to comment.