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: .github/workflows/rust.yml
-36Lines changed: 0 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -180,42 +180,6 @@ jobs:
180
180
```
181
181
182
182
183
-
### Installation on Yuzu Emulator on PC
184
-
185
-
> [!NOTE]
186
-
187
-
> Working as of Yuzu Mainline 1537 ~ 1538!
188
-
189
-
190
-
Exact same process as above, but the filepaths are in Yuzu's mod paths.
191
-
192
-
193
-
1) Extract the contents of the TrainingModpack .zip (`atmosphere` folder). Paste the `atmosphere` folder inside atmosphere into `%AppData%/Yuzu/sdmc/`.
194
-
195
-
2) Similarly, extracted contents of the Skyline .zip (`exefs` folder) into into `%AppData%/yuzu/sdmc/atmosphere/contents/01006a800016e000`.
196
-
197
-
3) No files need to be manually deleted when upgrading from a previous version.
198
-
199
-
4) The Yuzu `sdmc` folder should have the files below at these locations.
Copy file name to clipboardExpand all lines: README.md
-29Lines changed: 0 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,35 +307,6 @@ SD Card Root
307
307
└── libtraining_modpack.nro
308
308
```
309
309
310
-
## Installation on Yuzu Emulator on PC
311
-
> [!NOTE]
312
-
> Working as of Yuzu Mainline 1537 ~ 1538!
313
-
314
-
Exact same process as above, but the filepaths are in Yuzu's mod paths.
315
-
316
-
1) Extract the contents of the TrainingModpack .zip (`atmosphere` folder). Paste the `atmosphere` folder inside atmosphere into `%AppData%/Yuzu/sdmc/`.
317
-
2) Similarly, extracted contents of the Skyline .zip (`exefs` folder) into into `%AppData%/yuzu/sdmc/atmosphere/contents/01006a800016e000`.
318
-
3) No files need to be manually deleted when upgrading from a previous version.
319
-
4) The Yuzu `sdmc` folder should have the files below at these locations.
320
-
321
-
```
322
-
%AppData%
323
-
└── Yuzu/
324
-
└── sdmc/
325
-
└── atmosphere/
326
-
└── contents/
327
-
└── 01006A800016E000/
328
-
├── exefs/
329
-
│ ├── subsdk9
330
-
│ └── main.npdm
331
-
└── romfs/
332
-
└── skyline/
333
-
└── plugins/
334
-
├── libnro_hook.nro
335
-
├── libparam_hook.nro
336
-
└── libtraining_modpack.nro
337
-
```
338
-
339
310
## Installation on Ryujinx Emulator on PC
340
311
Exact same process as above, but the filepaths are in Ryujinx's mod paths.
0 commit comments