Skip to content

Commit

Permalink
windowing/wayland: GLES: register using CRPRendererDMA
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusak committed Apr 6, 2020
1 parent 95e18b3 commit 4600bb0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xbmc/windowing/wayland/WinSystemWaylandEGLContextGLES.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#include "OptionalsReg.h"
#include "cores/RetroPlayer/process/RPProcessInfo.h"
#include "cores/RetroPlayer/rendering/VideoRenderers/RPRendererDMA.h"
#include "cores/RetroPlayer/rendering/VideoRenderers/RPRendererOpenGLES.h"
#include "cores/VideoPlayer/VideoRenderers/LinuxRendererGLES.h"
#include "cores/VideoPlayer/VideoRenderers/RenderFactory.h"
Expand Down Expand Up @@ -37,6 +38,8 @@ bool CWinSystemWaylandEGLContextGLES::InitWindowSystem()
}

CLinuxRendererGLES::Register();

RETRO::CRPProcessInfo::RegisterRendererFactory(new RETRO::CRendererFactoryDMA);
RETRO::CRPProcessInfo::RegisterRendererFactory(new RETRO::CRendererFactoryOpenGLES);

bool general, deepColor;
Expand Down

0 comments on commit 4600bb0

Please sign in to comment.