Skip to content

Commit

Permalink
Limit rewind buffer to 60 seconds to reduce memory use
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Jun 30, 2016
1 parent 8e623dc commit a8a1347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>openemu.system.nes</key>
<dict>
<key>OEGameCoreRewindBufferSeconds</key>
<integer>3600</integer>
<integer>60</integer>
<key>OEGameCoreRewindInterval</key>
<integer>0</integer>
<key>OEGameCoreSupportsCheatCode</key>
Expand Down

0 comments on commit a8a1347

Please sign in to comment.