HACKERCHANNEL / PSL1GHT

A lightweight PS3 SDK
www.psl1ght.com
MIT License
182 stars 67 forks source link

Fix broken RSX samples #79

Closed zeldin closed 13 years ago

zeldin commented 13 years ago

The fragment program functions and types now have an "_old" tacked on, which broke the compilation of the RSX samples. Fixed this by adding the _old suffix to the sample code.

shagkur commented 13 years ago

merged.

zeldin commented 13 years ago

Thanks. Although for the next time, would you please consider actually merging the commit instead of breaking it up into several spurious new commits which loses all the metadata? That way it would also mean less work for me to get my own branch in synch with master again (now I have to back out my own commit since it will forever be considered "unmerged")...

shagkur commented 13 years ago

ye ye, i'll next time.

zeldin commented 13 years ago

Ok, thanks again.