mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-03 17:58:34 +00:00
SW/Tev: Remove Tev::Init
This commit is contained in:
parent
c9936f8c1c
commit
bae0f21f74
3 changed files with 0 additions and 8 deletions
|
@ -27,10 +27,6 @@
|
|||
#define ALLOW_TEV_DUMPS 0
|
||||
#endif
|
||||
|
||||
void Tev::Init()
|
||||
{
|
||||
}
|
||||
|
||||
static inline s16 Clamp255(s16 in)
|
||||
{
|
||||
return in > 255 ? 255 : (in < 0 ? 0 : in);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue