common: Remove dependency from core

This commit is contained in:
GPUCode
2023-07-03 02:18:37 +03:00
parent ba98bf058a
commit 9527bfffed
14 changed files with 105 additions and 96 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ int main(int argc, char** argv) {
// Apply the command line arguments
Settings::values.gdbstub_port = gdb_port;
Settings::values.use_gdbstub = use_gdbstub;
Settings::Apply();
system.ApplySettings();
// Register frontend applets
Frontend::RegisterDefaultApplets();