Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabomstew authored Jul 13, 2018
1 parent 19f8ab8 commit dce1976
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,14 @@ To build it on Debian, do:
cd gambatte-speedrun
./build_qt.sh
cp gambatte_qt/bin/gambatte_qt SOMEWHERE/gsr # or w/e

To build the "non-PSR" version with additional selectable platforms (GB, GBC, GBA, SGB2), create `gambatte_qt/src/platforms.pri` with the following:

# platform support
# GBP is hardcoded
DEFINES += SHOW_PLATFORM_GB
DEFINES += SHOW_PLATFORM_GBC
DEFINES += SHOW_PLATFORM_GBA
DEFINES += SHOW_PLATFORM_SGB

Otherwise GLHF.

0 comments on commit dce1976

Please sign in to comment.