aboutsummaryrefslogtreecommitdiff
path: root/backends/platform
AgeCommit message (Collapse)Author
2021-04-21Initial trimui model s supportneonloop
2021-01-31remove commentsalvacam
2021-01-31fix buil miyoosalvacam
2021-01-31fix varible compilesalvacam
2021-01-31compile for Miyoosalvacam
2020-01-13Accidentally set the wrong name for the dynlib, correcting the typocraigsc
2020-01-12Compile the GCW0 target with libmad, and dynamically link the libcraigsc
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)
2020-01-11Merge remote-tracking branch 'upstream/master'craigsc
2020-01-11ANDROID: Hide the system mouse cursor on Android NCameron Cawley
2020-01-05New location for the Soundfont file (official location was moved)craigsc
2020-01-05Reverted an old commit that disabled fluidsynth for gcw0craigsc
2020-01-04BACKENDS: Fix the DS, GameCube and Wii buildsBastien Bouclet
2020-01-01ALL: Bump copyright year to 2020Eugene Sandulenko
2019-12-313DS: Enable GDB host IOBastien Bouclet
2019-12-253DS: Add missing makefile dependencyBastien Bouclet
Make cannot automatically deduce that the shader assembler generates the .h file that is required to build osystem-graphics.cpp.
2019-12-16ANDROID: Fix crash due to adding '.' folder in SearchManagerThanasis Antoniou
2019-12-15BACKENDS: Add default implementation for GraphicsMode functionsCameron Cawley
2019-12-143DS: Fix compilationCameron Cawley
2019-12-14BACKENDS: Move nextHigher2() into common/algorithm.hCameron Cawley
2019-12-14ANDROID: Fix bad message id for long press back btnThanasis Antoniou
2019-12-14ANDROID: Long press for back button has an alternate (menu button) functionThanasis Antoniou
2019-12-14ANDROID: Improve keyboard support (#1857)Cameron Cawley
2019-12-10PSP: Make the PspTimer class a subclass of DefaultTimerManagerCameron Cawley
2019-12-07SDL: Simplify implementations of getDefaultConfigFileName()Cameron Cawley
2019-12-04SAMSUNGTV: Fixed compilationPaweł Kołodziejski
2019-12-013DS: Implement dynamic pluginsBastien Bouclet
Allows a full build to run on old generation devices
2019-11-30OPENPANDORA: Fix compilation failuresCameron Cawley
2019-12-01BACKENDS: Move implementation of OSystem::quit() out of ModularBackendCameron Cawley
2019-11-30GPH/OPENPANDORA: Replace use of strcat()/strcpy() with Common::String()Cameron Cawley
2019-11-30GPH/OPENPANDORA: Remove unnecessary stat() callsCameron Cawley
Since commit 04c57ba, this should no longer be necessary.
2019-11-30GPH/OPENPANDORA: Move ToggleTapMode() into the event managerCameron Cawley
2019-11-303DS: Prevent magnify effect from updating while the GUI is activeMichael Ball
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2019-11-25ANDROID: Add docs and port dist files to AssetsThanasis Antoniou
2019-11-24ANDROIDSDL: Remove unused graphics managerCameron Cawley
2019-11-19IPHONE: Implement horizontal shakesluicebox
2019-11-19IOS7: Implement horizontal shakesluicebox
2019-11-19WII: Implement horizontal shakesluicebox
2019-11-19PSP: Implement horizontal shakesluicebox
2019-11-19PS2: Implement horizontal shakesluicebox
2019-11-19DS: Implement horizontal shakesluicebox
2019-11-19DC: Implement horizontal shakesluicebox
2019-11-19PSP: Implement horizontal shakesluicebox
2019-11-19GRAPHICS: Add interface for horizontal shakesluicebox
2019-11-18BACKENDS: Remove unnecessary implementations of setGraphicsMode(const char *)Cameron Cawley
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-11-12ANDROID: Remove duplicate header inclusion in android.hThanasis Antoniou
2019-11-12ANDROID: Override UTF-8 compliant definition of vsn_printfThanasis Antoniou
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
2019-11-10AMIGAOS4: Increase stack cookieHubert Maier
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.
2019-11-10AMIGAOS4: Clean up and increase stack cookieHubert Maier