forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Libretro: Fix frame limiting on the libretro core
Despite looking like frames were being limited, JBenchmark 2 pointed out that it was still rendering over a thousand frames per second, which meant tons of performance wasted since only 60 of those were displayed... now it only really renders the required amount of frames, just like AWT and SDL.
- Loading branch information
1 parent
4dcabf1
commit 770bb16
Showing
1 changed file
with
18 additions
and
25 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