mirror of https://github.com/xemu-project/xemu.git
xbox: device debuging shouldn't be enabled in the repo
This commit is contained in:
parent
0644619d0e
commit
118b56248b
|
@ -33,7 +33,7 @@
|
|||
|
||||
#include "acpi_mcpx.h"
|
||||
|
||||
#define DEBUG
|
||||
//#define DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
# define MCPX_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
|
||||
|
||||
|
||||
#define DEBUG
|
||||
//#define DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
# define SMBUS_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
||||
|
|
|
@ -32,7 +32,7 @@ typedef struct SMBusCX25871Device {
|
|||
uint8_t registers[256];
|
||||
} SMBusCX25871Device;
|
||||
|
||||
#define DEBUG
|
||||
//#define DEBUG
|
||||
|
||||
static void cx_quick_cmd(SMBusDevice *dev, uint8_t read)
|
||||
{
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include "i2c.h"
|
||||
#include "smbus.h"
|
||||
|
||||
#define DEBUG
|
||||
//#define DEBUG
|
||||
|
||||
typedef struct SMBusEEPROMDevice {
|
||||
SMBusDevice smbusdev;
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
static const char* pic_version_string = "P01";
|
||||
|
||||
|
||||
#define DEBUG
|
||||
//#define DEBUG
|
||||
|
||||
typedef struct SMBusPIC16LCDevice {
|
||||
SMBusDevice smbusdev;
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#define DEBUG
|
||||
//#define DEBUG
|
||||
|
||||
#ifdef DEBUG
|
||||
# define XBOXPCI_DPRINTF(format, ...) printf(format, ## __VA_ARGS__)
|
||||
|
|
Loading…
Reference in New Issue