diff options
author | bunnei <ericbunnie@gmail.com> | 2014-05-27 03:01:27 +0200 |
---|---|---|
committer | bunnei <ericbunnie@gmail.com> | 2014-05-27 03:01:27 +0200 |
commit | d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb (patch) | |
tree | 6eb4c55468938b7d2a95f029c15dd9f6be913748 /src/core/hle/service | |
parent | svc: added stub for DuplicateHandle SVC call (diff) | |
download | yuzu-d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb.tar yuzu-d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb.tar.gz yuzu-d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb.tar.bz2 yuzu-d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb.tar.lz yuzu-d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb.tar.xz yuzu-d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb.tar.zst yuzu-d73d782ba7ea6f3f2dd9c4f70d34c1004397dacb.zip |
Diffstat (limited to 'src/core/hle/service')
-rw-r--r-- | src/core/hle/service/srv.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/hle/service/srv.h b/src/core/hle/service/srv.h index 1e35032ba..81109a2a8 100644 --- a/src/core/hle/service/srv.h +++ b/src/core/hle/service/srv.h @@ -26,12 +26,6 @@ public: return "srv:"; } - /** - * Called when svcSendSyncRequest is called, loads command buffer and executes comand - * @return Return result of svcSendSyncRequest passed back to user app - */ - Result Sync(); - }; } // namespace |