Skip to content
Snippets Groups Projects
Commit 16fea415 authored by bunnei's avatar bunnei
Browse files

service: Renamed Sync to SyncRequest

parent 3d7693f7
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ public: ...@@ -79,7 +79,7 @@ public:
* Called when svcSendSyncRequest is called, loads command buffer and executes comand * Called when svcSendSyncRequest is called, loads command buffer and executes comand
* @return Return result of svcSendSyncRequest passed back to user app * @return Return result of svcSendSyncRequest passed back to user app
*/ */
Result Sync() { Result SyncRequest() {
u32* cmd_buff = GetCommandBuffer(); u32* cmd_buff = GetCommandBuffer();
auto itr = m_functions.find(cmd_buff[0]); auto itr = m_functions.find(cmd_buff[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment