Go to file
2021-01-25 07:24:06 +01:00
cmake Add basic support for cmake on linux 2020-11-02 17:07:04 +01:00
gamefiles add neo files 2020-12-27 18:15:13 +01:00
src Merge remote-tracking branch 'origin' into wiiu 2021-01-25 07:24:06 +01:00
utils/gxt Add Toggle Waypoint text 2020-12-27 18:29:08 +02:00
vendor wiiu: few changes before initial release 2020-12-30 00:35:26 +01:00
.clang-format Add basic clang format file 2020-12-08 18:38:49 +01:00
.gitattributes Add .gitattributes for better language stats 2020-09-23 16:08:35 +03:00
.gitignore Merge branch 'master' of https://github.com/GTAmodding/re3 into wiiu 2020-12-30 00:19:29 +01:00
.gitmodules wiiu: use dr_wav instead of sndfile 2020-12-28 22:22:50 +01:00
.travis.yml macOS support; thanks to @MrYadro 2020-09-30 15:40:28 -04:00
CMakeLists.txt Add basic support for cmake on linux 2020-11-02 17:07:04 +01:00
CODING_STYLE.md Separate Coding Style out into its own Document, and mention it from the Readme. 2020-09-30 06:54:57 -04:00
logo.png Changed outline to black 2020-12-23 19:00:15 +02:00
logo.svg Changed outline to black 2020-12-23 19:00:15 +02:00
Makefile wiiu: few changes before initial release 2020-12-30 00:35:26 +01:00
premake5.exe fixed CParticle crash && RandTable 2019-05-31 00:49:06 +03:00
premake5.lua Move mss dummy headers into vendor 2020-12-29 19:16:49 +01:00
premake5Linux Linux build support 2020-05-11 21:00:55 +03:00
premake-vs2015.cmd improvements (?) to premakefile 2020-04-29 11:44:26 +02:00
premake-vs2017.cmd improvements (?) to premakefile 2020-04-29 11:44:26 +02:00
premake-vs2019.cmd improvements (?) to premakefile 2020-04-29 11:44:26 +02:00
README.md Add GBATemp link to readme 2020-12-30 01:44:26 +01:00

re3-wiiu

re3 logo

This is a port of GTA III to the Nintendo Wii U.

Instructions

For instructions take a look at the GBATemp thread here: https://gbatemp.net/threads/re3-wiiu-gta-iii-wii-u-port.579827/

Building

To build this project make sure you install the requried packages:
(dkp-)pacman -S ppc-mpg123 wiiu-sdl2 wut
You also need to build libsndfile. To configure libsndfile for the Wii U take a look at this gist: https://gist.github.com/GaryOderNichts/475edaf03ff08ba100840608f92eade8
Then clone this repo using git clone --recursive https://github.com/GaryOderNichts/re3 and build using make.
To build the channel edit CHANNEL_BUILD := 0 to CHANNEL_BUILD := 1 in the Makefile.