mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
ShaderGenerators: Remove unnecessary inline keywords
Static by itself is sufficient
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
template<class T>
|
||||
static inline T GenerateVertexShader(API_TYPE api_type)
|
||||
static T GenerateVertexShader(API_TYPE api_type)
|
||||
{
|
||||
T out;
|
||||
const u32 components = VertexLoaderManager::g_current_components;
|
||||
|
Reference in New Issue
Block a user