(Logger) Some changes

This commit is contained in:
twinaphex 2013-11-27 23:36:46 +01:00
parent 60baa25233
commit 43563f7ef4
3 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
#include "performance.h"
#include "general.h"

View File

@ -30,6 +30,7 @@
#include <sys/cdefs.h>
#include <stdint.h>
#include "../retroarch_logger.h"
typedef enum {
ANDROID_CPU_FAMILY_UNKNOWN = 0,

View File

@ -130,7 +130,7 @@
#endif
#endif
#ifndef RARCH_WARN
#ifndef RARCH_WARN_OUTPUT
#if defined(ANDROID) && defined(HAVE_LOGGER)
#define RARCH_WARN_OUTPUT(...) __android_log_print(ANDROID_LOG_INFO, "stderr [WARN] :: ", __VA_ARGS__)
#elif defined(IS_SALAMANDER)