mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
More coding style fixes because I suck at sed
This commit is contained in:

committed by
Sonicadvance1

parent
3c6d0fc710
commit
3bcec51334
@ -69,7 +69,7 @@ u16 GetEncodedSampleCount(u32 format)
|
||||
const char* WriteRegister(API_TYPE ApiType, const char *prefix, const u32 num)
|
||||
{
|
||||
if(ApiType == API_GLSL)
|
||||
return ""; // Once we switch to GLSL 1.3 we can do something here
|
||||
return ""; // Once we switch to GLSL 1.3 we can do something here
|
||||
static char result[64];
|
||||
sprintf(result, " : register(%s%d)", prefix, num);
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user