Emit mspack debug messages to Xenia.
This commit is contained in:
5
third_party/mspack/lzxd.c
vendored
5
third_party/mspack/lzxd.c
vendored
@@ -15,6 +15,11 @@
|
||||
#include <system.h>
|
||||
#include <lzx.h>
|
||||
|
||||
extern void xenia_log(const char*, ...);
|
||||
|
||||
#undef D
|
||||
#define D(x) do { xenia_log x; } while (0);
|
||||
|
||||
/* Microsoft's LZX document (in cab-sdk.exe) and their implementation
|
||||
* of the com.ms.util.cab Java package do not concur.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user