-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (80 loc) · 4.59 KB
/
Copy pathindex.html
File metadata and controls
82 lines (80 loc) · 4.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head> <meta charset="UTF-8" />
<title>RetroArch - multi-system frontend for libretro</title>
<link rel="stylesheet" href="style.css" />
<link href='http://fonts.googleapis.com/css?family=Ubuntu' rel='stylesheet' type='text/css'>
</head>
<body>
<header><h1><a href="../../"><img src="pics/retroarch-logo.png" width="300" height="60" alt="RetroArch"/></a></a></h1>
<h2><a href="pages/menubar/api.html">One API</a> | <a href="pages/menubar/ecosystem.html">One Ecosystem</a> | <a href="pages/menubar/mission.html">One Mission</a> | <a href="pages/menubar/approach.html">One Approach</a> | <a href="pages/menubar/multiple-platforms.html">Multiple Platforms</a> | <a href="pages/menubar/multiple-frontends.html">Multiple Frontends</a></h2>
</header>
<nav><ul>
<li><a href="https://libretro.wordpress.com/">Blog</a></li>
<li><a href="https://imgur.com/a/6u8Zb#0">Screenshots</a></li>
<li><a href="http://forum.themaister.net/">Forum</a></li>
<li><a href="https://twitter.com/#!/libretro">Twitter</a></li>
<li><a href="https://plus.google.com/113720778779817973665/posts/MuN3co7BzUr">Google+</a></li>
<li><a href="https://www.facebook.com/libretro.retroarch">Facebook</a></li>
<li><a href="https://www.youtube.com/libretro">Youtube</a></li>
<li><a href="https://github.com/libretro/libretro.github.com/wiki/Documentation-devs">Documentation</a></li>
<li><a href="https://github.com/libretro/RetroArch">Source code/repository</a></li>
</ul></nav>
<a href="pages/platforms/windows.html"><img src="pics/windows-icon.png" alt="Microsoft Windows"/></a>
<a href="pages/platforms/linux.html"><img src="pics/linux-icon.png" alt="Linux" /></a>
<a href="pages/platforms/apple.html"><img src="pics/apple-icon.png" alt="Apple OSX"/></a>
<a href="pages/platforms/android.html"><img src="pics/android-icon.png" alt="Google Android" /></a>
<a href="pages/platforms/ios.html"><img src="pics/ios-icon.png" alt="Apple iOS" /></a>
<a href="pages/platforms/blackberry.html"><img src="pics/blackberry-icon.png" alt="Blackberry 10/Playbook"/></a>
<a href="pages/platforms/pandora.html"><img src="pics/pandora-icon.png" alt="OpenPandora"/></a>
<a href="pages/platforms/ps3.html"><img src="pics/ps3-icon.png" alt="Sony PlayStation3" /></a>
<a href="pages/platforms/360.html"><img src="pics/360-icon.png" alt="Microsoft Xbox 360"/></a>
<a href="pages/platforms/wii.html"><img src="pics/wii-icon.png" alt="Nintendo Wii" /></a>
<a href="pages/platforms/xbox1.html"><img src="pics/xbox-icon.png" alt="Microsoft Xbox" /></a>
<a href="pages/platforms/gamecube.html"><img src="pics/gamecube-icon.png" alt="Nintendo GameCube" /></a>
<article>
<h1>What is RetroArch?</h1>
<p> RetroArch is a modular multi-system game/emulator system that is designed to be fast,
lightweight, and portable. It has features few other dedicated games / emulators have,
such as: <br />
<ul>
<li>Real-time rewinding</li>
<li>Multi-pass shaders (up to 8-pass)</li>
<li>Game aware shading</li>
<li>Remote networked sound support</li>
<li>A built-in GUI/OSD system</li>
</ul>
And more...
</p>
<h1>What platforms does it support?</h1>
<p> RetroArch sets the standard on cross-platform portability right now.</p>
<ul> <li>Linux (x86 and x86_64)</li>
<li>Windows (32bit/64bit)</li>
<li>Mac OSX (PPC/Intel)</li>
<li>Playstation 3 (PS3 SDK/PSL1GHT (WIP))</li>
<li>Xbox 1 (XDK)</li>
<li>Xbox 360 (XeXDK/Libxenon)</li>
<li>Gamecube</li>
<li>Wii</li>
<li>Raspberry Pi</li>
<li>OpenPandora</li>
<li>Android</li>
<li>Blackberry (10/Playbook)</li>
<li>iOS</li>
</ul>
<h1>What web platforms does it support?</h1>
<p>Far be it for us to just limit ourselves to physical platforms - we also go beyond that:</p>
<ul>
<li>Javascript (ASM.js - Enscripten)</li>
</ul>
<p>Check out a handful of demos here - <a href="http://toadking.com/retroarch/index.html">RetroArch Emscripten</a>. Note - best results are obtained by using Firefox Nightly. It can mean the difference between a core running at fullspeed or not depending on your hardware/OS.</p>
<h1>Where can I get it?</h1>
<p>See those logo icons/text links at the top of the page? Press the icon of the platform that you want to use RetroArch on and you will be taken to a page containing information on where to get the program/download it.</p>
</p>
<a href="https://play.google.com/store/apps/details?id=org.retroarch">
<img alt="Android app on Google Play"
src="https://developer.android.com/images/brand/en_app_rgb_wo_60.png" />
</a>
</article>
</body>
</html>