Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.
Moderators: cheriff, Herben
-
emoon
- Posts: 91
- Joined: Sun Jan 18, 2004 10:03 pm
- Location: Stockholm, Sweden
-
Contact:
Post
by emoon »
Hi,
I wonder if its possible to set the VIFn_MODE from a VIF-tag?
And if so, how to do it?
.emoon
-
emoon
- Posts: 91
- Joined: Sun Jan 18, 2004 10:03 pm
- Location: Stockholm, Sweden
-
Contact:
Post
by emoon »
..and I found it myself yes.
I think im going blind or something.
.emoon
-
ooPo
- Site Admin
- Posts: 2023
- Joined: Sat Jan 17, 2004 9:56 am
- Location: Canada
-
Contact:
Post
by ooPo »
So... how do you do it? :)
-
emoon
- Posts: 91
- Joined: Sun Jan 18, 2004 10:03 pm
- Location: Stockholm, Sweden
-
Contact:
Post
by emoon »
You use the VIF_STMOD tag.
Code: Select all
VIF_CODE( VIF_STMOD, 0, 2 );
will put the VIF in nice difference mode :)
.emoon