ConfigMem: Clean up the Config memory to be more like the shared page and moved

the helper macro for padding to common_funcs.h
This commit is contained in:
purpasmart96 2015-02-12 20:57:02 -08:00
parent 9b69079c83
commit c3c309f33d
5 changed files with 65 additions and 50 deletions

View file

@ -18,4 +18,6 @@ namespace ConfigMem {
template <typename T>
void Read(T &var, const u32 addr);
void Init();
} // namespace