mirror of
				https://github.com/Atmosphere-NX/Atmosphere.git
				synced 2025-10-31 19:25:46 +01:00 
			
		
		
		
	stratosphere-ldr: fix code mount name
This commit is contained in:
		
							parent
							
								
									b4856a2d07
								
							
						
					
					
						commit
						b735bc53c4
					
				| @ -51,7 +51,7 @@ namespace ams::ldr { | ||||
|     constexpr inline const char * const CodeMountName           = "code"; | ||||
| 
 | ||||
|     #define ENCODE_ATMOSPHERE_CODE_PATH(relative) "ams-code:" relative | ||||
|     #define ENCODE_CODE_PATH(relative) "ams:" relative | ||||
|     #define ENCODE_CODE_PATH(relative) "code:" relative | ||||
| 
 | ||||
|     /* Redirection API. */ | ||||
|     Result ResolveContentPath(char *out_path, const ncm::ProgramLocation &loc); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user