Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SachinVin authored May 23, 2018
1 parent 5e1b5d2 commit 8948f5c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Citra for Android
An (Unofficial) Android fronend for the Citra Emulator

This is an uofficial port for the [Citra emulator](https://github.com/citra-emu) based on the [Dolphin emulator's](https://github.com/dolphin-emu) frontend.
So, huge props to the guys over there.

Since this code almost entirely a copy of the dolphin frontend,there are a lot of useless segments in here that aren't being used ... or are useless.

### Building
You can follow [this guide](https://github.com/dolphin-emu/dolphin/blob/master/AndroidSetup.md) if haven't set up your android environment.

First the frontend, you can clone/download this repo.

You can find the citra backend [here](https://github.com/SachinVin/citra/tree/c++14). Make sure you are on the "C++14" branch. and Clone/Download the repo

Edit the CMakeLists path in the build.gradle to point to the location of the CMakeLists.txt of the citra backend

You're all set, now hit build.

### Device Requirements
* OS
* Android (5.0 Lollipop or higher).
* Processor
* A processor with support for either ARMv8 or x86-64. x86 32bit is not supported by Citra
* Graphics
* A graphics processor that supports OpenGL ES 3.2 or higher.

### Known Issues
Since this is a early development a most of the stuff dosen't work
* Controls
* In App Settings(you can edit the settings at [internal_storage]/citra-emu/config/config.ini)
* Colors in games (since GLES dosent support BGR color scheme, the color channels may be inverted)
* Since this is based on an older version of Citra, bugs solved on newer versions of citra may still be present

0 comments on commit 8948f5c

Please sign in to comment.