mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
make OpenGL renderer a build option
mostly meant for the Switch port
This commit is contained in:
@ -139,6 +139,7 @@ u32* GetLine(int line);
|
||||
|
||||
}
|
||||
|
||||
#ifdef OGLRENDERER_ENABLED
|
||||
namespace GLRenderer
|
||||
{
|
||||
|
||||
@ -154,6 +155,7 @@ u32* GetLine(int line);
|
||||
void SetupAccelFrame();
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user