aboutsummaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-05-09 22:22:52 +0200
committerStapleButter <thetotalworm@gmail.com>2017-05-09 22:22:52 +0200
commit9fe24cb1e7b2cb9b77ff1a6ce4b0ba9bf052f347 (patch)
tree071bb34db7feda58e187916c6efb06eb9afd2d6f /src/wx
parent36fa62143628dbeab410fe1e6f1caf6955d0d7a6 (diff)
latch 3D registers upon VBlank
(fixes the last bugs in Gericom's train game)
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/Platform.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/Platform.cpp b/src/wx/Platform.cpp
index 8bcbb7e..482b886 100644
--- a/src/wx/Platform.cpp
+++ b/src/wx/Platform.cpp
@@ -17,7 +17,7 @@
*/
#include <stdio.h>
-#include "Platform.h"
+#include "../Platform.h"
namespace Platform