400°
130w ago - I wanted to give myself a summary of what's new in
PS3 SDK 3.41 compared to
PS3 SDK 1.92.
diff proved to be less than helpful here, because of all the copyright and SDK version headers that changed.
Download:
PS3 SDK Differences
So I put together a simple program to filter the diff results. It stripped almost 150K from the diff of the SPU headers, and nearly 300K from the diff of the PPU headers (approximately 25%). It should also be possible to use this exact same program to filter comparisons on any future incomplete SDK leaks.
I'm hopeful this can be helpful for other developers, so I'm sharing my diffs and the program to create and filter them. The zip contains the following files:
- Makefile
- build_diffs.sh
- diff_filter.cpp
- spu_differences.txt
- ppu_differences.txt
To create your own SDK diffs, modify
build_diffs.sh to point to whichever two SDKs you want to compare, then run
make && sh...