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:
parent
9b69079c83
commit
c3c309f33d
5 changed files with 65 additions and 50 deletions
|
@ -18,4 +18,6 @@ namespace ConfigMem {
|
|||
template <typename T>
|
||||
void Read(T &var, const u32 addr);
|
||||
|
||||
void Init();
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue