mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06: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