Revert "removed VSYNC using, games get desynced when using it with timer"
This reverts commit 9d722bfb87.
			
			
This commit is contained in:
		@@ -2709,7 +2709,7 @@ static void onFSInitialized(FileSystem* fs)
 | 
				
			|||||||
#if defined(__CHIP__)
 | 
					#if defined(__CHIP__)
 | 
				
			||||||
		SDL_RENDERER_SOFTWARE
 | 
							SDL_RENDERER_SOFTWARE
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
		SDL_RENDERER_ACCELERATED
 | 
							SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	);
 | 
						);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user