Make some things panic for later

This commit is contained in:
wheremyfoodat 2023-01-29 02:39:17 +02:00
parent 687c99cab6
commit ec7c0b86b7
5 changed files with 25 additions and 1 deletions
include/services

View file

@ -10,6 +10,7 @@ class CECDService {
MAKE_LOG_FUNCTION(log, cecdLogger)
// Service commands
void getEventHandle(u32 messagePointer);
public:
CECDService(Memory& mem) : mem(mem) {}