Start separating CFG:U and CFG:I

This commit is contained in:
wheremyfoodat 2023-08-11 16:56:10 +03:00
parent 3f29eb5f6c
commit 26bb05bd8e
3 changed files with 7 additions and 5 deletions

View file

@ -7,7 +7,6 @@
#include "result/result.hpp"
class CFGService {
Handle handle = KernelHandles::CFG;
Memory& mem;
CountryCodes country = CountryCodes::US; // Default to USA
MAKE_LOG_FUNCTION(log, cfgLogger)