mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 08:47:45 +00:00
added an "Update" method to update all hardware
This commit is contained in:
parent
9c2355ba4f
commit
6433f4d6f9
2 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,9 @@ inline void Read(T &var, const u32 addr);
|
|||
template <typename T>
|
||||
inline void Write(u32 addr, const T data);
|
||||
|
||||
/// Update hardware
|
||||
void Update();
|
||||
|
||||
/// Initialize hardware
|
||||
void Init();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue