feos
feos
While some of the docs are kept on tasvideos https://tasvideos.org/EmulatorResources/LibTAS there's also http://clementgallet.github.io/libTAS/help/ and I don't know how up-to-date they are meant to be kept. Currently http://clementgallet.github.io/libTAS/help/ doesn't seem to...
The release that is available to apt seems to be the latest stable, so simply installing it using `sudo apt install fs-uae` should be enough to verify this problem. In...
This option plays a huge role in mistake-proofing, because you can accidentally overwrite a very important savestate, or accidentally load instead of saving, losing lots of your progress. So whenever...
BGFX fix was done by taking those lines from current BGFX upstream. `emu_fatalerror` fix was done by @SimonN who would be able to explain it way better than me (in...
We have bool buttons and analog, but they both reset their state to default (false for buttons and `mid` for analog) after you've changed them once. For certain things we...
Pearl made a [MAME+libTAS movie](https://tasvideos.org/UserFiles/Info/638093116022881897), which I used to create a MAME replay file (`-record file.inp` / `-playback file.inp`). I ran that file in actual MAME while running a script...
When there are several markers within the selected frames, change the "remove marker" menu to "remove markers", and remove them all if selected. If only removing one is needed, it...
This way of advancing/rewidning was invented in TASEditor, and TAStudio adopted it too because it's very effifient: you don't have to repeat hitting the same button. Right-click usually calls context...

Hi. Probably the instructions from [the original post](https://forum.doom9.org/showthread.php?t=168856) still fully apply, but it feels like it's better to get an official confirmation. @pinterf what's your current setup for building avs+?...