forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDL: Remove forced 60fps cap on the interface's side.
Some apps and benchmarks can go over 60fps, which was completely by sdl_interface that only drew frames at 60fps forcibly. We already have a pretty decent frame limiter on the Java side of things now, so we can up the SDL side to 1000fps and enjoy faster/smoother apps in the rare cases where they support it.
- Loading branch information
1 parent
c7377c9
commit 3930914
Showing
1 changed file
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters