mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[BOSS[ Stub optout flag
This commit is contained in:
parent
e69e95af69
commit
c41d9b4462
2 changed files with 14 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue