Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes typo #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
/* */
/******************************************************************************/

- 1......Requirements
- 1......Requirements

- 2......How to Use
- 2......How to Use

- 3......Preparing the SD Card
- 3......Preparing the SD Card

/******************************************************************************/
/* Requirements */
Expand Down Expand Up @@ -78,10 +78,10 @@ Setting Up RPX/RPL and Data Files
- ex : SDCARD/wiiu/games/MyApplication/

4. Copy the "code" folder of your app/game inside your application folder (with rpx, rpl and xml files)
- ex : SDCARD/wiiu/games/MyApplicatin/code/my_application.rpx
- ex : SDCARD/wiiu/games/MyApplicatin/code/my_application_library.rpl
- ex : SDCARD/wiiu/games/MyApplicatin/code/app.xml
- ex : SDCARD/wiiu/games/MyApplicatin/code/cos.xml
- ex : SDCARD/wiiu/games/MyApplication/code/my_application.rpx
- ex : SDCARD/wiiu/games/MyApplication/code/my_application_library.rpl
- ex : SDCARD/wiiu/games/MyApplication/code/app.xml
- ex : SDCARD/wiiu/games/MyApplication/code/cos.xml
- note : if you don't have the xml files, loadiine will try to use default values instead

5. Copy the "content" folder of your app/game inside your application folder
Expand Down
12 changes: 6 additions & 6 deletions README-fr
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ Préparation des fichiers RPX/RPL et des données
- ex : SDCARD/wiiu/games/MyApplication/

4. Copiez le dossier "code" de votre jeu/homebrew dans le répertoire de votre application sur la carte SD (avec l'ensemble des fichiers rpx, rpl et xml)
- ex : SDCARD/wiiu/games/MyApplicatin/code/my_application.rpx
- ex : SDCARD/wiiu/games/MyApplicatin/code/my_application_library.rpl
- ex : SDCARD/wiiu/games/MyApplicatin/code/app.xml
- ex : SDCARD/wiiu/games/MyApplicatin/code/cos.xml
- ex : SDCARD/wiiu/games/MyApplication/code/my_application.rpx
- ex : SDCARD/wiiu/games/MyApplication/code/my_application_library.rpl
- ex : SDCARD/wiiu/games/MyApplication/code/app.xml
- ex : SDCARD/wiiu/games/MyApplication/code/cos.xml
- note : si vous n'avez pas les fichiers xml, loadiine essayera d'utiliser des valeurs par défaut à la place

5. Copiez le dossier "content" de votre jeu/homebrew dans le répertoire de votre application sur la carte SD
- ex : SDCARD/wiiu/games/MyApplication/content/...
- ex : H:/MyApplication/vol/content/data.bin -> SDCARD/wiiu/games/MyApplication/content/data.bin
Expand Down Expand Up @@ -130,4 +130,4 @@ La structure de la carte SD doit ressembler à ça après avoir suivit les étap
Libre à vous de modifier ou améliorer ce programme.

Golden45.
Dimok.
Dimok.