mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 02:34:11 +01:00 
			
		
		
		
	dynarmic: Add new submodule.
This commit is contained in:
		
							parent
							
								
									8410e7891c
								
							
						
					
					
						commit
						1ea1affe0a
					
				
							
								
								
									
										23
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										23
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @ -1,15 +1,18 @@ | ||||
| [submodule "inih"] | ||||
| 	path = externals/inih/inih | ||||
| 	url = https://github.com/svn2github/inih | ||||
|     path = externals/inih/inih | ||||
|     url = https://github.com/svn2github/inih | ||||
| [submodule "boost"] | ||||
| 	path = externals/boost | ||||
| 	url = https://github.com/citra-emu/ext-boost.git | ||||
|     path = externals/boost | ||||
|     url = https://github.com/citra-emu/ext-boost.git | ||||
| [submodule "nihstro"] | ||||
| 	path = externals/nihstro | ||||
| 	url = https://github.com/neobrain/nihstro.git | ||||
|     path = externals/nihstro | ||||
|     url = https://github.com/neobrain/nihstro.git | ||||
| [submodule "soundtouch"] | ||||
| 	path = externals/soundtouch | ||||
| 	url = https://github.com/citra-emu/ext-soundtouch.git | ||||
|     path = externals/soundtouch | ||||
|     url = https://github.com/citra-emu/ext-soundtouch.git | ||||
| [submodule "catch"] | ||||
| 	path = externals/catch | ||||
| 	url = https://github.com/philsquared/Catch.git | ||||
|     path = externals/catch | ||||
|     url = https://github.com/philsquared/Catch.git | ||||
| [submodule "dynarmic"] | ||||
|     path = externals/dynarmic | ||||
|     url = https://github.com/MerryMage/dynarmic.git | ||||
|  | ||||
| @ -226,6 +226,9 @@ set(INI_PREFIX "${CMAKE_CURRENT_SOURCE_DIR}/externals/inih") | ||||
| include_directories(${INI_PREFIX}) | ||||
| add_subdirectory(${INI_PREFIX}) | ||||
| 
 | ||||
| option(DYNARMIC_TESTS OFF) | ||||
| add_subdirectory(externals/dynarmic) | ||||
| 
 | ||||
| add_subdirectory(externals/glad) | ||||
| include_directories(externals/microprofile) | ||||
| include_directories(externals/nihstro/include) | ||||
|  | ||||
							
								
								
									
										1
									
								
								externals/dynarmic
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
							
						
						
									
										1
									
								
								externals/dynarmic
									
									
									
									
										vendored
									
									
										Submodule
									
								
							| @ -0,0 +1 @@ | ||||
| Subproject commit 943487eceed82fbae016c333dc9fe33981e69aa8 | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user