HACKERCHANNEL / PSL1GHT

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

SPU sample cleanups #90

Closed zerkman closed 13 years ago

zerkman commented 13 years ago

skagkur discovered that memory-alignment of segments is necessary to allow the access of PPU malloc'ed arrays from SPU via DMA. this required a fix in sputest (raw SPU management).

Moreover, he discovered segment initialization is not necessary at all when dealing with SPU threads. Thus I removed the useless parts of code in the SPU thread samples.

ooPo commented 13 years ago

Any objections to these changes before I merge them?

ooPo commented 13 years ago

Merged.