mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	build: Fix non-PCH build on Linux and add non-PCH verification to CI. (#7351)
This commit is contained in:
		
							parent
							
								
									72c1075402
								
							
						
					
					
						commit
						cca8c08a9a
					
				
					 4 changed files with 9 additions and 4 deletions
				
			
		|  | @ -7,6 +7,7 @@ | |||
| #include <cryptopp/base64.h> | ||||
| #include <cryptopp/hmac.h> | ||||
| #include <cryptopp/sha.h> | ||||
| #include <fmt/format.h> | ||||
| #include "common/archives.h" | ||||
| #include "common/common_paths.h" | ||||
| #include "common/file_util.h" | ||||
|  | @ -25,7 +26,6 @@ | |||
| #include "core/hle/service/cecd/cecd_s.h" | ||||
| #include "core/hle/service/cecd/cecd_u.h" | ||||
| #include "core/hle/service/cfg/cfg.h" | ||||
| #include "fmt/format.h" | ||||
| 
 | ||||
| SERVICE_CONSTRUCT_IMPL(Service::CECD::Module) | ||||
| SERIALIZE_EXPORT_IMPL(Service::CECD::Module) | ||||
|  |  | |||
|  | @ -2,9 +2,9 @@ | |||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #include <fmt/format.h> | ||||
| #include "core/hle/service/nwm/nwm_uds.h" | ||||
| #include "core/hle/service/nwm/uds_connection.h" | ||||
| #include "fmt/format.h" | ||||
| 
 | ||||
| namespace Service::NWM { | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue