Skip to content

Commit

Permalink
assets: Limit glide64mk2 frameskip to 1 for the fast profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
fzurita committed Nov 28, 2017
1 parent 8b7aaca commit 5aee9ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@ glide64Frameskip=0
comment=glide64 video with recommended settings for speed
r4300Emulator=2
videoPlugin=libmupen64plus-video-glide64mk2.so
glide64Frameskip=-5
glide64Frameskip=-1

[GlideN64-Fast]
comment=gliden64 video with recommended settings for low-end devices and support for hires texture packs.
Expand Down
Expand Up @@ -75,7 +75,7 @@ public class SplashActivity extends AppCompatActivity implements ExtractAssetsLi
* Asset version number, used to determine stale assets. Increment this number every time the
* assets are updated on disk.
*/
private static final int ASSET_VERSION = 131;
private static final int ASSET_VERSION = 133;

/** The total number of assets to be extracted (for computing progress %). */
private static final int TOTAL_ASSETS = 160;
Expand Down

0 comments on commit 5aee9ee

Please sign in to comment.