mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 21:28:02 -05:00
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:
@ -18,4 +18,6 @@ namespace ConfigMem {
|
||||
template <typename T>
|
||||
void Read(T &var, const u32 addr);
|
||||
|
||||
void Init();
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user