Fix discrepancy between ConfigMem::BatteryLevel and PTM

This commit is contained in:
wheremyfoodat 2023-08-18 22:30:50 +03:00
parent 51b2b8eee5
commit 5b24006046
4 changed files with 21 additions and 6 deletions

View file

@ -33,7 +33,7 @@
#include "services/ssl.hpp"
#include "services/y2r.hpp"
class EmulatorConfig;
struct EmulatorConfig;
// More circular dependencies!!
class Kernel;