mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Remove unnecessary new lines, changed Deinit to Shutdown
This commit is contained in:
		@@ -76,7 +76,7 @@ void Config::ReadValues() {
 | 
			
		||||
    // Miscellaneous
 | 
			
		||||
    Settings::values.log_filter = glfw_config->Get("Miscellaneous", "log_filter", "*:Info");
 | 
			
		||||
 | 
			
		||||
    // GDBStubebugging
 | 
			
		||||
    // Debugging
 | 
			
		||||
    Settings::values.use_gdbstub = glfw_config->GetBoolean("Debugging", "use_gdbstub", false);
 | 
			
		||||
    Settings::values.gdbstub_port = glfw_config->GetInteger("Debugging", "gdbstub_port", 24689);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user