Files
ppsspp/Core
Diogo Franco (Kovensky) 6108e36ae9 Several fixes to build under stricter C++11
Add missing #include to various files.

strings.h isn't provided by MSVC so we don't include it there; it's needed
for other OSes/compilers.

Get rid of pre-ISO-C malloc.h includes; malloc is provided by stdlib.h.

Fixes some linuxisms.

Prepend __builtin_ to __clear_cache, calling it without the prefix is a
GNU extension.
2012-11-21 14:33:50 -03:00
..
2012-11-17 19:56:28 +01:00
2012-11-21 07:28:54 -08:00
2012-11-09 10:01:54 +01:00
2012-11-18 17:51:14 +01:00
2012-11-15 10:15:40 +01:00
2012-11-06 17:05:27 +01:00