mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
OGL: Implement pixel metrics (untested)
This commit is contained in:
parent
4d8d86bd6a
commit
cf8744cf2c
10 changed files with 166 additions and 13 deletions
|
@ -93,6 +93,7 @@ Make AA apply instantly during gameplay if possible
|
|||
#include "FramebufferManager.h"
|
||||
#include "Core.h"
|
||||
#include "Host.h"
|
||||
#include "PerfQuery.h"
|
||||
|
||||
#include "VideoState.h"
|
||||
#include "VideoBackend.h"
|
||||
|
@ -194,6 +195,7 @@ void VideoBackend::Video_Prepare()
|
|||
|
||||
BPInit();
|
||||
g_vertex_manager = new VertexManager;
|
||||
g_perf_query = new PerfQuery;
|
||||
Fifo_Init(); // must be done before OpcodeDecoder_Init()
|
||||
OpcodeDecoder_Init();
|
||||
VertexShaderCache::Init();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue