Skip to content

Commit

Permalink
Merge pull request #16 from Crytonics/yuzu_dolphin
Browse files Browse the repository at this point in the history
Added Yuzu and Dolphin emulators
  • Loading branch information
K11MCH1 authored Oct 4, 2023
2 parents fbcc1b4 + 448b885 commit 1376ea3
Show file tree
Hide file tree
Showing 13 changed files with 51 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AdrenoTools Drivers for Skyline, Strato, Vita3K and Yuzu Android Emulators
# AdrenoTools Drivers for Skyline, Strato, Vita3K, Dolphin and Yuzu Android Emulators

---

Expand All @@ -7,7 +7,7 @@

---

A repository containing all the drivers for <a href="https://github.com/skyline-emu/skyline">Skyline</a>, <a href="https://github.com/strato-emu/strato">Strato</a>, <a href="https://github.com/Vita3K/Vita3K-Android">Vita3K</a> and <a href="https://github.com/yuzu-emu/yuzu">Yuzu Android</a>.
A repository containing all the drivers for <a href="https://github.com/skyline-emu/skyline">Skyline</a>, <a href="https://github.com/strato-emu/strato">Strato</a>, <a href="https://github.com/Vita3K/Vita3K-Android">Vita3K</a>, <a href="https://github.com/dolphin-emu/dolphin">Dolphin</a> and <a href="https://github.com/yuzu-emu/yuzu">Yuzu Android</a>.

- Qualcomm drivers are extracted from qualcomm-soc-using devices, like Smartphones or the Oculus Quest.
- Turnip drivers are compiled from <a href="https://docs.mesa3d.org/index.html">Mesa</a>.
Expand All @@ -18,8 +18,10 @@ For TWRP or Magisk modules, join the Adreno <a href="https://t.me/adreno_konabes

---

- [Skyline](docs/skyline.md)
- ~[Skyline](docs/skyline.md)~ (Development on Skyline has been ceased)
- Strato (In works)
- [Vita3K](docs/vita3k.md)
- [Yuzu Android](docs/yuzu_android.md)
- [Dolphin](docs/dolphin.md)

For any questions contact me on the <a href="https://discord.gg/YhpdhVBmXX">Strato Emulator Official Discord</a>.
25 changes: 25 additions & 0 deletions docs/dolphin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Dolphin Usage

Tap on the Settings cog on the main screen of the app:

<p align="center"><img src="images/dolphin_settings.png"/></p>

Tap on "Graphics Settings":

<p align="center"><img src="images/dolphin_graphics_settings.png"/></p>

Tap on "GPU driver":

<p align="center"><img src="images/dolphin_gpu.png"/></p>

Tap on "Install driver":

<p align="center"><img src="images/dolphin_install.png"/></p>

In the file picker navigate to the driver package and tap on it:

<p align="center"><img src="images/dolphin_picker.png"/></p>

<br>

For Support visit the <a href="https://discord.gg/sRDuAEy">Dolphin Emulator Official Discord</a>.
Binary file added docs/images/dolphin_gpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dolphin_graphics_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dolphin_install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dolphin_picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dolphin_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/vita3k_picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/yuzu_gpu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/yuzu_install.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/yuzu_picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/yuzu_settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions docs/yuzu_android.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Yuzu Android Usage

Tap on the Settings cog on the main screen of the app:

<p align="center"><img src="images/yuzu_settings.png"/></p>

Tap on "Install GPU driver":

<p align="center"><img src="images/yuzu_gpu.png"/></p>

Tap on "Install":

<p align="center"><img src="images/yuzu_install.png"/></p>

In the file picker navigate to the driver package and tap on it:

<p align="center"><img src="images/yuzu_picker.png"/></p>

<br>

For Support visit the <a href="https://discord.gg/u77vRWY">Yuzu Emulator Official Discord</a>.

0 comments on commit 1376ea3

Please sign in to comment.