summaryrefslogtreecommitdiffstats
path: root/src/skel/glfw/glfw.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-04-26 20:16:31 +0200
committeraap <aap@papnet.eu>2020-04-26 20:16:31 +0200
commit41586c7cda403291be80f414082d16b5333933a5 (patch)
tree4832dde8a039ec2e831f0cb044ad4ae6c06ad16d /src/skel/glfw/glfw.cpp
parentRemove struct workaround in CControllerConfigManager (diff)
downloadre3-41586c7cda403291be80f414082d16b5333933a5.tar
re3-41586c7cda403291be80f414082d16b5333933a5.tar.gz
re3-41586c7cda403291be80f414082d16b5333933a5.tar.bz2
re3-41586c7cda403291be80f414082d16b5333933a5.tar.lz
re3-41586c7cda403291be80f414082d16b5333933a5.tar.xz
re3-41586c7cda403291be80f414082d16b5333933a5.tar.zst
re3-41586c7cda403291be80f414082d16b5333933a5.zip
Diffstat (limited to '')
-rw-r--r--src/skel/glfw/glfw.cpp31
1 files changed, 16 insertions, 15 deletions
diff --git a/src/skel/glfw/glfw.cpp b/src/skel/glfw/glfw.cpp
index 0d7dc384..db6be3a2 100644
--- a/src/skel/glfw/glfw.cpp
+++ b/src/skel/glfw/glfw.cpp
@@ -19,11 +19,25 @@
#include "platform.h"
#include "crossplatform.h"
+#include "patcher.h"
+#include "main.h"
+#include "FileMgr.h"
+#include "Text.h"
+#include "Pad.h"
+#include "Timer.h"
+#include "DMAudio.h"
+#include "ControllerConfig.h"
+#include "Frontend.h"
+#include "Game.h"
+#include "PCSave.h"
+#include "Sprite2d.h"
+#include "AnimViewer.h"
+
+
#define MAX_SUBSYSTEMS (16)
-using namespace rw;
-EngineOpenParams openParams;
+rw::EngineOpenParams openParams;
static RwBool ForegroundApp = TRUE;
@@ -49,19 +63,6 @@ static psGlobalType PsGlobal;
#define JIF(x) if (FAILED(hr=(x))) \
{debug(TEXT("FAILED(hr=0x%x) in ") TEXT(#x) TEXT("\n"), hr); return;}
-#include "patcher.h"
-#include "main.h"
-#include "FileMgr.h"
-#include "Text.h"
-#include "Pad.h"
-#include "Timer.h"
-#include "DMAudio.h"
-#include "ControllerConfig.h"
-#include "Frontend.h"
-#include "Game.h"
-#include "PCSave.h"
-#include "Sprite2d.h"
-#include "AnimViewer.h"
// TODO: This is used on selecting video mode, so either think something or remove it completely
DWORD _dwMemTotalVideo = 1024 * (1024 * 1024); // 1024 MB as placeholder