[AC] Add service + SetClientVersion

This commit is contained in:
wheremyfoodat 2023-01-05 21:41:52 +02:00
parent 400db8ef0a
commit 94fe205c48
7 changed files with 62 additions and 5 deletions

View file

@ -9,7 +9,7 @@ class CECDService {
Memory& mem;
MAKE_LOG_FUNCTION(log, cecdLogger)
// Service commands
// Service commands
public:
CECDService(Memory& mem) : mem(mem) {}