[BOSS[ Stub optout flag

This commit is contained in:
wheremyfoodat 2023-03-12 04:39:09 +02:00
parent e69e95af69
commit c41d9b4462
2 changed files with 14 additions and 2 deletions

View file

@ -11,7 +11,9 @@ class BOSSService {
// Service commands
void initializeSession(u32 messagePointer);
void getOptoutFlag(u32 messagePointer);
s8 optoutFlag;
public:
BOSSService(Memory& mem) : mem(mem) {}
void reset();