mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	Toggle use_gdbstub in citra GLFW
This commit is contained in:
		@@ -74,6 +74,7 @@ int main(int argc, char **argv) {
 | 
			
		||||
    Config config;
 | 
			
		||||
    log_filter.ParseFilterString(Settings::values.log_filter);
 | 
			
		||||
 | 
			
		||||
    GDBStub::ToggleServer(Settings::values.use_gdbstub);
 | 
			
		||||
    GDBStub::SetServerPort(static_cast<u32>(Settings::values.gdbstub_port));
 | 
			
		||||
 | 
			
		||||
    EmuWindow_GLFW* emu_window = new EmuWindow_GLFW;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user