mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-RC1
This commit is contained in:
@ -108,6 +108,11 @@ void kexSetModuleSettings(const char* module,
|
||||
SettingsDB::instance.write_single(module, conf_name, flags);
|
||||
}
|
||||
|
||||
void kexResetModuleSettings(const char* module)
|
||||
{
|
||||
SettingsDB::instance.reset_single(module);
|
||||
}
|
||||
|
||||
void kexFlushAppSettings(void)
|
||||
{
|
||||
SettingsDB::instance.flush_all();
|
||||
|
Reference in New Issue
Block a user