mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-24 13:29:15 -05:00
Get rid of C-style empty function parameter indicators
This commit is contained in:
@@ -165,7 +165,7 @@ static int tableReadPositionVertexSize[4][8][2] = {
|
||||
};
|
||||
|
||||
|
||||
void VertexLoader_Position::Init(void)
|
||||
void VertexLoader_Position::Init()
|
||||
{
|
||||
|
||||
#if _M_SSE >= 0x301
|
||||
|
||||
Reference in New Issue
Block a user