Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Feb 25, 2024
1 parent ab99f0b commit 81ee977
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,8 @@ Red Viper
=========

A Virtual Boy emulator for the Nintendo 3DS based on [r3Ddragon](https://github.com/mrdanielps/r3Ddragon) by mrdanielps,
which is itself based on Reality Boy / Red Dragon.
which is itself based on Reality Boy / Red Dragon. It uses a dynamic recompiler with busywait detection and a
hardware-accelerated renderer to achieve high performance on the 3DS's limited hardware.

## Features
* All officially licensed games are playable at full speed, even on the original 3DS
Expand All @@ -17,14 +18,19 @@ Future additions:
* Savestates
* Homebrew support
* More versatile color filter
* A way to load a specific game from the home screen
* A forwarder to allow loading a specific game from the home menu

## Usage

The latest release can be found [here](https://github.com/skyfloogle/red-viper/releases),
provided as a 3DSX (can be loaded with Homebrew Launcher) and as a CIA (can be installed to the home menu with FBI).
ROMs can be placed in any desired location on your SD card. The emulator will remember the location of the last ROM you loaded.

A display with some simple performance info can be enabled in the settings.
Through this, you can see the time taken for **A**ll proecessing, **D**RC processing (CPU emulation),
**C**itro3D processing (CPU graphics), and **P**ICA200 processing (GPU graphics), and the
**M**emory usage of the DRC cache (increases over time then resets).

## Building

Before building, fetch the dependencies:
Expand Down

0 comments on commit 81ee977

Please sign in to comment.