mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Run code through the advanced tool 'sed' to remove trailing whitespace.
This commit is contained in:
@ -28,12 +28,12 @@ extern struct VideoConfig {
|
||||
GLSL_VERSION eSupportedGLSLVersion;
|
||||
bool bSupportOGL31;
|
||||
bool bSupportViewportFloat;
|
||||
|
||||
|
||||
const char *gl_vendor;
|
||||
const char *gl_renderer;
|
||||
const char* gl_version;
|
||||
const char* glsl_version;
|
||||
|
||||
|
||||
s32 max_samples;
|
||||
} g_ogl_config;
|
||||
|
||||
@ -42,7 +42,7 @@ class Renderer : public ::Renderer
|
||||
public:
|
||||
Renderer();
|
||||
~Renderer();
|
||||
|
||||
|
||||
static void Init();
|
||||
static void Shutdown();
|
||||
|
||||
|
Reference in New Issue
Block a user