Resolution change for RGSS1
removes the resolution restriction for the RGSS1 games
This commit is contained in:
		
							parent
							
								
									990843a50b
								
							
						
					
					
						commit
						e7c3cd6a2f
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -222,8 +222,8 @@ void graphicsBindingInit()
 | 
			
		|||
	INIT_GRA_PROP_BIND( FrameRate,  "frame_rate"  );
 | 
			
		||||
	INIT_GRA_PROP_BIND( FrameCount, "frame_count" );
 | 
			
		||||
 | 
			
		||||
	if (rgssVer >= 2)
 | 
			
		||||
	{
 | 
			
		||||
	//if (rgssVer >= 2)
 | 
			
		||||
	//{
 | 
			
		||||
	_rb_define_module_function(module, "width", graphicsWidth);
 | 
			
		||||
	_rb_define_module_function(module, "height", graphicsHeight);
 | 
			
		||||
	_rb_define_module_function(module, "wait", graphicsWait);
 | 
			
		||||
| 
						 | 
				
			
			@ -233,7 +233,7 @@ void graphicsBindingInit()
 | 
			
		|||
	_rb_define_module_function(module, "resize_screen", graphicsResizeScreen);
 | 
			
		||||
 | 
			
		||||
	INIT_GRA_PROP_BIND( Brightness, "brightness" );
 | 
			
		||||
	}
 | 
			
		||||
	//}
 | 
			
		||||
 | 
			
		||||
	if (rgssVer >= 3)
 | 
			
		||||
	{
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue