mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
use templates for primitive restart
This commit is contained in:
parent
4dca133745
commit
b0108631f6
6 changed files with 51 additions and 43 deletions
|
@ -35,6 +35,7 @@
|
|||
#include "Debugger/DebuggerPanel.h"
|
||||
#include "DLCache.h"
|
||||
#include "EmuWindow.h"
|
||||
#include "IndexGenerator.h"
|
||||
#include "FileUtil.h"
|
||||
#include "Globals.h"
|
||||
#include "IniFile.h"
|
||||
|
@ -193,6 +194,7 @@ void VideoBackend::Video_Prepare()
|
|||
// VideoCommon
|
||||
BPInit();
|
||||
Fifo_Init();
|
||||
IndexGenerator::Init();
|
||||
VertexLoaderManager::Init();
|
||||
OpcodeDecoder_Init();
|
||||
VertexShaderManager::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue