mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Port yuzu-emu/yuzu#11946: "Enable (Feral Interactive) Gamemode on Linux" (#7245)
This commit is contained in:
		
							parent
							
								
									2e369c03b8
								
							
						
					
					
						commit
						c7e9f8449e
					
				
					 14 changed files with 540 additions and 3 deletions
				
			
		
							
								
								
									
										11
									
								
								externals/gamemode/CMakeLists.txt
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								externals/gamemode/CMakeLists.txt
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +1,11 @@ | |||
| # SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project | ||||
| # SPDX-License-Identifier: GPL-3.0-or-later | ||||
| 
 | ||||
| project(gamemode LANGUAGES CXX C) | ||||
| 
 | ||||
| add_library(gamemode include/gamemode_client.h) | ||||
| 
 | ||||
| target_link_libraries(gamemode PRIVATE common) | ||||
| 
 | ||||
| target_include_directories(gamemode PUBLIC include) | ||||
| set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C) | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue