use a method to make it overridable
[ouya-romlauncher.git] / README.rst
1 *******************************
2 Generic OUYA SNES game launcher
3 *******************************
4 Based on this code you can pack up a SNES game and make it
5 available in the OUYA launcher, just as a normal game.
6
7 When running it, the game file is extracted and
8 `Snes9x EX+`__ is started with it.
9
10 __ http://www.explusalpha.com/home/snes9x-ex
11
12
13 Configuring
14 ===========
15 Things to adjust:
16
17 - Put the game file into ``assets/game/``
18 - Replace ``FIXME_ASSETFILENAME`` in
19   ``src/de/cweiske/ouya/gamelauncher/LaunchGameActivity.java``
20   with the game file name (name, not path).
21 - Replace ``FIXME_GAMETITLE`` in ``AndroidManifest.xml`` with
22   the game's name.
23 - You should also adjust the package path, otherwise one game
24   overwrites the other