1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-08-13 15:16:49 +00:00

Merge pull request from mailwl/frd_u

frd:u: Initial stub some functions
This commit is contained in:
bunnei 2016-04-05 23:04:35 -04:00
commit dccadce074
6 changed files with 236 additions and 55 deletions
src/core/hle/service

View file

@ -71,9 +71,8 @@ ResultVal<bool> Interface::SyncRequest() {
// TODO(bunnei): Hack - ignore error
cmd_buff[1] = 0;
return MakeResult<bool>(false);
} else {
LOG_TRACE(Service, "%s", MakeFunctionString(itr->second.name, GetPortName().c_str(), cmd_buff).c_str());
}
LOG_TRACE(Service, "%s", MakeFunctionString(itr->second.name, GetPortName().c_str(), cmd_buff).c_str());
itr->second.func(this);