diff options
| author | nakeee <nakeee@gmail.com> | 2008-10-04 22:28:11 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2008-10-04 22:28:11 +0000 |
| commit | d4dafd1d5bc04f658a4683b99d837fbce3547451 (patch) | |
| tree | eca59d69707ac754597c135b8bc66308667632bf /Source | |
| parent | f650cb19e414e5d047deba8a2196a7c583f0919a (diff) | |
exports the symbols on linux as well
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@774 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp b/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp index 6bd3ccd351..4001b71b66 100644 --- a/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp +++ b/Source/Plugins/Plugin_DSP_LLE/Src/Logging/ReadPBs.cpp @@ -16,40 +16,28 @@ // http://code.google.com/p/dolphin-emu/
-#ifdef _WIN32
-// =======================================================================================
+
// Turn on and off logging modes
// --------------
//#define LOG1 // writes selected parameters only and with more readable formatting
//#define LOG2 // writes all parameters
-// ==============
-
-
-// =======================================================================================
-// Includes
-// --------------
#include "Common.h"
#include "../Globals.h"
#include "CommonTypes.h" // Pluginspecs
#include "UCode_AXStructs.h" // For the AXParamBlock structure
#include "Console.h" // For wprintf, ClearScreen
-// ==============
-// =======================================================================================
-// Externals
-// --------------
u32 m_addressPBs = 0;
-// --------------
extern u32 gLastBlock;
-// ==============
-// =======================================================================================
+#ifdef _WIN32
+
int m = 0;
int n = 0;
#ifdef LOG2
@@ -126,4 +114,4 @@ int ReadOutPBs(AXParamBlock * _pPBs, int _num) }
// =======================================================================================
-#endif
\ No newline at end of file +#endif
|
