Skip to content

Commit

Permalink
Update libRetro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RetroGameDeveloper authored Oct 20, 2024
1 parent 8d24bc8 commit 68608d0
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions pages/tutorials/libRetro.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,38 +43,38 @@ The core is the actual emulator, while the frontend provides the user interface

<svg xmlns="http://www.w3.org/2000/svg" width="800" height="600" viewBox="0 0 800 600">
<!-- Frontends -->
<rect x="50" y="50" width="300" height="400" style="fill:#e0e0e0;stroke:#000;stroke-width:2" />
<text x="200" y="80" font-family="Verdana" font-size="18" text-anchor="middle">Frontends</text>
<rect x="50" y="50" width="300" height="400" style="fill:#0085b6;stroke:#0085b6;stroke-width:2" />
<text x="200" y="90" font-family="Verdana" font-size="24" text-anchor="middle" fill="#fff">Frontends</text>

<rect x="100" y="140" width="200" height="40" style="fill:#ffffff;stroke:#000;stroke-width:1" />
<text x="200" y="165" font-family="Verdana" font-size="14" text-anchor="middle">RetroArch</text>
<rect x="100" y="140" width="200" height="40" style="fill:#ffffff;stroke:#0085b6;stroke-width:1" />
<text x="200" y="165" font-family="Verdana" font-size="14" text-anchor="middle" fill="#0085b6">RetroArch</text>

<rect x="100" y="200" width="200" height="40" style="fill:#ffffff;stroke:#000;stroke-width:1" />
<text x="200" y="225" font-family="Verdana" font-size="14" text-anchor="middle">Junie</text>
<rect x="100" y="200" width="200" height="40" style="fill:#ffffff;stroke:#0085b6;stroke-width:1" />
<text x="200" y="225" font-family="Verdana" font-size="14" text-anchor="middle" fill="#0085b6">Junie</text>

Check warning on line 53 in pages/tutorials/libRetro.md

View workflow job for this annotation

GitHub Actions / Typo CI

Junie

"Junie" is a typo. Did you mean "Junkie"?

<rect x="100" y="260" width="200" height="40" style="fill:#ffffff;stroke:#000;stroke-width:1" />
<text x="200" y="285" font-family="Verdana" font-size="14" text-anchor="middle">RustroArch</text>
<rect x="100" y="260" width="200" height="40" style="fill:#ffffff;stroke:#0085b6;stroke-width:1" />
<text x="200" y="285" font-family="Verdana" font-size="14" text-anchor="middle" fill="#0085b6">RustroArch</text>

Check warning on line 56 in pages/tutorials/libRetro.md

View workflow job for this annotation

GitHub Actions / Typo CI

RustroArch

"RustroArch" is a typo. Did you mean "LustrousArch"?

<!-- Cores -->
<rect x="450" y="50" width="300" height="400" style="fill:#e0e0e0;stroke:#000;stroke-width:2" />
<text x="600" y="80" font-family="Verdana" font-size="18" text-anchor="middle">Cores</text>
<rect x="450" y="50" width="300" height="400" style="fill:#0085b6;stroke:#0085b6;stroke-width:2" />
<text x="600" y="90" font-family="Verdana" font-size="24" text-anchor="middle" fill="#fff">Cores</text>

<rect x="500" y="140" width="200" height="40" style="fill:#ffffff;stroke:#000;stroke-width:1" />
<text x="600" y="165" font-family="Verdana" font-size="14" text-anchor="middle">Gambatte</text>
<rect x="500" y="140" width="200" height="40" style="fill:#fff;stroke:#0085b6;stroke-width:1" />
<text x="600" y="165" font-family="Verdana" font-size="14" text-anchor="middle" fill="#0085b6">Gambatte</text>

Check warning on line 63 in pages/tutorials/libRetro.md

View workflow job for this annotation

GitHub Actions / Typo CI

Gambatte

"Gambatte" is a typo. Did you mean "Gambade"?

<rect x="500" y="200" width="200" height="40" style="fill:#ffffff;stroke:#000;stroke-width:1" />
<text x="600" y="225" font-family="Verdana" font-size="14" text-anchor="middle">Snes9x</text>
<rect x="500" y="200" width="200" height="40" style="fill:#fff;stroke:#0085b6;stroke-width:1" />
<text x="600" y="225" font-family="Verdana" font-size="14" text-anchor="middle" fill="#0085b6">Snes9x</text>

<rect x="500" y="260" width="200" height="40" style="fill:#ffffff;stroke:#000;stroke-width:1" />
<text x="600" y="285" font-family="Verdana" font-size="14" text-anchor="middle">Beetle PSX</text>
<rect x="500" y="260" width="200" height="40" style="fill:#fff;stroke:#0085b6;stroke-width:1" />
<text x="600" y="285" font-family="Verdana" font-size="14" text-anchor="middle" fill="#0085b6">Beetle PSX</text>

<rect x="500" y="320" width="200" height="40" style="fill:#ffffff;stroke:#000;stroke-width:1" />
<text x="600" y="345" font-family="Verdana" font-size="14" text-anchor="middle">Mupen64Plus</text>
<rect x="500" y="320" width="200" height="40" style="fill:#fff;stroke:#0085b6;stroke-width:1" />
<text x="600" y="345" font-family="Verdana" font-size="14" text-anchor="middle" fill="#0085b6">Mupen64Plus</text>

<!-- Communication Line -->
<line x1="350" y1="150" x2="450" y2="150" style="stroke:#000;stroke-width:2" />
<line x1="350" y1="210" x2="450" y2="210" style="stroke:#000;stroke-width:2" />
<line x1="350" y1="270" x2="450" y2="270" style="stroke:#000;stroke-width:2" />
<line x1="350" y1="150" x2="450" y2="150" style="stroke:#0085b6;stroke-width:2" />
<line x1="350" y1="210" x2="450" y2="210" style="stroke:#0085b6;stroke-width:2" />
<line x1="350" y1="270" x2="450" y2="270" style="stroke:#0085b6;stroke-width:2" />
</svg>


Expand Down

0 comments on commit 68608d0

Please sign in to comment.