mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 01:53:52 +00:00
Initial commit
This commit is contained in:
parent
def8cb4153
commit
b691c43c44
19437 changed files with 4363922 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
#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 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue