service: added a error log messages for unimplemented WaitSynchronization
This commit is contained in:
parent
c330a0a1d6
commit
870c6146e7
|
@ -115,6 +115,7 @@ public:
|
||||||
*/
|
*/
|
||||||
Result WaitSynchronization(bool* wait) {
|
Result WaitSynchronization(bool* wait) {
|
||||||
// TODO(bunnei): ImplementMe
|
// TODO(bunnei): ImplementMe
|
||||||
|
ERROR_LOG(OSHLE, "unimplemented function");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue