mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 19:17:51 +00:00
HLE: Use a member variable instead of a virtual function to retrieve the max number of sessions that can be connected to an HLE service at the same time.
This commit is contained in:
parent
708ece3fff
commit
7eaf6faa7d
5 changed files with 18 additions and 8 deletions
|
@ -14,6 +14,8 @@ class Interface;
|
|||
|
||||
namespace APT {
|
||||
|
||||
static const u32 MaxAPTSessions = 2; ///< Each APT service can only have up to 2 sessions connected at the same time.
|
||||
|
||||
/// Holds information about the parameters used in Send/Glance/ReceiveParameter
|
||||
struct MessageParameter {
|
||||
u32 sender_id = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue