mirror of
				https://github.com/RetroDECK/ES-DE.git
				synced 2025-04-10 19:15:13 +00:00 
			
		
		
		
	Merge pull request #229 from pjft/VRAM-Adjust
Setting VRAM default at 80 for the Pi
This commit is contained in:
		
						commit
						9ecc1317ba
					
				| 
						 | 
				
			
			@ -71,7 +71,11 @@ void Settings::setDefaults()
 | 
			
		|||
	mIntMap["ScreenSaverTime"] = 5*60*1000; // 5 minutes
 | 
			
		||||
	mIntMap["ScraperResizeWidth"] = 400;
 | 
			
		||||
	mIntMap["ScraperResizeHeight"] = 0;
 | 
			
		||||
	mIntMap["MaxVRAM"] = 100;
 | 
			
		||||
	#ifdef _RPI_
 | 
			
		||||
		mIntMap["MaxVRAM"] = 80;
 | 
			
		||||
	#else
 | 
			
		||||
		mIntMap["MaxVRAM"] = 100;
 | 
			
		||||
	#endif
 | 
			
		||||
 | 
			
		||||
	mStringMap["TransitionStyle"] = "fade";
 | 
			
		||||
	mStringMap["ThemeSet"] = "";
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue