Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
at runtime since the standard RG350 OS does not include it. This repairs
music playback on all games that rely on .mp3 playback (of note, the CD-ROM
version of Monkey Island 1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make cannot automatically deduce that the shader assembler generates the
.h file that is required to build osystem-graphics.cpp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows a full build to run on old generation devices
|
|
|
|
|
|
|
|
Since commit 04c57ba, this should no longer be necessary.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This sets Android as a non-standard port in configure in order to override the definition for vsn_printf
The vsn_printf implementation is taken from https://github.com/weiss/c99-snprintf
|
|
Just to be on the safe side.
Right now the binary consumes roughly 700 000 bytes.
Double that and add a a panic amount of roughly 50%, which leaves us at 2 MB.
|
|
|
|
|
|
For translated message text. Android expected UTF-8 format for the message
Also makeToast for OSD needed to be run from the main UI thread
|
|
Trac #10368
|