mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Enable web services on Android in Github build (#6555)
* Enable web services in android * Fix web services build on android * clang-format * Remove unnecessary line * Set telemetry to be disabled by default on all platforms
This commit is contained in:
		
							parent
							
								
									2281bf5b0b
								
							
						
					
					
						commit
						72b82ef6ed
					
				
					 8 changed files with 9 additions and 8 deletions
				
			
		|  | @ -106,7 +106,6 @@ android { | |||
|             cmake { | ||||
|                 arguments "-DENABLE_QT=0", // Don't use QT | ||||
|                         "-DENABLE_SDL2=0", // Don't use SDL | ||||
|                         "-DENABLE_WEB_SERVICE=0", // Don't use telemetry | ||||
|                         "-DANDROID_ARM_NEON=true", // cryptopp requires Neon to work | ||||
|                         "-DBUNDLE_SPEEX=ON" | ||||
| 
 | ||||
|  |  | |||
|  | @ -274,7 +274,7 @@ void Config::ReadValues() { | |||
| 
 | ||||
|     // Web Service
 | ||||
|     NetSettings::values.enable_telemetry = | ||||
|         sdl2_config->GetBoolean("WebService", "enable_telemetry", true); | ||||
|         sdl2_config->GetBoolean("WebService", "enable_telemetry", false); | ||||
|     NetSettings::values.web_api_url = | ||||
|         sdl2_config->GetString("WebService", "web_api_url", "https://api.citra-emu.org"); | ||||
|     NetSettings::values.citra_username = sdl2_config->GetString("WebService", "citra_username", ""); | ||||
|  |  | |||
|  | @ -334,7 +334,7 @@ gdbstub_port=24689 | |||
| 
 | ||||
| [WebService] | ||||
| # Whether or not to enable telemetry | ||||
| # 0: No, 1 (default): Yes | ||||
| # 0 (default): No, 1: Yes | ||||
| enable_telemetry = | ||||
| # URL for Web API | ||||
| web_api_url = https://api.citra-emu.org
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue