mirror of
https://git.neolegacy.dev/neoStudiosLCE/neoLegacy.git
synced 2026-06-26 20:26:02 +00:00
6 lines
216 B
C++
6 lines
216 B
C++
#include "stdafx.h"
|
|
#include "DiodeTile_SPU.h"
|
|
|
|
const double DiodeTile_SPU::DELAY_RENDER_OFFSETS[4] = { -1.0f / 16.0f, 1.0f / 16.0f, 3.0f / 16.0f, 5.0f / 16.0f };
|
|
const int DiodeTile_SPU::DELAYS[4] = { 1, 2, 3, 4 };
|