YouTube Videos && 3ds/2ds installation

This commit is contained in:
Ömercan Kömür 2019-05-25 03:50:29 +03:00
parent 5c2432a2f8
commit 0b8861e74d
9 changed files with 62 additions and 1 deletions

View File

@ -4,6 +4,16 @@ This compilation guide will teach you how to build RetroArch for Haiku.
It is more than recommended to keep your Haiku system up to date and use Nightlybuilds with upgraded packages.
[![Build in Haiku](http://img.youtube.com/vi/jrrssHG_9uo/0.jpg)](http://www.youtube.com/watch?v=jrrssHG_9uo)
This video covers quick demonstrations of these subjects;
1. Environment Configuration
2. Building RetroArch
Be sure to read instructions that are given in this page.
## Environment configuration
The following software needs to be installed:

View File

@ -14,6 +14,16 @@ The following versions of the operating system are supported:
RetroArch can work on both 32bit and 64bit Intel processor-powered Macs.
[![Build in Osx](http://img.youtube.com/vi/fPO-9jescmo/0.jpg)](http://www.youtube.com/watch?v=fPO-9jescmo)
This video covers quick demonstrations of these subjects;
1. Environment Configuration
2. Building RetroArch
Be sure to read instructions that are given in this page.
## Environment configuration
The following software needs to be installed:

View File

@ -4,6 +4,18 @@
The MinGW toolchain we use in this guide no longer supports targeting Windows Vista or ealier.
Please refer to one of the MSVC guides for how to target older Windows versions with Visual Studio.
[![Build in Windows](http://img.youtube.com/vi/OaYvc3y3VLI/0.jpg)](http://www.youtube.com/watch?v=OaYvc3y3VLI)
This video covers quick demonstrations of these subjects;
1. Environment Configuration
2. Building RetroArch
3. Packaging RetroArch
Be sure to read instructions that are given in this page.
## Environment configuration
We recommend MinGW-W64 from MSYS2. You can download MSYS2 installer from [here](http://msys2.github.io/).

View File

@ -5,6 +5,7 @@ RetroArch uses two methods of applying cheat codes:
- **Emulator Handled** are codes that are sent to the emulator/core and it is up to the emulator/core to apply them.
- **RetroArch Handled** are codes that RetroArch itself handles by directly scanning/manipulating the emulator/core memory area.
[![Quick Video Demonstration for Windows](http://img.youtube.com/vi/xDFipsbsd2Q/0.jpg)](http://www.youtube.com/watch?v=xDFipsbsd2Q)
# Adding a new cheat code

View File

@ -4,6 +4,8 @@ RetroArch can be utilized via its robust graphical interfaces as well as a power
Note: please be aware of whether your system uses DOS/Windows style paths with backslashes `\` or Unix-style paths with forward slashes: `/`.
[![Quick Video Demonstration for Windows](http://img.youtube.com/vi/W-fRcamSp-c/0.jpg)](http://www.youtube.com/watch?v=W-fRcamSp-c)
#### Loading a ROM and libretro core (Unix-style path)
retroarch -L /path/to/libretro/core.so game.rom

View File

@ -0,0 +1,20 @@
# Downloading, Installing and Updating RetroArch for both 3DS and 2DS Family
## Prerequisites
- **CFW** You must have custom firmware to run RetroArch on your 3DS or 2DS.
- **Installer** You can either use `FBI installer` or `Rosalina Menu` from `Luma`.
### Downloading and installing
There are multiple ways of downloading RetroArch for your 3DS or 2DS.
#### Installation
You can either choose `Nightlies` or `Stable` bundle, you can find a bundle with RetroArch, all the cores and all the assets [here](https://buildbot.libretro.com/stable/) - pick the latest version, go to `nintendo/3ds` and download `RetroArch_3dsx.7z` or `RetroArch_cia.7z`.
For Nightlies [here](http://buildbot.libretro.com/nightly/nintendo/3ds/) - pick the latest version(based on date), and download `...RetroArch_3dsx.7z` or `...RetroArch_cia.7z`.
Just extract `RetroArch` folder to the root of your SD card `RetroArch.cia` anywhere else, to install cores use `FBI installer`. Go to the `RetroArch`folder and open the `Cores` folder. Select and install the Cores you want to use. For example; install `pcsx_rearmed_libretro.cia` for Playstation 1 Roms.
[![Quick Video Demonstration](http://img.youtube.com/vi/4TnjFE9t1a4/0.jpg)](http://www.youtube.com/watch?v=4TnjFE9t1a4)

View File

@ -20,6 +20,8 @@ If you don't want to download all cores at once, you can go [here](https://build
Alternatively, you can download only one core and use the Online Updater inside of RetroArch to download or update additional cores later.
[![Quick Video Demonstration](http://img.youtube.com/vi/8onZ4H8h3iE/0.jpg)](http://www.youtube.com/watch?v=8onZ4H8h3iE)
### Running RetroArch using title takeover
The preferred way of running RetroArch is to use Atmosphère's title takeover feature. This allows you to (temporarly) replace a game with the homebrew loader, which will then be used to load RetroArch. Make sure to use the latest version of Atmosphère before continuing.

View File

@ -4,6 +4,8 @@ Imagine a libretro core playing a game or video on your screen. Now imagine atta
That layer of glass would be the **overlay** -- a virtual 'layer' between you and the video signal.
[![Quick Video Demonstration for Overlays and Shaders](http://img.youtube.com/vi/bRNbA-4wuSc/0.jpg)](http://www.youtube.com/watch?v=bRNbA-4wuSc)
### What's the difference between an Overlay and a Bezel?
With Libretro, **bezels** are one subtype of **overlay**. If you have experience with game emulators, you may be familiar with the term Bezel, which describes images that wrap around the emulated screen. Often this is to display an image of the original arcade cabinet or game console being emulated.

View File

@ -10,7 +10,9 @@ nav:
- 'Windows': 'guides/install-windows.md'
- 'GNU/Linux': 'guides/install-gnu.md'
- 'iOS/tvOS': 'guides/install-ios.md'
- 'Nintendo Switch': 'guides/install-libnx.md'
- 'Nintendo': 'guides/install-libnx.md'
- 'Switch': 'guides/install-libnx.md'
- '3DS/2DS Family': 'guides/install-3ds2ds.md'
- 'RetroArch: User Guides':
- 'User Interface': 'guides/navigating.md'
- 'Input and Controls': 'guides/input-and-controls.md'