(Logger) Some changes
This commit is contained in:
parent
60baa25233
commit
43563f7ef4
|
@ -14,6 +14,7 @@
|
||||||
* If not, see <http://www.gnu.org/licenses/>.
|
* If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
#include "performance.h"
|
#include "performance.h"
|
||||||
#include "general.h"
|
#include "general.h"
|
||||||
|
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "../retroarch_logger.h"
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
ANDROID_CPU_FAMILY_UNKNOWN = 0,
|
ANDROID_CPU_FAMILY_UNKNOWN = 0,
|
||||||
|
|
|
@ -130,7 +130,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef RARCH_WARN
|
#ifndef RARCH_WARN_OUTPUT
|
||||||
#if defined(ANDROID) && defined(HAVE_LOGGER)
|
#if defined(ANDROID) && defined(HAVE_LOGGER)
|
||||||
#define RARCH_WARN_OUTPUT(...) __android_log_print(ANDROID_LOG_INFO, "stderr [WARN] :: ", __VA_ARGS__)
|
#define RARCH_WARN_OUTPUT(...) __android_log_print(ANDROID_LOG_INFO, "stderr [WARN] :: ", __VA_ARGS__)
|
||||||
#elif defined(IS_SALAMANDER)
|
#elif defined(IS_SALAMANDER)
|
||||||
|
|
Loading…
Reference in New Issue