mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-12 05:16:25 -05:00
Don't set common globals from Video Backends
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
namespace OGL
|
||||
{
|
||||
std::unique_ptr<PerfQueryBase> GetPerfQuery();
|
||||
std::unique_ptr<PerfQueryBase> GetPerfQuery(bool is_gles);
|
||||
|
||||
class PerfQuery : public PerfQueryBase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user