1
0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2024-09-15 00:45:33 +00:00

service: added a error log messages for unimplemented WaitSynchronization

This commit is contained in:
bunnei 2014-06-04 18:50:50 -04:00
parent c330a0a1d6
commit 870c6146e7

@ -115,6 +115,7 @@ public:
*/
Result WaitSynchronization(bool* wait) {
// TODO(bunnei): ImplementMe
ERROR_LOG(OSHLE, "unimplemented function");
return 0;
}