mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Get rid of C-style empty function parameter indicators
This commit is contained in:
@ -173,7 +173,7 @@ static int tableReadTexCoordVertexSize[4][8][2] = {
|
||||
},
|
||||
};
|
||||
|
||||
void VertexLoader_TextCoord::Init(void)
|
||||
void VertexLoader_TextCoord::Init()
|
||||
{
|
||||
|
||||
#if _M_SSE >= 0x301
|
||||
|
Reference in New Issue
Block a user