diff --git a/README.md b/README.md index ff828e3d93..e97dc9c8d0 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,13 @@ Popular examples of implementations for this API includes video game system emul more generalized 3D programs. These programs are instantiated as dynamic libraries. We refer to these as "libretro cores". -![XMB menu driver](http://i.imgur.com/BMR1xxr.png "XMB menu driver") +![XMB menu driver](docs/XMB-main-menu.jpg "XMB menu driver") -![rgui menu driver](http://i.imgur.com/X3CbBKa.png "rgui menu driver") +![rgui menu driver](docs/rgui-main-menu.jpg "rgui menu driver") -![glui menu driver](http://i.imgur.com/ooqv8rw.png "glui menu driver") +![glui menu driver](docs/glui-main-menu.jpg "glui menu driver") + +![ozone menu driver](docs/ozone-main-menu.jpg "ozone menu driver") ## libretro @@ -31,12 +33,12 @@ Latest binaries are currently hosted on the [buildbot](http://buildbot.libretro. ## Support -To reach developers, either make an issue here on GitHub, make a thread on the [forum](http://www.libretro.com/forums/), chat on [discord](https://discord.gg/C4amCeV), or visit our IRC channel: #retroarch @ irc.freenode.org. +To reach developers, either make an issue here on GitHub, make a thread on the [forum](http://www.libretro.com/forums/), chat on [discord](https://discord.gg/C4amCeV), or visit our IRC channel: #retroarch @ irc.freenode.org. You could create a post in [Reddit](https://www.reddit.com/r/RetroArch/) with *Technical Support* flair. ## Documentation See our [Documentation Center](https://docs.libretro.com/). On Unix, man-pages are provided. -More developer-centric stuff is found [here](https://github.com/libretro/libretro.github.com/wiki/Documentation-devs). +More developer-centric stuff is found [here](https://docs.libretro.com/development/libretro-overview/). ## Related projects @@ -72,6 +74,7 @@ RetroArch has been ported to the following platforms: - Haiku - Solaris - macOS (PPC, x86-32 and x86-64) + - PlayStation 2 - PlayStation 3 - PlayStation Portable - PlayStation Vita @@ -80,7 +83,7 @@ RetroArch has been ported to the following platforms: - Nintendo GameCube - Nintendo Wii - Nintendo Wii U - - Nintendo 3DS + - Nintendo 3DS/2DS - Nintendo Switch - Nintendo NES/SNES Classic Edition - Raspberry Pi @@ -256,3 +259,23 @@ These modelines are more accurate giving exact hz. However, some games may have Some arcade resolutions can be very different from consumer CRTs. There is resolution detection to ensure MAME games will be displayed in the closest available resolution but drawn at their native resolution within this resolution. Meaning that the MAME game will look just like the original hardware. MAME ROMs that run in a vertical aspect like DoDonPachi need to be rotated within MAME before resolution switching and aspect correction will work. Do this before enabling CRT SwitchRes so that RetroArch will run in your desktop resolution. Once you have rotated any games that may need it turn CRT SwitchRes on. + +## Socials + +The links below belong to our official channels. Links other than this may have been created by fans, independent members or followers. We seriously recommend using our original resources. + +- [Website](https://www.retroarch.com/) +- [Blog](https://libretro.com/) +- [Facebook](https://www.facebook.com/libretro) +- [Twitter](https://twitter.com/libretro) +- [Reddit](https://www.reddit.com/r/RetroArch/) +- [YouTube](https://www.youtube.com/Libretro) +- [Google Post](https://posts.google.com/share/55Nhs2jG) +- [Steam](https://store.steampowered.com/app/1118310/RetroArch/) +- [YouTube Topic](https://www.youtube.com/channel/UC5q007PYyQPgin0HHbzF0zQ) +- [Patreon](https://www.patreon.com/libretro) +- [BOUNTYSOURCE](https://www.bountysource.com/teams/libretro/issues) +- [Discord](https://discord.gg/27Xxm2h) +- [Teespring](https://teespring.com/stores/retroarch) +- [Documentation](https://docs.libretro.com/) +- [Forum](https://forums.libretro.com/) diff --git a/docs/XMB-main-menu.jpg b/docs/XMB-main-menu.jpg new file mode 100644 index 0000000000..662caca319 Binary files /dev/null and b/docs/XMB-main-menu.jpg differ diff --git a/docs/glui-main-menu.jpg b/docs/glui-main-menu.jpg new file mode 100644 index 0000000000..d27cfeaa9e Binary files /dev/null and b/docs/glui-main-menu.jpg differ diff --git a/docs/ozone-main-menu.jpg b/docs/ozone-main-menu.jpg new file mode 100644 index 0000000000..5abff74b7c Binary files /dev/null and b/docs/ozone-main-menu.jpg differ diff --git a/docs/rgui-main-menu.jpg b/docs/rgui-main-menu.jpg new file mode 100644 index 0000000000..bf1299ef93 Binary files /dev/null and b/docs/rgui-main-menu.jpg differ