summaryrefslogtreecommitdiff
path: root/Source/Plugins/Plugin_VideoOGL/Src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/main.cpp')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/main.cpp b/Source/Plugins/Plugin_VideoOGL/Src/main.cpp
index 69b9cc44fc..28a84beb27 100644
--- a/Source/Plugins/Plugin_VideoOGL/Src/main.cpp
+++ b/Source/Plugins/Plugin_VideoOGL/Src/main.cpp
@@ -201,8 +201,8 @@ void Video_Prepare(void)
BPInit();
VertexManager::Init();
+ Fifo_Init(); // must be done before OpcodeDecoder_Init()
OpcodeDecoder_Init();
- Fifo_Init();
VertexShaderMngr::Init();
PixelShaderMngr::Init();
GL_REPORT_ERRORD();