mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 03:28:31 +03:00
Initial push of GLES and GLUtil file breakup.
This commit is contained in:
parent
0811311604
commit
b78f5debe6
17 changed files with 582 additions and 810 deletions
|
@ -25,7 +25,6 @@
|
|||
#include "DebugUtil.h"
|
||||
#include "HwRasterizer.h"
|
||||
#include "SWCommandProcessor.h"
|
||||
#include "../../Plugin_VideoOGL/Src/GLUtil.h"
|
||||
#include "HW/Memmap.h"
|
||||
#include "Core.h"
|
||||
|
||||
|
@ -33,7 +32,7 @@ namespace EfbCopy
|
|||
{
|
||||
void CopyToXfb()
|
||||
{
|
||||
OpenGL_Update(); // just updates the render window position and the backbuffer size
|
||||
GLInterface->Update(); // just updates the render window position and the backbuffer size
|
||||
|
||||
if (!g_SWVideoConfig.bHwRasterizer)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue