ppsspp/base
2013-10-28 15:33:02 +10:00
..
backtrace.cpp Fixes for compatibility with FreeBSD 2012-11-18 21:41:44 -03:00
backtrace.h Add some old code, do some buildfixing 2012-07-26 13:47:15 +02:00
basictypes.h Endian Swap: Fall back to ARM implementation for Symbian. 2013-10-28 03:54:35 +10:00
BlackberryAudio.h Increase audio buffer size by a factor of 5. Helps with audio in some games. 2013-10-28 15:33:02 +10:00
BlackberryDisplay.cpp Fix DPI issue on Qt + Blackberry. 2013-08-20 20:33:16 +10:00
BlackberryMain.cpp Add option to display Blackberry debug statistics. Even if you are not running a debug firmware. 2013-10-28 14:17:53 +10:00
BlackberryMain.h Fix DPI issue on Qt + Blackberry. 2013-08-20 20:33:16 +10:00
buffer.cpp Cut down on CHECK() and FLOG() in Buffer. 2013-06-24 19:36:53 -07:00
buffer.h Cut down on CHECK() and FLOG() in Buffer. 2013-06-24 19:36:53 -07:00
CMakeLists.txt First attempt at fixing native/tools build 2013-04-24 17:07:13 +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
display.cpp Some UI code cleanup. Another variant of ease curve function. RebindTexture. 2012-11-22 18:41:04 +01:00
display.h WIP new UI layout system! 2013-05-25 16:57:07 +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 'p' alias for functional placeholders 2013-06-03 19:59:32 +02:00
linked_ptr.h Reindent (->tabs) 2012-10-30 13:20:55 +01:00
logging.h Do not crash on broken shaders, allow error message return 2013-10-13 12:00:41 +02:00
mutex.h Fix atomics on Blackberry. Was not clearing. 2013-10-25 19:05:27 +10:00
NativeApp.h Add support for standard Android haptic feedback, which does not require the VIBRATE permission. 2013-10-10 16:00:30 +02:00
NKCodeFromBlackberry.h Blackberry buildfix. 2013-08-19 00:26:00 +10:00
NKCodeFromQt.h Add uppercase keys in Qt->native key mapping 2013-09-10 19:24:03 +02:00
NKCodeFromSDL.h Maemo: There are no Escape on Maemo, use SDL_BACKSPACE 2013-08-23 11:25:24 +03:00
PCMain.cpp Audio: Best settings on all platforms. 2013-10-22 13:29:34 +10:00
QtMain.cpp Use a Qt vibrator instead of a Symbian C++ one. Potentially cross-platform? Also, this should select a better default vibrator (eg. touch instead of phone call) which should allow vibration to work during charging. 2013-10-27 05:32:31 +10:00
QtMain.h Increase audio buffer size by a factor of 5. Helps with audio in some games. 2013-10-28 15:33:02 +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 Fix issues with line breaks in system font 2013-08-30 17:44:44 +02:00
stringutil.h Add "\n" parsing to i18n code. Move some code from Common. 2013-06-09 13:39:16 +02:00
SymbianMediaKeys.cpp Fix indents and use native keys. 2013-10-26 20:34:46 +03: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