ppsspp/base
2014-07-13 07:58:42 +10: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
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 Use the UpdateRunLoop from Core as it handles when window is minimized. There is no way outside of Core right now (bad for native?). 2014-06-30 00:15:37 +10: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
color.h
colorutil.cpp
colorutil.h
display.cpp Add a new "queryConfig" native android function, so that the Java code can check 2014-02-04 12:07:17 +01:00
display.h
error_context.cpp
error_context.h
fastlist_test.cpp
fastlist.h
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
logging.h Introduce arch.h, which provides the MSVC compatible arch defines on other platforms. 2014-04-17 00:05:34 +02:00
mutex.h minor condition change 2014-02-17 20:46:51 -05:00
NativeApp.h Have the input functions return bool, so we can say if we used the key. 2014-06-15 12:12:12 +02: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 Use the UpdateRunLoop from Core as it handles when window is minimized. There is no way outside of Core right now (bad for native?). 2014-06-30 00:15:37 +10:00
QtMain.cpp Qt: Some things I missed. 2014-06-26 17:58:05 +10:00
QtMain.h Qt: Don't build MainAudio if we will use SDL audio anyway. 2014-07-01 17:14:46 +10:00
scoped_ptr.h
stats.h
stringutil.cpp Add strcmpIgnore func. 2013-11-18 23:45:44 +08: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