1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-07 03:13:49 +00:00
GLideN64/src/F3DBETA.h
Sergey Lipskiy 52b95f6dd5 Remove ucode F3DSWE.
Rename ucode F3DWRUS to F3DBETA and use it for both Wave Race (U) and
Star Wars Shadows of Empire
2016-12-21 22:14:36 +07:00

9 lines
94 B
C

#ifndef F3DBETA_H
#define F3DBETA_H
#define F3DBETA_TRI2 0xB1
void F3DBETA_Init();
#endif