Changed minimum allowed resolution to QVGA
This commit is contained in:
		
							parent
							
								
									ed6151df5d
								
							
						
					
					
						commit
						038f7372e4
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -128,8 +128,8 @@ void EventThread::process(RGSSThreadData &rtData)
 | 
			
		|||
	defScreenH = rtData.config.defScreenH;
 | 
			
		||||
	SDL_GetDesktopDisplayMode(0, &dm);
 | 
			
		||||
	SDL_SetWindowMaximumSize(win, dm.w, dm.h);
 | 
			
		||||
	SDL_SetWindowMinimumSize(win, 544, 416);
 | 
			
		||||
	SDL_SetWindowSize(win, 544, 416);
 | 
			
		||||
	SDL_SetWindowMinimumSize(win, 320, 240);
 | 
			
		||||
	SDL_SetWindowSize(win, 320, 240);
 | 
			
		||||
	int defScreenW_new, defScreenH_new;
 | 
			
		||||
	int firstrun;
 | 
			
		||||
	firstrun = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue