mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 02:07:51 +00:00
AddrArbiter: Implement arbitration types 3 and 4.
This commit is contained in:
parent
682e6bc8d9
commit
9e2ae289b8
3 changed files with 21 additions and 4 deletions
|
@ -28,7 +28,7 @@ enum class ArbitrationType : u32 {
|
|||
};
|
||||
|
||||
/// Arbitrate an address
|
||||
ResultCode ArbitrateAddress(Handle handle, ArbitrationType type, u32 address, s32 value);
|
||||
ResultCode ArbitrateAddress(Handle handle, ArbitrationType type, u32 address, s32 value, u64 nanoseconds);
|
||||
|
||||
/// Create an address arbiter
|
||||
Handle CreateAddressArbiter(const std::string& name = "Unknown");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue