diff options
Diffstat (limited to 'src/NDSCart.cpp')
-rw-r--r-- | src/NDSCart.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/NDSCart.cpp b/src/NDSCart.cpp index f291d7b..68c6fe7 100644 --- a/src/NDSCart.cpp +++ b/src/NDSCart.cpp @@ -495,8 +495,8 @@ void Write(u8 val, u32 hold) break; default: - if (DataPos==0) - printf("unknown save SPI command %02X\n", CurCmd); + //if (DataPos==0) + // printf("unknown save SPI command %02X %08X\n", CurCmd); break; } |