diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/service.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/service.h b/src/core/hle/service/service.h index c3e9dd313..8699ad305 100644 --- a/src/core/hle/service/service.h +++ b/src/core/hle/service/service.h | |||
| @@ -115,6 +115,7 @@ public: | |||
| 115 | */ | 115 | */ |
| 116 | Result WaitSynchronization(bool* wait) { | 116 | Result WaitSynchronization(bool* wait) { |
| 117 | // TODO(bunnei): ImplementMe | 117 | // TODO(bunnei): ImplementMe |
| 118 | ERROR_LOG(OSHLE, "unimplemented function"); | ||
| 118 | return 0; | 119 | return 0; |
| 119 | } | 120 | } |
| 120 | 121 | ||