Commit graph

209 commits

Author SHA1 Message Date
Ilari Liusvaara
75e095b451 Add lua functions to manipulate emulator settings 2011-09-16 03:35:54 +03:00
Ilari Liusvaara
c38c4f207f Allow adding borders to dumps even without lua
Handy for those PAL dumps that are 239/478 high, as such odd sizes could
cause problems.
2011-09-15 22:46:20 +03:00
Ilari Liusvaara
6e66f954d8 Describe command changes from last commit 2011-09-15 16:43:45 +03:00
Ilari Liusvaara
dfa543c6b2 Describe the new on_snoop callback 2011-09-14 23:28:18 +03:00
Ilari Liusvaara
35979abcd3 Add large-video option to force hires dumping 2011-09-14 23:16:24 +03:00
Ilari Liusvaara
f170c7bab2 Major reorganization of command handling
Make commands objects instead of functions calling each other.

Now there is '?' command that can display command list and help about
individual command. Also the command handling is more distributed into
places where it belongs.
2011-09-14 20:06:36 +03:00
Ilari Liusvaara
8a539fc25d lsnes rr0-β1 2011-09-13 22:17:55 +03:00
Ilari Liusvaara
ed85cc6f90 Fix race condition bug that causes video corruption
If multi-threaded dumping was enabled, then a race was possible, where
code rendered next frame while previous frame hadn't yet been dumped.

This caused previous frame data to become corrupted, leading to encode
desyncing, complete with massive artifacts.
2011-09-13 22:13:38 +03:00
Ilari Liusvaara
c932df0faa lsnes rr0-β0
The first release for public testing.
2011-09-13 17:50:18 +03:00