mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge branch 'primitive_restart'
This commit is contained in:
commit
7e630ba920
12 changed files with 232 additions and 80 deletions
|
@ -96,6 +96,7 @@ Make AA apply instantly during gameplay if possible
|
|||
#include "PerfQuery.h"
|
||||
|
||||
#include "VideoState.h"
|
||||
#include "IndexGenerator.h"
|
||||
#include "VideoBackend.h"
|
||||
#include "ConfigManager.h"
|
||||
|
||||
|
@ -199,6 +200,7 @@ void VideoBackend::Video_Prepare()
|
|||
g_perf_query = new PerfQuery;
|
||||
Fifo_Init(); // must be done before OpcodeDecoder_Init()
|
||||
OpcodeDecoder_Init();
|
||||
IndexGenerator::Init();
|
||||
VertexShaderManager::Init();
|
||||
PixelShaderManager::Init();
|
||||
ProgramShaderCache::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue