mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
Remove duplicated docs/update them for changed parameters.
This commit is contained in:
parent
c2588403c0
commit
22c86824a4
10 changed files with 0 additions and 88 deletions
|
@ -25,11 +25,6 @@ public:
|
|||
|
||||
std::string name; ///< Name of address arbiter object (optional)
|
||||
|
||||
/**
|
||||
* Wait for kernel object to synchronize
|
||||
* @param wait Boolean wait set if current thread should wait as a result of sync operation
|
||||
* @return Result of operation, 0 on success, otherwise error code
|
||||
*/
|
||||
ResultVal<bool> WaitSynchronization() override {
|
||||
// TODO(bunnei): ImplementMe
|
||||
ERROR_LOG(OSHLE, "(UNIMPLEMENTED)");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue