mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
Warning fixes
This commit is contained in:
parent
e7fd84e031
commit
b49a1f27eb
63 changed files with 165 additions and 208 deletions
|
|
@ -47,7 +47,7 @@ namespace IPC_socket
|
|||
vm::write64(addr, value);
|
||||
}
|
||||
|
||||
const int IPC_impl::get_port()
|
||||
int IPC_impl::get_port()
|
||||
{
|
||||
return g_cfg_ipc.get_port();
|
||||
}
|
||||
|
|
@ -85,7 +85,7 @@ namespace IPC_socket
|
|||
return Emu.GetAppVersion();
|
||||
}
|
||||
|
||||
const std::string IPC_impl::get_version_and_branch()
|
||||
std::string IPC_impl::get_version_and_branch()
|
||||
{
|
||||
return rpcs3::get_version_and_branch();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue