mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Review comments - part 3
This commit is contained in:
		
							parent
							
								
									8a87a6a72f
								
							
						
					
					
						commit
						08793a6dae
					
				
					 6 changed files with 5 additions and 23 deletions
				
			
		|  | @ -248,7 +248,7 @@ enable_telemetry = | |||
| # URL for Web API | ||||
| web_api_url = https://api.citra-emu.org
 | ||||
| # Username and token for Citra Web Service | ||||
| # See https://services.citra-emu.org/ for more info
 | ||||
| # See https://profile.citra-emu.org/ for more info
 | ||||
| citra_username = | ||||
| citra_token = | ||||
| )"; | ||||
|  |  | |||
|  | @ -38,7 +38,7 @@ void ConfigureWeb::setConfiguration() { | |||
| 
 | ||||
|     ui->web_signup_link->setOpenExternalLinks(true); | ||||
|     ui->web_signup_link->setText( | ||||
|         tr("<a href='https://services.citra-emu.org/'><span style=\"text-decoration: underline; " | ||||
|         tr("<a href='https://profile.citra-emu.org/'><span style=\"text-decoration: underline; " | ||||
|            "color:#039be5;\">Sign up</span></a>")); | ||||
|     ui->web_token_info_link->setOpenExternalLinks(true); | ||||
|     ui->web_token_info_link->setText( | ||||
|  |  | |||
|  | @ -1,18 +0,0 @@ | |||
| // Copyright 2018 Citra Emulator Project
 | ||||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| // This hack is needed to support json.hpp on platforms where the C++17 stdlib
 | ||||
| // lacks std::string_view. See https://github.com/nlohmann/json/issues/735.
 | ||||
| // clang-format off
 | ||||
| #if !__has_include(<string_view>) && __has_include(<experimental/string_view>) | ||||
| # include <experimental/string_view> | ||||
| # define string_view experimental::string_view | ||||
| # include <json.hpp> | ||||
| # undef string_view | ||||
| #else | ||||
| # include <json.hpp> | ||||
| #endif | ||||
| // clang-format on
 | ||||
|  | @ -6,9 +6,9 @@ | |||
| 
 | ||||
| #include <array> | ||||
| #include <string> | ||||
| #include <json.hpp> | ||||
| #include "common/announce_multiplayer_room.h" | ||||
| #include "common/telemetry.h" | ||||
| #include "web_service/json.h" | ||||
| 
 | ||||
| namespace WebService { | ||||
| 
 | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #include "web_service/json.h" | ||||
| #include <json.hpp> | ||||
| #include "web_service/verify_login.h" | ||||
| #include "web_service/web_backend.h" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue