service: Renamed Sync to SyncRequest

pull/8/head
bunnei 11 years ago
parent 3d7693f75f
commit 16fea415d0

@ -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]);

Loading…
Cancel
Save