ppsspp/base
Franklin S Cooper Jr c5bb2c7b23 base: Allow building when not using X11 on a FBDEV based system
* Currently building base will fail on non X11 based systems due to
  inclusion of X11 headers and some calls to X11 functions.
* Portions of the code currently attempts to avoid calling X11 functions
  when fbdev is used. This patch adds additional checks to avoid X11 calls.

Signed-off-by: Franklin S Cooper Jr <fcooper27@gmail.com>
2014-09-26 18:56:17 -05:00
..
arch.h Introduce arch.h, which provides the MSVC compatible arch defines on other platforms. 2014-04-17 00:05:34 +02:00
backtrace.cpp Link backtrace.cpp on Android too for consistency. Use it in FLOG. 2014-01-23 14:31:56 +01:00
backtrace.h Add some old code, do some buildfixing 2012-07-26 13:47:15 +02:00
basictypes.h Symbian: Remove outdated ifdefs 2014-06-09 21:45:57 +10:00
BlackberryAudio.h Travis buildfix 2014-06-10 04:15:58 +10:00
BlackberryDisplay.cpp Fix all warnings/errors on Blackberry. 2014-06-02 12:01:16 +10:00
BlackberryMain.cpp Expose the Android system version to the app. Useful to enable/disable android-only features like immersive mode 2014-07-20 12:04:22 +02:00
BlackberryMain.h Fix all warnings/errors on Blackberry. 2014-06-02 12:01:16 +10:00
buffer.cpp Fix a bug where it would sleep for a full second instead of a millisecond on non-Windows. 2014-07-13 07:58:42 +10:00
buffer.h Compute progress % during downloads 2013-11-29 16:31:19 +01:00
CMakeLists.txt Fix native tools build on mac etc 2014-07-15 17:24:31 +02:00
color.h Avoid LLVM warning 2012-10-06 12:28:20 +02:00
colorutil.cpp Drop shadow support for TextureButton 2013-04-17 22:13:21 +02:00
colorutil.h More UI stuff, add glMapBuffer 2013-08-16 16:47:25 +02:00
compat.cpp Proper msvc implementation of snprintf - _snprintf is different (does not add a null terminator) 2014-09-06 10:29:09 +02:00
compat.h Proper msvc implementation of snprintf - _snprintf is different (does not add a null terminator) 2014-09-06 10:29:09 +02:00
display.cpp android: Cleanup of dpi/refresh variables 2014-07-18 17:39:32 +02:00
display.h android: Cleanup of dpi/refresh variables 2014-07-18 17:39:32 +02:00
error_context.cpp Reindent (->tabs) 2012-10-30 13:20:55 +01:00
error_context.h Reindent (->tabs) 2012-10-30 13:20:55 +01:00
fastlist_test.cpp Add some old code, do some buildfixing 2012-07-26 13:47:15 +02:00
fastlist.h Reindent (->tabs) 2012-10-30 13:20:55 +01:00
functional.h Remove a lot of #ifdef's that simply were not needed. For example: Symbian has zip in-built, no need to even compile it let alone use #ifdef's. 2014-06-10 23:05:14 +10:00
linked_ptr.h Reindent (->tabs) 2012-10-30 13:20:55 +01:00
logging.h Proper msvc implementation of snprintf - _snprintf is different (does not add a null terminator) 2014-09-06 10:29:09 +02:00
mutex.h Try to approximate condvars on win xp better. 2014-07-06 16:16:38 -07:00
NativeApp.h Add a new SYSPROP enum variable. 2014-07-31 01:19:44 -04:00
NKCodeFromBlackberry.h Blackberry buildfix. 2013-08-19 00:26:00 +10:00
NKCodeFromQt.h Qt: Add support for back key 2014-06-03 10:17:43 +10:00
NKCodeFromSDL.h Map backspace correctly in SDL. Minor cosmetic slider fixes 2013-12-05 15:52:39 +01:00
PCMain.cpp base: Allow building when not using X11 on a FBDEV based system 2014-09-26 18:56:17 -05:00
QtMain.cpp Drop the thread from Qt audio loop. Makes exit cleaner. 2014-08-21 03:46:00 +10:00
QtMain.h Qt audio sounds a lot better with a larger mixlen. 2014-09-10 05:12:35 +10:00
scoped_ptr.h WIP new UI layout system! 2013-05-25 16:57:07 +02:00
stats.h Cleanup 2012-03-31 11:16:13 +02:00
stringutil.cpp More thin3d minor fixes 2014-08-23 10:31:23 +02:00
stringutil.h Add a comment. 2013-11-19 00:33:18 +08:00
SymbianMediaKeys.cpp Fix Typo so Symbian can build on Linux. 2013-12-02 15:39:34 +10:00
SymbianMediaKeys.h Fix indents and use native keys. 2013-10-26 20:34:46 +03:00
timeutil.cpp Use clock_gettime instead of gettimeofday as recommended by QNX. 2013-10-25 14:14:23 +10:00
timeutil.h Add LoggingDeadline, sprinkle this to track what takes time 2013-01-10 23:47:50 +01:00