scummvm/backends
Philippe Valembois a8f270eb25 DS: Fix build of C files when specifying -ansi in CXXFLAGS
Compiling externally provided C files using CXXFLAGS makes build fail
when specifying -ansi because files are not ANSI C compliant.
configure script don't provide a CFLAGS variable so we just override
using -std flag
2020-06-02 19:47:57 +02:00
..
audiocd WIN32: Move all ARRAYSIZE undefs to util.h 2018-12-17 12:28:33 +02:00
cloud GUI: OPTIONS: Cloud storage list populated with translated string on addCloudControls() 2020-02-09 22:06:19 +02:00
dialogs POSIX: Add support for native GTK file browserOnly enabled on platforms with libgtk 2020-03-22 20:46:42 +02:00
events SDL: Return unicode keycode for Hebrew input 2020-05-12 14:37:10 +02:00
fs 3DS: Disable newlib buffered io and use ScummVM's implementation 2020-02-07 18:33:56 +01:00
graphics BACKENDS: Fix inconsistent usage of const modifier 2020-05-30 06:49:09 +01:00
keymapper KEYMAPPER: Allow mapped actions without modifier keys when no mapped actions exist for current modifier keys 2020-05-30 19:37:20 +02:00
log
midi TIMIDITY: Replace u_char with unsigned char 2020-05-29 21:37:58 +01:00
mixer BACKENDS: Remove LinuxMoto port. 2020-03-09 14:31:14 +01:00
mutex ANDROID: Add a pthreads-based mutex manager 2019-04-20 15:53:56 +03:00
networking PSP2: Fix cloud integration 2020-04-27 23:02:18 -05:00
platform DS: Fix build of C files when specifying -ansi in CXXFLAGS 2020-06-02 19:47:57 +02:00
plugins BASE: Fix being unable to run games when using dynamic plugins 2020-01-04 17:49:32 +01:00
saves COMMON: Make save compression optional when copying 2019-12-09 22:57:46 -08:00
taskbar WIN32: Move all ARRAYSIZE undefs to util.h 2018-12-17 12:28:33 +02:00
text-to-speech TTS: Fix crash on Windows when there are no audio devices 2020-04-29 15:22:21 +01:00
timer NULL: Ensure that the timer callback is called regularly 2020-05-27 12:41:51 +02:00
updates WIN32: Exit when WinSparkle runs installer 2019-11-08 09:19:07 +01:00
vkeybd VKEYBD: Fallback to SearchMan when loading keyboard packs 2017-12-28 21:24:57 +01:00
base-backend.cpp BACKENDS: Fix using fillScreen in non-paletted screen modes 2019-11-10 01:25:46 +02:00
base-backend.h
modular-backend.cpp BACKENDS: Ensure that _timerManager is deleted before _mutexManager 2020-05-25 20:21:05 +01:00
modular-backend.h GUI: Store the shader name in the config file instead of the ID 2020-03-09 18:01:14 -05:00
module.mk GPH/DINGUX: Unify the downscaling code 2020-03-27 22:50:41 +01:00