mirror of
				https://github.com/Ryujinx/Ryujinx.git
				synced 2025-10-31 06:32:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			193 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			193 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace Ryujinx.OsHle
 | |
| {
 | |
|     class Display
 | |
|     {
 | |
|         public string Name { get; private set; }
 | |
| 
 | |
|         public Display(string Name)
 | |
|         {
 | |
|             this.Name = Name;
 | |
|         }
 | |
|     }
 | |
| } | 
