aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/qt_sdl/LocalMP.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/qt_sdl/LocalMP.cpp')
-rw-r--r--src/frontend/qt_sdl/LocalMP.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/frontend/qt_sdl/LocalMP.cpp b/src/frontend/qt_sdl/LocalMP.cpp
index b2e307e..7fe4f64 100644
--- a/src/frontend/qt_sdl/LocalMP.cpp
+++ b/src/frontend/qt_sdl/LocalMP.cpp
@@ -16,11 +16,6 @@
with melonDS. If not, see http://www.gnu.org/licenses/.
*/
-// VSR-specific experiments
-
-// #define VSR_MESSAGE_FIDDLING 1
-#define VSR_DUMP_MESSAGES 1
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -45,6 +40,7 @@
#include "Platform.h"
#include <stdint.h>
+#include "../../vsr.h"
#ifdef VSR_DUMP_MESSAGES
#include <pcap/pcap.h>