mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
More coding style fixes because I suck at sed
This commit is contained in:
parent
3c6d0fc710
commit
3bcec51334
8 changed files with 155 additions and 155 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue