Massive refactors for how titles are handled in rustwii are underway!
This removes the duplicate instance of the content records stored in the ContentRegion struct, and actually entirely removes that struct because it was mostly useless. Content is now stored in and managed by the Title struct, which removes the middle man and makes managing content a lot easier. More to come soon!
https://github.com/NinjaCheetah/rustwii/commit/326bb56ecedb44b746a1dd21253de4a610de28c2

